Skip to content

DiDy1906/dissertate-template-1

 
 

Repository files navigation

Dissertation template

This Pandoc+LaTeX template is adapted from dissertate. This repository provides the files needed to support production and typesetting of a PhD dissertation. You write in Pandoc (a Markdown variant), sprinkle LaTeX wherever you see fit, and end up with a nice PDF. You'll also get a Word file of each chapter for sharing with those unfamiliar with LaTeX. The code currently supports NYU, Harvard and Princeton, though it can easily be adapted to meet the requirements of other schools.

Getting started

  1. Install the default font, EB Garamond. The files are provided under fonts/.
  2. The DiDy color is set by default in dissertate.cls lines 190-191.
  3. Personalize the document by filling out your name and all the other info in the file frontmatter/personalize.md.
  4. Build your dissertation with build.command, located in the scripts directory (e.g., you can cd into the main directory and then run ./scripts/build.command).

License

This software is free and is covered under the MIT License, given here:

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Releases

No releases published

Packages

No packages published

Languages

  • TeX 99.7%
  • Other 0.3%