https://github.com/luistar/unina-thesis-template
A fancy LaTeX template for theses at the University of Naples "Federico II" (UniNA).
https://github.com/luistar/unina-thesis-template
latex latex-class latex-template thesis-latex-template thesis-template unina
Last synced: 4 months ago
JSON representation
A fancy LaTeX template for theses at the University of Naples "Federico II" (UniNA).
- Host: GitHub
- URL: https://github.com/luistar/unina-thesis-template
- Owner: luistar
- License: lgpl-3.0
- Created: 2019-05-10T08:41:19.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-10-21T07:59:47.000Z (7 months ago)
- Last Synced: 2025-02-01T21:12:04.614Z (4 months ago)
- Topics: latex, latex-class, latex-template, thesis-latex-template, thesis-template, unina
- Language: TeX
- Homepage:
- Size: 1.22 MB
- Stars: 6
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# unina-thesis-template
A fancy LaTeX template for theses at the University of Naples "Federico II" (UniNA). Check out [thesis.pdf](thesis.pdf) for a demo!
This template is also available on [Overleaf](https://www.overleaf.com/latex/templates/unina-thesis-template/brttdshxnkvd).## Features
* Nice front page(s) with the [unina-frontespizio](https://github.com/luistar/unina-frontespizio) package;
* Many different typefaces to chose from by just selecting the corresponding documentclass option (see [thesis.tex](thesis.tex));
* Optional inline table of contents at the beginning of each chapter with the custom `\inlineminitoc` command;
* Custom `\unnumberedchapter{},\unnumberedsection{}` commands to help add unnumbered chapters/sections to the TOC (see introduction and conclusions);
* Custom stylings for consistent (booktabs) tables, algorithms, and (lst)listings;
* Custom chapter heading;
* Built-in utilities such as the `uninadraft` option, which prints lines numbers to help revisions, and the `uninatodo` macro, which can help you write margin todo notes (an example is provided in [thesis.pdf](thesis.pdf)).
## Screenshots
 |  | 
--------------------------------------------|-------------------------------------------|------------------------------------------## User guide
Clone this repository and start writing your own content! The documentclass in thesis.tex has a few commented options you can check out and the rest of the document is pretty self-explanatory. Full-compile as usual with `pdflatex thesis`, `biber thesis`, `pdflatex thesis`x2.## License
This project is licensed under the GPL v3 License - see the [LICENSE](LICENSE) file for details.