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.
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 extensionsquarto-thesis
andmonash-quarto-thesis
.
- Click the green button
Use this template
to create a new repo for your own. - Update the metadata in the
_quarto.yml
file 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.yml
again - Render the book to multiple formats in the root repo directory
quarto render
See Quarto guide