Skip to content

Instantly share code, notes, and snippets.

@shelling
Created June 17, 2010 18:49
Show Gist options
  • Select an option

  • Save shelling/442567 to your computer and use it in GitHub Desktop.

Select an option

Save shelling/442567 to your computer and use it in GitHub Desktop.
Paper Skeleton of XeTeX
\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