Created
June 17, 2010 18:49
-
-
Save shelling/442567 to your computer and use it in GitHub Desktop.
Paper Skeleton of XeTeX
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| \documentclass[11pt,a4paper]{article} | |
| \usepackage{color} | |
| \usepackage{fontspec} | |
| \usepackage{xunicode} | |
| \usepackage{xltxtra} | |
| \usepackage[margin=2cm]{geometry} | |
| \newfontfamily\msjh{Microsoft JhengHei} | |
| \newfontfamily\kai{AR PL UKai TW} | |
| \newfontfamily\arial{Arial} | |
| \begin{document} | |
| \title{Finite-Different Time-Domain Method} | |
| \author{Jia-Wei Hsu} | |
| \maketitle | |
| \section{section 1} | |
| \subsection{subsection 1} | |
| \msjh 中文輸入\footnote{footnote}\rmfamily\\ | |
| \kai 邊註\rmfamily\marginpar{ margin par} | |
| \subsection{subsection 2} | |
| reset font here | |
| \section{section 2} | |
| \subsection{subsection 1} | |
| \subsection{subsection 2} | |
| \end{document} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment