From 13f2f5e99fcf1684f5def12e6d0fd988b7995dcf Mon Sep 17 00:00:00 2001 From: LAN-TW Date: Tue, 23 Apr 2013 13:01:13 +0800 Subject: Initial commit --- ...33\270\351\235\242\345\240\261\345\221\212.tex" | 67 ++++++++++++++++++++++ 1 file changed, 67 insertions(+) create mode 100644 "\345\261\261\351\254\274\346\233\270\351\235\242\345\240\261\345\221\212.tex" (limited to '山鬼書面報告.tex') diff --git "a/\345\261\261\351\254\274\346\233\270\351\235\242\345\240\261\345\221\212.tex" "b/\345\261\261\351\254\274\346\233\270\351\235\242\345\240\261\345\221\212.tex" new file mode 100644 index 0000000..4a46182 --- /dev/null +++ "b/\345\261\261\351\254\274\346\233\270\351\235\242\345\240\261\345\221\212.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} -- cgit