This assumes you know what Quarto is, and you have set it up. Otherwise, see TheWiki.
- Download the entire repository by clicking here
- Extract the zip file you just downloaded.
- You must to do the following before you start writing.
- Fill the correct
titlein_quarto.yml. - Fill the correct
authorin_quarto.yml. - Fill the correct
datein_quarto.yml. This is the submission date. - Fill the correct
date-titlein_quarto.yml. It must be in the format "May 2023". - Fill the correct
regnoin_quarto.yml. - Fill the correct
supervisorin_quarto.yml. - Fill the correct
TC1,TC2andTC3in_quarto.yml. - Create your
references.bibfile, either manually or by zotero. See TheWiki
- Fill the correct
- Now, start writing your chapters.
- Write the introduction in
intro.qmd. - Write chapter x in
chapterx.qmd. You don't need to name it like that, but it is easier. Create new files as necessary. - Insert the file name into
chaptersin_quarto.yml. - Put images in the
imagesfolder - Write appendix x in
appendixx.qmdfiles. - Insert the file name into
appendicesin_quarto.yml.
- Write the introduction in
- Every time you have written a chunk of text, or you just want to procrastinate, run
quarto render, or if you are using VS-Code, useCtrl-Shift-K, to render your master's thesis. - Write your acknowledgements in
acknowledgements.txt. - Write your abstract in
index.qmd. Do not write anything else in that file. - Repeat steps 4 to 7 again and again up until the due-date, or your guide is happy, whichever is later.
The template also creates a html version of your thesis. Simply copy the generated _book folder onto your web host, or host it on github pages. This is left as an exercise for the reader.