Write the thesis body in thesis.qmd using Markdown. Render the PDF with:
quarto render thesis.qmd --to pdfThe generated PDF is thesis.pdf.
_quarto.ymlconfigures 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 vialang, and the custom LaTeX includes._quarto.ymlalso contains the thesis metadata used by the title page and front matter: titles, author, university, faculty, study programme, supervisor, abstracts, keywords, and abbreviations.thesis.qmdis 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.qmdcontains the Markdown appendix content included after the bibliography.tex/template.texis the Quarto/Pandoc LaTeX template that turns the metadata in_quarto.ymlinto the title page and front matter.tex/preamble.texcontains the LaTeX packages and layout settings copied from the original template.reference.bibremains 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.