1运行文件.tex
%%% Local Variables:
%%% mode: latex
%%% TeX-master: t
%%% End:
\documentclass[doctor,secret,electronic]{tongjithesis}
%\AtBeginDvi{\input{zhwinfonts}}
% \documentclass[%
% master|doctor, % mandatory option
% xetex|pdftex|dvips|dvipdfm, % optional
% secret,
% electronic, % electronic version
% openany|openright,
% arialtoc,arialtitle]{tongjithesis}
% 所有其它可能用到的包都统一放到这里了,可以根据自己的实际添加或者删除。
\usepackage{tongjiutils}
\usepackage{chemarrow}
\usepackage[top=3.8cm, bottom=3.8cm, left=3.2cm, right=3.2cm]{geometry}
\usepackage{graphicx}
\usepackage{subfig}
\usepackage{float}
\usepackage{epstopdf}
\usepackage{amsfonts}
\usepackage{bbm}
\usepackage{latexsym}
\usepackage{amsmath,amssymb}
\usepackage{mathrsfs}
% 你可以在这里修改配置文件中的定义,导言区可以使用中文。
\def\myname{我的名字}
\begin{document}
% 定义所有的eps文件在 figures 子目录下
\graphicspath{{figures/}}
%%% 封面部分
\frontmatter
\input{data/cover}
\makecover
% 目录
\tableofcontents
%\mbox{}\newpage\mbox{} %必要时用于添加空白页
%\thispagestyle{empty} %设置所添加的页为空白
%符号对照表
\input{data/denotation}
%%% 以下索引按需要选择
% 插图索引
%\listoffigures
% 表格索引
%\listoftables
% 公式索引
%\listofequations
%%% 正文
\mainmatter
\include{data/chapter01}
%\include{data/chapter02}
%\include{data/chapter03}
%\include{data/chapter04}
%\include{data/chapter05}
%\include{data/chapter06}
%%% 其它部分
\backmatter
\makeatother
% 致谢
\include{data/ack}
% 参考文献
\bibliographystyle{tongjibib}
\bibliography{ref/refs}
\include{ref/refs}
\thispagestyle{tongji@abstractheadings} %edited by wildwolf 20090110
% 附录
%\begin{appendix}
%\input{data/appendix01}
%\end{appendix}
% 个人简历
\include{data/resume}
\end{document}