This repository contains a LaTeX template for a generic UiA report. It provides a UiA front-page, preset fields, example structure, as well as example Appendix structure with front-pages.
- Default UiA front page with UiA logo, title, various info, and confirmations that are usually required
- Front matter and main matter (roman numerals before main text, then arabic)
- Example content (Sections, Figures, Tables, References)
- Appendix examples with front pages (This appendix contains...)
- Various layout setups (margins, header title, etc.)
Using with Overleaf
- Download release (.zip file)
- Navigate to project overview on Overleaf
- Create new project, "Upload Project"
- Add .zip
- Modify files as needed, add files as needed, and compile
- Download and install a LaTeX compiler (For example TeX Live), if you don't have one already
- Download release (.zip file)
- Modify files as needed, add files as needed, and compile
main.tex
: Main LaTeX document file, where subfiles/sections are added.chapters/
: Directory for individual chapters or sections.img/
: Directory for storing images used in the document.ref/
: Directory for storing reference files (e.g., BibTeX files).appendix/
: Directory for appendix files.template/packages.tex
: Contains packages for the template.template/frontpage.tex
: Contains the title page content.template/appendixprepare.tex
: Contains setup for the appendix.template/othersetup.tex
: Contains other setup settings for the template.
Placeholder text
Contributions are welcome! If you have suggestions, improvements, or bug fixes, feel free to open an issue or submit a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.