TeX template for the master's thesis in Quantitative and Computational Biology, CIBIO department, University of Trento.
- Guidelines version: 2020
- Academic year revision: 2022-2023
NOTE: The guidelines would require the typeface to be set to Times New Roman. I cannot get it to work, no matter how many stack threads I read. If you know how, please let me know or open a pull request. I still believe that is just to prevent people from using unreasonable typefaces, thus I do not consider it top priority.
- Download the entire directory as a .zip file or clone it and then zip it.
- In Overleaf press
New Project > Upload Projectand then select the .zip file. - Work normally in Overleaf. You can remove
README.md,buildfolder andbuildlatex
- Install LaTeX and additional libraries if required. On Ubuntu 22.04, all required libraries can be installed using the commands
sudo apt install texlive-latex-extra -yandsudo apt install texlive-font-utils -y - Clone the repository using
git clone https://github.com/StefanoCretti/QCB_thesis_TeX_template - Modify as per requirements.
- Navigate to the directory
cd ./SOME_PATH/QCB_thesis_TeX_template - Compile to pdf using
sh buildlatex principal.tex. Thebuildlatexscript is a slightly modified version of the one on Giacomo Fantoni's Github page. The compiled file will be at./build/principal.pdf.