| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-08-06 | 2.3 kB | |
| v8.0.2 source code.tar.gz | 2026-08-06 | 13.8 MB | |
| v8.0.2 source code.zip | 2026-08-06 | 14.9 MB | |
| Totals: 3 Items | 28.6 MB | 1 | |
NOVAthesis 8.0.0 "Andorinha"
A release focused on build speed, a simpler build system, and documentation you can trust. A full pdfLaTeX build of the manual dropped from 109 s to 36 s.
⚠️ Breaking change: glossaries now use bib2gls
Acronyms, glossary terms and symbols are now defined in .bib files processed by bib2gls, instead of .tex files processed by makeglossaries. Existing documents must be migrated:
- Run
make glsbibto convert your1-FrontMatter/*.texentry files to.bib. - Re-add any
sortkeys (the converter drops them silently;make glsbibwarns you per file). - Convert symbol entries from
@entryto@symbol. - Delete
\glsaddallif you use it; it has no bib2gls equivalent. - Delete the old
.texentry files once the output looks right.
A leftover .tex entry file now stops the build with an error that names the fix, so you cannot miss the migration. Full procedure: the Migrating from 7.10.x appendix of the manual. New requirement: bib2gls needs a JRE (it ships with TeX Live; Overleaf provides one).
What's new
- Command-line overrides: set any
\ntsetupoption at build time withmake NT="doctype=msc,lang=pt", without editing a config file. - Rebuilt build system: the
Makefileis now a thin wrapper overlatexmk; per-school and full-matrix builds live inMakefile.dev. make glsbibhelper for the glossary migration.
What was improved
- Faster builds: glossaries no longer use write registers, so
morewritesis no longer loaded by default (register-heavy documents can restore it withFASTWRITES=0). Glossaries also no longer need-shell-escape. - Symbols glossary created only when a symbols file is registered.
- Documentation corrected against the code, with several previously undocumented options now described.
- Hardened the font downloader and the CI workflow.
What was fixed
- Duplicate firing of the
mainmatter/prehook. \ntprintfrontpagenow respectsprint/frontpage.- SDG heading falls back to English for untranslated languages.
- PDF bookmarks handle bracketless
\ntindexentries.
Full details: see RELEASE_NOTES.md (github.com).