JHU Thesis

🐦 LaTeX/Overleaf template for a Johns Hopkins University Ph.D. dissertation/M.S. thesis that satisfies JHU Sheridan Libraries ETD formatting requirements (as of Spring 2026).

Category

phd

License

Free to use (MIT)

File

main.tex

main.texRead-only preview
\documentclass[12pt]{report}

% All packages and formatting defined in preamble.sty
\usepackage{preamble}

\begin{document}

% Front matter
\pagenumbering{roman} % Start page i 
\input{frontmatter/cover} % Cover Page 
\clearpage
\setcounter{page}{2} % include Cover in page numbering  
\input{frontmatter/abstract} % Abstract 
\clearpage
\input{frontmatter/readers} % Readers/Committee Members 
\clearpage
\input{frontmatter/acknowledgments} % Acknowledgements 
\clearpage
\input{frontmatter/quote} % Quotation (Optional)  
\clearpage
\input{frontmatter/toc} % Table of Contents 
\clearpage
\listoffigures % List of Figures 
\clearpage
\listoftables % List of Tables 
\clearpage

% Main content
\pagenumbering{arabic} % Start Arabic page numbering: 1, 2, 3, ... 
\doublespacing

\input{introduction/introduction}
\clearpage
\input{chapter1/chapter1}
\clearpage
\input{chapter2/chapter2}
\clearpage
\input{chapter3/chapter3}
\clearpage
% Input more chapters here if needed 
\input{conclusion/conclusion}
\clearpage

% Back matter (includes Appendices and Bibliography)
\input{backmatter/references}

% Optional: Include CV (with continuous page numbering) 
%\includepdf[pages=-]{cv.pdf} 

\end{document}
Preview
JHU Thesis preview
JHU Thesis LaTeX Template | Bibby | Bibby AI