Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/upb-lea/thesis_latex_template
LaTeX template for writing a report or thesis at LEA.
https://github.com/upb-lea/thesis_latex_template
latex latex-template thesis
Last synced: about 1 month ago
JSON representation
LaTeX template for writing a report or thesis at LEA.
- Host: GitHub
- URL: https://github.com/upb-lea/thesis_latex_template
- Owner: upb-lea
- Created: 2022-05-10T21:11:13.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-13T09:21:05.000Z (5 months ago)
- Last Synced: 2024-08-13T11:01:42.113Z (5 months ago)
- Topics: latex, latex-template, thesis
- Language: TeX
- Homepage:
- Size: 6.19 MB
- Stars: 8
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# thesis_latex_template
This is a latex document template for LEA students, writing a project report a thesis or a dissertation.## Using the template
Run 'main.tex' using an LaTeX editor, e.g. TexStudio.### Overleaf
Create a new Project by importing the ZIP file from the GitHub release section (see right side on this page)!Set the main document :
`Menu` -> `Main Document` -> `main.tex`### TeXstudio
Use the default compiler `PdfLaTeX`.Change the bibliography program to `Biber`
`Options` -> `Configure TeXstudio` -> `Generate` -> default bibliography program: `Biber`## Using own packages
Do not modify the `.cls` file. Add onw LaTeX packages into the `chapters/header.tex`-file.## Preview
![](first_page.png)## Information for Linux users
### Installation
You might need to install some packages from the repositories. Arch Linux example here:
* texlive-langgerman (in case of using the german language)
### Clean up auxiliary files
Run the shell script `clean_temp_data.sh` in the subfolder to clean up all auxiliary files with one command.## Notes:
- .latexmkrc/latexmkrc is for the glossary and should not be removed