Skip to content

juliantao/quarto-asu-thesis

Repository files navigation

Quarto Template/Extension for ASU Thesis

It is highly recommended to use tinytex which comes with Quarto for rendering the PDF format. You may get warnings if usingtexlive and may need to debug (very frustrating) and install packages manually. tinytex can update missing libraries for you. See more on Quarto website.

Background

This repo provides a Quarto template/extension to assist the preparation of a thesis/report/dissertation according to ASU guidelines.

In addition to the official guide, I burrowed ideas from the following sources.

  • The pandoc LaTex template for the PDF format was roughly based on the LaTex ASU-Dissertation-Template.

    • Modifications were made to the headings, captions and bibliography; efforts were made to make it work for the pandoc/quarto templates.
  • The repo and _quarto.yml structure was inspired by other quarto thesis extensions quarto-thesis and monash-quarto-thesis.

Use as a github template

  1. Click the green button Use this template to create a new repo for your own.
  2. Update the metadata in the _quarto.yml file based on your personal and thesis information
  3. Update the contents for your chapters, appendices, front and back matters such as abstract (required), dedication, acknowledgement, biosketch, and your bibliography file. You can always preview the rendering of the book, quarto preview. You can specific the preview format, e.g., quarto preview --to asuthesis-pdf
  4. Update the list of chapters in _quarto.yml again
  5. Render the book to multiple formats in the root repo directory quarto render

Use as a Quarto extension

See Quarto guide

Examples

PDF version

Website version