/quarto-thesis

Quarto extension for a masters or PhD thesis

Primary LanguageTeXCreative Commons Zero v1.0 UniversalCC0-1.0

quarto-thesis

Quarto extension for a masters or PhD thesis based on Masters/Doctoral Thesis, LaTeX Template, Version 2.5 (27 Aug 2017)

You can play with it on RStudio Cloud without installing anything: https://rstudio.cloud/content/4383755

Warning. Chapter 1 has R code

Python and Julia users: After you install the extension, search for {r} in Chapters/Chapter1.qmd and get rid of the R code (for a table and a figure) or replace with Python or Julia code.

Installing the extension

You will need to do this to get all the folders with tex files.

quarto use template nmfs-opensci/quarto-thesis

Once you do that you can render from within the folder.

quarto render

Installation for an existing document

You may also use this format with an existing Quarto project or document. But you will need to have all the tex folders already.

quarto install extension nmfs-opensci/quarto-thesis

Usage

Start adding Chapters to the Chapters folder.

Problems

  • Meh, all the stuff in Frontmatter is mandatory LaTeX since it is being injected into the tex document after the qmd is processed. Probably need to learn how to write a lua filter to render the Frontmatter qmd to LaTeX via Pandoc.

  • I doubt that passing in classoptions in your _quarto.yml will work. The elsevier lua filter suggests that the classoptions need to be added on.

  • Why does index-blx.bib keep appearing?