Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kljensen/mit-phd-thesis

MIT Ph.D. Thesis in LaTeX
https://github.com/kljensen/mit-phd-thesis

latex mit phd thesis thesis-template

Last synced: about 1 month ago
JSON representation

MIT Ph.D. Thesis in LaTeX

Awesome Lists containing this project

README

        

# MIT Ph.D. Thesis template in LaTeX

> [!CAUTION]
> The [MIT thesis format](https://web.mit.edu/thesis/tex/) is different now. I believe you can use [this LaTeX package](https://ctan.org/pkg/mitthesis)

This is a [LaTeX](http://www.latex-project.org/) template for a Ph.D. thesis at [MIT](http://web.mit.edu). As far as I know, it conformed to all the [requirements](http://libraries.mit.edu/archives/thesis-specs/) in 2006 when I submitted it. There are a few things to note:

* The final output looks something like the PDF here: [Kyle Jensen's MIT Ph.D. thesis](https://github.com/kljensen/mit-phd-thesis/raw/6bdb27e0d7650af6e52ee2e73ddbcb7d90f9229d/thesis.pdf)
* I'm sure successfully compiling the LaTeX document will require some debugging.
* There are a number of dependencies including tetex, pdflatex, and the [Adobe Caslon Pro](http://en.wikipedia.org/wiki/Caslon) font by default.
* The main LaTeX file is just a skeleton that includes chapters in the Body/ directory using the LaTeX "\input" command.
* You can turn off the 2-sided mode in main.tex.

Kyle