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
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.
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
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
Start adding Chapters to the Chapters folder.
-
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?