whats new in the latest version - joaomlourenco/novathesis GitHub Wiki
CHANGES FOR v6.1.1
ALL USER-PROVIDED DATA IS NOW IN 3 FOLDERS:
- “
Bibliography”: put your bibliography file(s) to this folder - “
Chapters”: put all the thesis/dissertation text files here - “
Config”: customization of the template and thesis/dissertation cover. You should go carefully over these files and customize them.
DO NOT TOUCH:
- the “
template.tex” file
- the “
novathesis.cls” file - any file in the “
NOVAthesisFIle” folder
YOU MAY DELETE THE FILES:
- “
_config.yml” - “
README.md”
For those that prefer to use the terminal, you may compile your document with
latexmk -pdf template; ormake TARGET
For those using make, you have the following MAKE TARGETS:
make—> to produce the PDF using pdflatexmake xe—> to produce the PDF using xelatexmake lua—> to produce the PDF using lualatexmake clean—> to delete most of the temporary filesmake rc—> to delete ALL the temporary files (may not work in Windows)