It is highly recommended to use
tinytexwhich comes with Quarto for rendering the PDF format. You may get warnings if usingtexliveand may need to debug (very frustrating) and install packages manually.tinytexcan update missing libraries for you. See more on Quarto website.
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.ymlstructure was inspired by other quarto thesis extensionsquarto-thesisandmonash-quarto-thesis.
- Click the green button
Use this templateto create a new repo for your own. - Update the metadata in the
_quarto.ymlfile based on your personal and thesis information - 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 - Update the list of chapters in
_quarto.ymlagain - Render the book to multiple formats in the root repo directory
quarto render
See Quarto guide

