Skip to content

Latest commit

 

History

10 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quarto thesis template for Faculty of Science, Charles University

Write the thesis body in thesis.qmd using Markdown. Render the PDF with:

quarto render thesis.qmd --to pdf

The generated PDF is thesis.pdf.

Where things live

  • _quarto.yml configures Quarto's PDF output to match the original LaTeX template: article, 12 pt, A4 paper, Czech language support, natbib, achemso, PDF/A, margins, figure/table caption placement, localized front matter labels via lang, and the custom LaTeX includes.
  • _quarto.yml also contains the thesis metadata used by the title page and front matter: titles, author, university, faculty, study programme, supervisor, abstracts, keywords, and abbreviations.
  • thesis.qmd is the Markdown thesis body. Use headings for sections, [@citation-key] for citations, and Quarto cross-reference labels such as {#fig-name}, {#tbl-name}, and {#eq-name}. It prints the bibliography before including the appendices.
  • appendices.qmd contains the Markdown appendix content included after the bibliography.
  • tex/template.tex is the Quarto/Pandoc LaTeX template that turns the metadata in _quarto.yml into the title page and front matter.
  • tex/preamble.tex contains the LaTeX packages and layout settings copied from the original template.
  • reference.bib remains the BibTeX bibliography file.
  • figures/ remains the image directory.

Only the LaTeX fragments under tex/ are part of the source project. Quarto uses thesis.tex as an intermediate file during rendering, but keep-tex: false means it is not kept as a source file.

Converted from a LaTeX template by Daniel Willimetz, licensed under Creative Commons CC BY 4.0.

About

Quarto thesis template for Faculty of Science, Charles University

Resources

Stars

2 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages