Using macOS - joaomlourenco/novathesis GitHub Wiki

Texpad

Texpad is a proprietary paid LaTeX editor. Even though it is fully compatible with NOVAthesis, some setup is required.

Using NOVAthesis with Texpad

  1. Download the latest version of NOVAthesis, either by downloading and unzipping the source code, or using git.
  2. Open Texpad and select "Open a local file or project", navigate to the NOVAthesis template folder and open the template.tex file.
  3. On the left bar, click on the "subfiles" tab, you will notice that the config files are there, but the chapter files are missing, so follow the next steps to add them.
  4. On the top of the template.tex file, insert the following lines of code:
%force-texpad-dependency Bibliography/bibliography.bib
%force-texpad-dependency Chapters/chapter1.tex
  1. Continuing adding new lines using the same syntax, refer to this documentation entry for more information, add one line for each of the files you intend to edit.
  2. You will notice that the files will start appearing on the "Subfiles" tab. If you click on one of them and the editor appears empty, close and reopen the window or quit the app and open it again.