Skip to content
/ ThesisTemplate Public template

Latex Template for Baylor Dissertation/Thesis

Notifications You must be signed in to change notification settings

BaylorCMS/ThesisTemplate

Repository files navigation

baylor-physics-dissertation

Template for creating a Dissertation/Thesis with LaTeX for a Ph.D. in Physics at Baylor University.

  • This template was originally used to create a Thesis for a Master of Computer Science, which is why the name Thesis often appears instead of Dissertation.
  • The template is being ported over for use for Physics Ph.D. Dissertations.

Setup

This is a template repository. To use this repository as a starting point for a Dissertation/Thesis, click the green "Use this template" button and create a new private repository. The new repository should have the same directory structure and files, but will only have one initial commit.

Compile

To compile, use:

make -j8

When some files are edited, such as thesis.cls, you need to make clean first.

make clean
make -j8

FAQ

  • I'm doing "A Thesis", not "A Dissertation"; how do I change the autogenerated title?
    • Change \project{A Dissertation} to \project{A Thesis} in thesis.tex.
  • I have a "Thesis Committee", not a "Dissertation Committee"; how do I change the autogenerated title?
    • Change \committee{Dissertation Committee} to \committee{Thesis Committee} in thesis.tex.
  • I want to shorten authors to 'Author et al.' when there are more than two, how?
  • My links to chapters and sections are not clickable, why?
    • This issue was solved by adding \usepackage{hyperref}. However, that caused problems with appendicies. Adding \appendix before actually including them seem to solve the issue.
  • How do I get rid of the red boxes on my table of contents links as required by Baylor?

About

Latex Template for Baylor Dissertation/Thesis

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published