An open-source LaTeX template for creating professional theses, dissertations, and academic reports at École polytechnique fédérale de Lausanne (EPFL).
- Clone this repository
- Edit
Metadata/Metadata.texwith your thesis information - Add your chapters in
Chapters/and include them fromEPFLMain.tex - Build the document:
make allOr with latexmk directly:
latexmkThe main entry file is EPFLMain.tex. The document class is EPFLThesis.cls.
- A TeX Live distribution (TeX Live, MacTeX, or BasicTeX)
latexmkbiberPygments(for themintedpackage)
| Directory | Purpose |
|---|---|
Chapters/ |
Your thesis chapters |
Matter/ |
Cover, front page, copyright, glossary, appendices |
Metadata/ |
Author, title, supervisor, and other document metadata |
Configurations/ |
Fonts, colors, margins, and layout settings |
Figures/ |
Images and EPFL theme assets |
Bibliography/ |
BibLaTeX bibliography file |
Pass options to \documentclass in EPFLMain.tex:
language—english,portuguese, orspanishcoverstyle—classicorbwchapterstyle—classic,fancy, ormoderndocstage—finalorworkingmedia—paperorscreenlinkcolor— any validxcolorcolor nameaiacknowledgement—trueorfalselistprefix—trueorfalse
See the User Guide chapter in the compiled PDF for full documentation.
This project is released under the LPPL 1.3c License. See LICENSE for the full text and NOTICE.md for upstream attribution and change history.
This template is based on IPLeiria Thesis by José Areia, originally developed for the Polytechnic University of Leiria. The EPFL version is an independent derived work with EPFL branding and metadata defaults. The upstream author does not maintain or support this fork.