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; or
  • make TARGET

For those using make, you have the following MAKE TARGETS:

  • make —> to produce the PDF using pdflatex
  • make xe —> to produce the PDF using xelatex
  • make lua —> to produce the PDF using lualatex
  • make clean —> to delete most of the temporary files
  • make rc —> to delete ALL the temporary files (may not work in Windows)