blob: 9db41479afd98a6813af55678acbf7b21f22074b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
\documentclass[en]{inkpaper}
\title{InkPaper:一个带有墨香的数学论文模板}
\author{Moyan Liang}
\date{\today}
\entitle{InkPaper:A paper template with ink perfume\\Package Documentation}
\begin{document}
\twocolumn[
\maketitle
]
\section{Summary}
This template is designed for Mr.Loh and uses C\TeX to display Chinese characters.
(both cn and en can display Chinese characters.)
\section{Usage}
\begin{lstlisting}
\documentclass[cn/en]{inkpaper}
\end{lstlisting}
Use
\begin{lstlisting}
\twocolumn[
\begin{onecolabstract}
BlahBlahBlah...
\end{onecolabstract}
]
\end{lstlisting}
for abstract environment.
\section{Theorems}
\begin{theorem}
Exempli Gratia.
\end{theorem}
\end{document}
|