fcmeyer / vu-quarto-dissertation

Quarto version of the Vanderbilt Dissertation Template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vanderbilt Quarto Dissertation Template

This is a Quarto extension that renders a PDF of a dissertation/thesis that roughly follows the Vanderbilt University Dissertation template. I created it by building upon the work of Dr. Alberto Guzman's template for Pitt.

The extension primarily works using Quarto and a series of LaTeX partials found in the tex folder. To use, you will need to modify within the tex folder:

  • _acknowledgements.tex: add your acknowledgements. If you don't want this page, comment out the line $_acknowledgements.tex()$ from before-body.tex.
  • _copyright.tex: adjust the year. If you don't want this page, comment out the line $_copyright.tex()$ from before-body.tex.
  • _dedication.tex: add your dedication. If you don't want this page, comment out the line $_copyright.tex()$ from before-body.tex.
  • _title.tex: only change your major and committee member names

The template was created to be used for a 3-paper dissertation/thesis, although it can be easily modified to accommodate a traditional dissertation – just swap the .qmd files with your dissertation chapters.

Some things may not be quite up to standards; please make sure you review the Vanderbilt graduate school guidliens for formatting dissertations.

(I'm not sure if the below will work, will test at some point).

Installing the extension

To use this extension, navigate to your desired directory and type the following command in your terminal:

quarto use template fcmeyer/vu-quarto-dissertation

Using template on an existing directory/folder

If you already have an existing Quarto project or document, you may add the template by typing the following in your terminal:

quarto add fcmeyer/vu-quarto-dissertation

Contributing to the template

From the original author:

Writing my dissertation in Quarto was both exciting and challenging, given that Quarto had just been released. However, I believe Quarto is an amazing tool for creating reproducible dissertations. I plan on gradually creating documentation for this template, but I also welcome the help of contributors! Happy Writing!

About

Quarto version of the Vanderbilt Dissertation Template

License:MIT License


Languages

Language:TeX 100.0%