You may download UMASSMED Ph.D. dissertation latex template
unpack it and have a good starting point.
How to use:
Example of use:
\documentclass[letterpaper,oneside,12pt]{book}
\usepackage{umthesis}
\begin{document}
\title{How to Write Theses\\
With Two Line Titles}
\author{Jianhong Ou}
\committeechair{xxx}
\thesisadvisor{xxx}
\firstreader{xxx}
\secondreader{xxx}
\thirdreader{xxx}
\outsidereader{xxx\\(Another Department)}
\headofdepartment{Anthony Carruthers,Ph.D.}
%\tablespagefalse
%\figurespagefalse
%\copyrightfalse
\beforepreface
\include{dedication}
\include{acknowledgments}
\include{abstract}
\afterpreface
\include{introduction}
\include{chapter1}
\include{chapter2}
\include{conclusion}
\envbib{thesis_bibliography}
\end{document}
Documentation:
The following commands can control what goes in the front matter
material:
\title{thesis title}
\author{author’s name}
\dept{author’s department}
- Mathematics and Statistics if omitted
\committeechair{the principal reader’s name}
\thesisadvisor{the thesis advisor’s name}
\firstreader{the first reader’s name}
\secondreader{the second reader’s name}
\thirdreader{the third reader’s name}
\outsidereader{the outside reader’s name}
\headofdepartment{the dean’s name}
\copyrightyear{year degree conferred (next year if submitted in Dec.)}
- year LaTeX’d (or next year, in December) if omitted
\copyrighttrue or \copyrightfalse
- produce or don’t produce a copyright page (true by default)
\figurespagetrue or \figurespagefalse
- produce or don’t produce a List of Figures page
(true by default)
\tablespagetrue or \tablespagefalse
- produce or don’t produce a List of Tables page
(true by default)
转载请注明文章来自糗世界博客
«上一篇 在live Space上显示wordpress博客的更新 | 修改显示器分辨率的小软件 下一篇»Tags: 计算机

这个好,俺有用
[回复]