Thanks to visit codestin.com
Credit goes to github.com

Skip to content

HarrisPre/another-latex-thesis-template

 
 

Repository files navigation

another-latex-thesis-template

Template for a simple thesis or dissertation, for a Ph.D. or master's degree, in LaTeX.

Online template on ShareLaTeX:
https://www.sharelatex.com/templates/thesis/simple-thesis-dissertation

Compiled sample document:
Thesis.pdf

Sample pages (click to enlarge):

Screenshot 01

Screenshot 02

Screenshot 03

Screenshot 04

Screenshot 05

Screenshot 06

Screenshot 07

Screenshot 08

Main Features

  • Simple template that can be further customized or extended.
  • Consistent style for figures and tables.
  • Consistent style for mathematical theorems, definitions, lemmas, etc.
  • Template document contains numerous examples.

Overview

The main LaTeX source file is Thesis.tex; the compiled document is Thesis.pdf.

Instructions for compiling the document (TEX → DVI → PDF):

  • Method 1: Use latexmk for fully automated document generation:

    • latexmk -e "$dvipdf='dvipdfm %O -o %D %S'" -pdfdvi "Thesis.tex"
  • Method 2: Use latex, bibtex, and dvipdfm manually:

    • latex "Thesis.tex"
    • bibtex "Thesis"
    • latex "Thesis.tex" (run multiple times to resolve cross-references)
    • dvipdfm "Thesis.dvi"

License

This is free and unencumbered software released into the public domain. For more information, please see the file LICENSE or refer to http://unlicense.org.

About

Template for a simple thesis or dissertation, for a Ph.D. or master's degree, in LaTeX.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TeX 100.0%