diff options
author | LAN-TW <lantw44@gmail.com> | 2013-04-23 13:01:13 +0800 |
---|---|---|
committer | LAN-TW <lantw44@gmail.com> | 2013-04-23 13:53:10 +0800 |
commit | 13f2f5e99fcf1684f5def12e6d0fd988b7995dcf (patch) | |
tree | ea62816c9f2553d005e66bf62cbfb0c9517c1ea0 /山鬼書面報告.tex | |
download | chinese-sp-13f2f5e99fcf1684f5def12e6d0fd988b7995dcf.tar.gz chinese-sp-13f2f5e99fcf1684f5def12e6d0fd988b7995dcf.tar.zst chinese-sp-13f2f5e99fcf1684f5def12e6d0fd988b7995dcf.zip |
Initial commit
Diffstat (limited to '山鬼書面報告.tex')
-rw-r--r-- | 山鬼書面報告.tex | 67 |
1 files changed, 67 insertions, 0 deletions
diff --git a/山鬼書面報告.tex b/山鬼書面報告.tex new file mode 100644 index 0000000..4a46182 --- /dev/null +++ b/山鬼書面報告.tex @@ -0,0 +1,67 @@ +\documentclass[a4paper]{article} +\usepackage{fontspec} +\usepackage{xeCJK} +\usepackage[top=2cm,bottom=2cm,left=2cm,right=2cm]{geometry} +\usepackage[normalem]{ulem} +\usepackage{fancyhdr} +\usepackage{hyperref} + +\setmainfont{Liberation Serif} +\setmonofont{Liberation Mono} +\setCJKmainfont[AutoFakeBold=1.5]{教育部標準宋體UN} +\XeTeXlinebreaklocale "zh" + +\newfontfamily{\fontch}{教育部標準宋體UN} +\newfontfamily{\fonten}{Liberation Serif} + +\newcommand{\getreportname}{國文書面報告} +\newcommand{\gettitlename}{山鬼} +\newcommand{\getcompletename}{\getreportname :\gettitlename} + +\hypersetup{ + bookmarks=true, + unicode=true, + pdfstartview={FitV}, + pdftitle={\getcompletename}, + pdfauthor={第四組} +} + +\begin{document} + +\pagestyle{fancy} +\fancyhf{} +\lhead{\getreportname} +\rhead{\gettitlename} +\cfoot{\thepage} + +\title{\textbf{\getcompletename}} +\date{2012-04-01} +\author{吳翊群\quad 沈泓宇\quad 許宗嫄\quad 許浩倫\quad +陳蕙心\quad 華祥志\quad 楊舒喻\quad 藍挺瑋} + +\maketitle + +\section*{原文、解釋與翻譯} + +\newcounter{inlinecount} +\setcounter{inlinecount}{1} +\newcommand{\di}{\textsubscript{\arabic{inlinecount}}\stepcounter{inlinecount}} + +\newcounter{expcount} +\setcounter{expcount}{1} +\newcommand{\de}{\arabic{expcount}. \stepcounter{expcount}} + +\begin{tabbing} +\hspace{10cm}\=\kill +{\large 若有人\di兮山之阿\di,被\di薜荔\di兮帶女蘿\di。} +\> \de 若有人:好像有人,指山鬼。\\ +\> \de 山之阿:山勢曲折處。\\ +\> \de 被:披,音{\fontch ㄆㄧ}。\\ +\> \de 薜荔:音{\fontch ㄅㄧˋ ㄌㄧˋ}。 + +\end{tabbing} + +\section*{賞析} +\section*{相關篇章比較} + +\end{document} |