Rpi Thesis

A minimal thesis template for RPI students (Rensselaer Polytechnic Institute)

Category

thesis

License

Free to use (MIT)

File

thesis.tex

thesis.texRead-only preview
\documentclass[chap]{rpi_thesis}

% geometry
% use option 'showframe' for neatness
\usepackage{geometry}
\geometry{
left=1in,
right=1in,
top=1in,
bottom=1in}

% citations
\usepackage{cite}
\usepackage{notoccite}
\bibliographystyle{rpi_IEEE}
\renewcommand{\bibname}{}

% captions
\usepackage[
  labelsep=period,
  justification=centering]{caption}
\usepackage{subcaption}

% put captions above tables
\usepackage{float}
\floatstyle{plaintop}
\restylefloat{table}

% mathematics
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{amsthm}
\usepackage{mathrsfs}
\usepackage{upgreek}

% figures
\usepackage{graphicx}

% make things pretty
\usepackage{color}
\usepackage[hidelinks]{hyperref}

% conform to IEEE
\renewcommand{\captionfont}{\bfseries}
\renewcommand{\figurename}{Fig.}
\renewcommand*{\UrlNoBreaks}{\do\(\do\[\do\{\do\<\do\:}%

% href for toc
\makeatletter
\usepackage{etoolbox}
\pretocmd{\tableofcontents}{%
  \if@openright\cleardoublepage\else\clearpage\fi
  \pdfbookmark[0]{\contentsname}{toc}%
}{}{}%
\makeatother

% theorems and propositions
\newtheorem{prop}{Proposition}
\theoremstyle{remark}
\newtheorem{rmk}{Remark}

\begin{document}
\include{title}
\include{acknowledge}
\include{abstract}
\include{chapter}
\include{bibliography}
\include{appendix}
\end{document}
Preview
Rpi Thesis preview
Rpi Thesis LaTeX Template | Bibby | Bibby AI