Get started
Four steps from a clean machine to a compiled thesis. If you would rather not install anything, use Overleaf or ScienHub.
Install LaTeX
TeX Live on Linux and Windows, MacTeX on macOS. MikTeX also works.
Download your repository
Take the ZIP for your school, or clone it if you want to pull updates.
Set your details
Title, author, supervisors, degree and language, all in 0-Config.
Compile
Run make, or latexmk. Bibliography and glossaries are handled for you.
Local build
With latexmk, biber and bib2gls installed, one command builds the document, the bibliography and the glossaries. bib2gls ships with TeX Live but needs a Java runtime (JRE) on your machine — check with bib2gls --version.
Overleaf
Paid plan requiredOpen the template in the browser, no installation. Recommended for short documents and shared supervision.
The template does not compile on the Overleaf Free plan, whose 20-second compilation limit is too short for novathesis — a paid subscription is required.
The button below opens the current version straight from the main repository, not the outdated official Overleaf template.
Open in OverleafScienHub
FreeA free browser-based LaTeX editor with real-time collaboration and Git version control. Its compilation limit is generous enough to build the current template, which makes it a working alternative to a paid Overleaf plan.
There is no one-click import: download the ZIP for your school, then upload it to a new ScienHub project and set template.tex as the main document.