更多有关LaTeX模板的文章:
(1)下面给出的是中文LaTeX2e模板,此时文件的扩展名为.ctx。模板中%后面的中文是中文注解,读者可以阅读这些模板中的中文注解,以理解所涉及的LaTeX2e命令的含义。
\documentclass[11pt]{ccart}%文件类说明
%还可以选择的类是cctbook
\setlength{\parindent}{12pt} %自然段第一行的缩进量为12pt
\setlength{\parskip}{10ptplus1ptminus1pt}
%自然段之间的距离为10pt,并可在8pt到11pt之间变化
\setlength{\baselineskip}{8ptplus2ptminus1pt}
%行间距为8pt,并可在7pt到10pt之间变化
\setlength{\textheight}{21true cm}%版面高为21厘米
\setlength{\textwidth}{14.5true cm}%版面宽为14.5厘米
\begin{document}%正文开始
\title{Thesis}%文章标题,双反斜杠\\ 表示换行
\author{author\\Dept. of Math.}
%作者名,单位,通信地址等,双反斜杠\\ 表示换行
\date{2003/8/5}
%文章写作日期,如果省略此行,计算机日期作为写作日期
\maketitle%建立标题部分
%文章的正文输入
\begin{center}%参考文献的书写
{\heiti 参考文献}
\end{center}
\vskip0.1cm
\def\hang{\hangindent\parindent}
\def\textindent#1{\indent\llap{#1\enspace}\ignorespaces}
\def\re{\par\hang\textindent}
\re{[1]} Nordhaus E,Stewart B,WhiteA.On the Maximum Genus of a Graph.{\it J.combinatorial Theory B},1971,11:258-267
\re{[2]} Skoviera M.The Maximum Genus of Graphs of Diameter Two.{\it Discrete Math}.1991, 87:175-180
\end{document}%源文件的结束
(2)英文LaTeX2e模板
\documentclass[11pt]{article}%文件类说明
%还可以选择的类是book,report
\setlength{\parindent}{12pt} %自然段第一行的缩进量为12pt
\setlength{\parskip}{10ptplus1ptminus1pt}
%自然段之间的距离为10pt,并可在8pt到11pt之间变化
\setlength{\baselineskip}{8ptplus2ptminus1pt}
%行间距为8pt,并可在7pt到10pt之间变化
\setlength{\textheight}{21true cm}%版面高为21厘米
\setlength{\textwidth}{14.5true cm}%版面宽为14.5厘米
\begin{document}%正文开始
\title{Thesis}%文章标题,双反斜杠\\ 表示换行
\author{author\\Dept. of Math.}
%作者名,单位,通信地址等,双反斜杠\\ 表示换行
\date{2003/8/5}
%文章写作日期,如果省略此行,计算机日期作为写作日期
\maketitle%建立标题部分
%文章的正文输入
\section{Introduction}%第一节 引言(机器自动编号)
{\bf Theorem 1.} {\it For any fixed $\rho>0$, we have
$$||R(u,\rho)||\leq ||R_1(u,\rho)||\leq 2||R(u,\rho)||,~~~\forall u\in H.
\eqno(10)$$ Hence, (2) and (3) are equivalent for any fixed$\rho>0$.}
%一般定理的写法
{\bf Proof.}
\begin{thebibliography}{99}
\bibitem{Kind} D. Kinderlehrer and G. Stampacchia, {\it An Introduction to
Variational Inequalities and Their Applications}, Academic Press,New York, (1980).
\end{thebibliography}%参考文献
\end{document}%源文件的结束
发表于2013-08-03 18:17 沙发
很好啊