-
-
Notifications
You must be signed in to change notification settings - Fork 133
Using macOS
Gil Oliveira edited this page Sep 1, 2021
·
2 revisions
Texpad is a proprietary paid LaTeX editor. Even though it is fully compatible with NOVAthesis, some setup is required.
- Download the latest version of NOVAthesis, either by downloading and unzipping the source code, or using git.
- Open Texpad and select "Open a local file or project", navigate to the NOVAthesis template folder and open the
template.tex
file. - 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.
- 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
- 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.
- 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.
Thanks for using this template and for contributing with your suggestions. We really appreciate it. If you may, please don't send us emails directly. Post your question in the GitHub Discussions page or the Facebook Group and you will get your answer there — perhaps even faster.