Official presentation and thesis templates for ISISLab students and researchers.
๐ฅ๏ธ Slides ยท ๐ Thesis ยท โฌ๏ธ Download ZIP
This repository provides two ready-to-use LaTeX templates for the ISISLab community at the Department of Computer Science, University of Salerno.
| Template | Best for | Main features |
|---|---|---|
| Slides | Thesis defenses, seminars and research talks | Beamer, 16:9 layout, English/Italian labels, reusable visual components |
| Thesis | Bachelor and Master theses | English/Italian content, configurable metadata, appendix, writing guide and reproducibility checklist |
Tip
Use Overleaf for the easiest setup. No custom compiler command or shell escape is required.
git clone https://github.com/isislab-unisa/template.git
cd template- Download this repository as a ZIP.
- Choose either the
slidesorthesisfolder. - Create a ZIP containing that folder's files.
- In Overleaf, select New Project โ Upload Project.
- Keep
main.texas the main document. - Select pdfLaTeX and click Recompile.
Install a recent TeX Live or MiKTeX distribution with latexmk.
cd slides # or: cd thesis
latexmk -pdf main.tex๐ English demo PDF ยท ๐ Italian demo PDF ยท ๐ Slides notes
The slide template is a modern Beamer theme for clear scientific storytelling.
cd slides
# English demo
latexmk -pdf main.tex
# Italian demo
latexmk -pdf main_ita.texOpen slides/main.tex and change:
\title{Your Presentation Title}
\subtitle{A clear and short subtitle}
\author{Your Name}
\institute{Department of Computer Science, Universitร degli Studi di Salerno}
\date{\today}For Italian fixed labels, load the theme with:
\usepackage[italian]{isislabtheme}Accepted Italian aliases are italian, italiano and ita.
| Command | Purpose |
|---|---|
\ISISSectionIntro |
Full-screen section divider |
\ISISCard |
Styled content card |
\ISISMetricCard |
Highlight an important number |
\ISISBadge |
Small colored label |
\ISISVisualList |
Numbered visual list |
\ISISPipeline |
Process or method pipeline |
\ISISBarChart |
Lightweight bar chart |
\ISISLineChart |
Lightweight line chart |
The theme automatically includes ISISLab and Department branding from
slides/assets/.
๐ Demo PDF ยท ๐ Full thesis notes ยท โก Start here
The thesis project supports:
- ๐ Bachelor and Master theses
- ๐ฌ๐ง English and ๐ฎ๐น Italian
- ๐ Configurable student and thesis metadata
- ๐ Standard BibTeX with
ACM-Reference-Format - ๐ Optional technical appendix
- โ Optional reproducibility checklist
- โ๏ธ Optional bilingual research-writing guide
- ๐งฉ Fixed preview files for every degree/language combination
Edit thesis/configuration.tex:
\providecommand{\ISISDegreeChoice}{bachelor} % bachelor | master
\providecommand{\ISISLanguageChoice}{italian} % english | italian\providecommand{\ISISResearchWritingGuideChoice}{disabled}
\providecommand{\ISISAppendixChoice}{enabled}
\providecommand{\ISISReproducibilityChecklistChoice}{enabled}Important
The research-writing guide is teaching material. Disable it before preparing the final thesis.
Available accent colors:
\thesisaccent{ISISBlue}Options: ISISBlue, ISISLightBlue, ISISDeepBlue, ISISCyan, ISISRed.
Open thesis/metadata.tex and set:
- thesis title and subtitle;
- student name and ID;
- degree course and department;
- supervisor and co-supervisor;
- academic year and keywords;
- ISISLab name and website.
| Content | Folder |
|---|---|
| Bachelor chapters | thesis/content/bachelor/ |
| Master chapters | thesis/content/master/ |
| Front matter | degree folder inside thesis/content/ |
| Writing guide | thesis/content/writing-guide/ |
| Appendix | thesis/content/appendix/ |
| Reproducibility checklist | thesis/content/reproducibility/ |
The selected language automatically loads the matching English or Italian files.
Add BibTeX entries to thesis/references.bib and cite them normally:
\cite{yourReferenceKey}You can also compile a specific configuration directly:
latexmk -pdf variant-bachelor-english.tex
latexmk -pdf variant-bachelor-italian.tex
latexmk -pdf variant-master-english.tex
latexmk -pdf variant-master-italian.textemplate/
โโโ slides/
โ โโโ assets/
โ โโโ isislabtheme.sty
โ โโโ main.tex
โ โโโ main_ita.tex
โ โโโ README.md
โโโ thesis/
โ โโโ assets/
โ โโโ content/
โ โโโ configuration.tex
โ โโโ metadata.tex
โ โโโ isislab-thesis.sty
โ โโโ references.bib
โ โโโ variant-*.tex
โ โโโ main.tex
โโโ LICENSE
โโโ README.md
Please verify the current rules of your degree programme, including:
- official cover wording;
- degree-course and department names;
- supervisor roles;
- declarations;
- required thesis structure and formatting.
University rules always take priority over this template.
Improvements, bug reports and documentation fixes are welcome.
- Fork the repository.
- Create a branch.
- Make and test your changes.
- Open a pull request with a clear description.
For problems or suggestions, open an issue.
The source code is released under the MIT License.
University, Department and ISISLab names and logos remain the property of their respective owners. Use them only for appropriate academic and institutional purposes.
Made with โค๏ธ for the ISISLab and UNISA student community.