Rpi Thesis

Template to start an RPI Thesis (in LaTeX)

Category

phd

License

Free to use (MIT)

File

thesis.tex

thesis.texRead-only preview
%% ROOT FILE

\documentclass[chap]{thesis}

% prevent orphan lines
\usepackage[all]{nowidow}

%% Some Useful Packages
\usepackage{url} % pretty urls
\usepackage{hyperref} % links within the document
\usepackage{graphicx} % insert graphical files

%% packages to automate the placement of captions below Figures, above Tables, and the bolding of these captions.
% Note: if you will also \usepackage{algorithm} or another package that will call \usepackage{float}
%       you must invoke those use-packages AFTER you invoke \usepackage{floatrow}
\usepackage[font=bf,labelfont=bf,labelsep=colon,justification=centerlast]{caption}
\usepackage{floatrow}
\usepackage[tableposition=top]{caption}
\floatsetup[table]{capposition=top}
\usepackage[margin=1in]{geometry}

%% ADD OTHER PACKAGES HERE
%\usepackage{algorithm}

% ------------------------
% Attribution of previously published work
%
% Use the after title and before the first sentence of the chapter
% Example: \blfootnote{This work perviously appeared as: \bibentry{mypaper2015}
\makeatletter
\def\blfootnote{\xdef\@thefnmark{}\@footnotetext}
\makeatother
\usepackage{bibentry}
\nobibliography*

% If you have an attribution before your first in-text citation,
% you should use \nobibentry to ensure in-text citations start at [1]
% Example: \blfootnote{This work perviously appeared as: \nobibentry{mypaper2015}
\newcommand{\ignore}[1]{}
\newcommand{\nobibentry}[1]{{\let\nocite\ignore\bibentry{#1}}}
% ------------------------

\begin{document}

\include{pages/title}
\include{pages/ack}
\include{pages/abstract}
\include{chapters/intro}
\include{chapters/background}
\include{chapters/publication1}
\include{chapters/conclusions}
\include{pages/bib}
%\include{pages/appendix}

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