Harvard Astronomy Thesis Template
Auteur
Benjamin Cook
Last Updated
il y a 6 ans
License
Creative Commons CC BY 4.0
Résumé
Harvard University PhD Thesis Template
Default settings for Department of Astronomy, but customizable for any GSAS department
Harvard University PhD Thesis Template
Default settings for Department of Astronomy, but customizable for any GSAS department
%THIS IS THE MAIN FILE THAT TELLS LATEX WHICH FILES TO INCLUDE IN YOUR THESIS.
%THIS TEMPLATE PASSED DOWN FROM COURTNEY DRESSING
%EDITED SLIGHTLY AND UPLOADED TO OVERLEAF BY BEN COOK (bacook17@gmail.com)
% use "plain" for committee to read, or for printing single-spaced in general
\documentclass[plain]{hvdthesis}
% use "bound" for submitting to Harvard
%\documentclass[bound]{hvdthesis}
% no more microfilm?
%\documentclass[microfilm]{hvdthesis}
% Put all required packages and setup in one file
\input{setup}
% Put all your useful macros, shortcuts, and commands in one file
\input{mycommands}
\author{Super Awesome (but Exhausted) Grad Student }
\title{Clever Thesis Title}
\department{Department of Astronomy}
\subject{Astronomy \& Astrophysics}
\month{Month}
\year{Year}
\advisor{Professor X}
\begin{document}
% include the dissertation acceptance form
\includepdf[pages={1}]{placeholder_dac.pdf}
\clearpage
\thispagestyle{empty}
\begin{center}
\vspace*{\fill}
Page left intentionally blank.
\vspace*{\fill}
\end{center}
\frontmatter
%% Title page
\makecover
%% Copyright
\copyright
%% Abstract
\input{abstract.tex}
%\input{abstract_short.tex}
%% Table of Contents
{\singlespace
\tableofcontents
}
\newpage
\clearpage
%% List of Figures
%\addcontentsline{toc}{chapter}{List of Figures}
%\listoffigures
%\newpage
%% List of Tables
%\addcontentsline{toc}{chapter}{List of Tables}
%\listoftables
\newpage
%% Acknowledgments
%\input{acknowledge.tex}
\thispagestyle{plain}
\addcontentsline{toc}{chapter}{Acknowledgments}
\chaptermark{Acknowledgments}
\vskip 0.5cm
{\centerline {\Large \bf Acknowledgments}}
\vskip 0.5cm
\normalsize
\input{acknowledge.tex}
%\hfill -- RCH
%\newpage
\clearpage
% %% Dedication
%\input{dedication.tex}
\thispagestyle{plain}
\addcontentsline{toc}{chapter}{Dedication}
\vspace*{\fill}
{\centerline {\em Your thoughtful dedication goes here.}}
%\vskip 1.5cm
%{\centerline {\em }}
\vspace*{\fill}
%\clearpage
\mainmatter
\pagestyle{fancy}
%% Uncomment the next four lines, plus the \begin{bibunit} and \end{bibunit}
%% to use bibunits. Read bibunits.dvi for more documentation
%\bibliographyunit[\chapter]
%\bibliographystyle*{apj}
%\bibliography*{apj-jour,planets}
%\bibliographyunit
\chapter[Introduction]{Introduction}\label{c:intro}
\input{./introduction/intro}
\clearpage
%
\chapter{Chapter 2 Title}\label{c:chap2}
\chaptermark{Short Chapter 2 Title}
\begin{quote}
{\em ~~~~~~~This thesis chapter originally appeared in the literature as} \\
{authors,
{\em journal reference info}}
\end{quote}
\input{./chapter2/ms.tex}
\clearpage
%
\chapter{Chapter 3 Title}\label{c:chap3}
\chaptermark{Short Chapter 3 Title}
\begin{quote}
{\em ~~~~~~~This thesis chapter originally appeared in the literature as} \\
{authors,
{\em journal reference info}}
\end{quote}
\input{./chapter3/ms.tex}
\clearpage
%
\chapter{Chapter 4 Title}\label{c:chap4}
\chaptermark{Short Chapter 4 Title}
\begin{quote}
{\em ~~~~~~~This thesis chapter originally appeared in the literature as} \\
{authors,
{\em journal reference info}}
\end{quote}
\input{./chapter4/ms.tex}
\clearpage
%
\chapter{Chapter 5 Title}\label{c:chap5}
\chaptermark{Short Chapter 5 Title}
\begin{quote}
{\em ~~~~~~~This thesis chapter originally appeared in the literature as} \\
{authors,
{\em journal reference info}}
\end{quote}
\input{./chapter5/ms.tex}
% I changed thebibliography in hvdthesis.cls, so that it generates
% a ToC entry, and is headed References instead of Bibliography. -HJC
\singlespace
\bibliographystyle{apj}
\bibliography{your_bib_file}
\end{document}