
loom-notes
Loom is a XeLaTeX document class for creating interactive study notes that combine readable exposition with fill-in-the-blank exercises and proof skeletons to promote active recall.
It reduces formatting overhead by providing a complete, ready-to-use document structure with automated table of contents, figures, tables, and bibliography, along with clear build instructions for both command line and TeXstudio.
A LaTeX template for an end-of-studies engineering report (Projet de Fin d'Études), in English with a French résumé. It comes pre-filled with bracketed placeholders and short example text so you can see how each section is meant to read, then replace it with your own project.
main.tex Document entry point: packages, styling, include order
references.bib Bibliography (biblatex, bibtex backend)
LOGOS/enset-header.png Cover page header logo
pages/
00-page-de-garde.tex Cover page (title, author, supervisors, jury)
00a-dedicace.tex Dedication
01-Remerciements.tex Acknowledgment
01b-abstract.tex Abstract (English)
01c-resume.tex Résumé (French)
04-acronymes.tex List of acronyms
02-into-gene.tex General introduction
05-presentation-entreprise.tex Chapter I - Host organization and context
06-stage.tex Chapter II - Needs and functional design
12-technical-design.tex Chapter III - Design and implementation
08-conclusion-perspectives.tex General conclusion
Table of contents, list of figures, list of tables, and the bibliography are generated automatically; you don't need to edit them by hand.
A LaTeX distribution with pdflatex and bibtex on your PATH:
sudo apt install texlive-full on Debian/Ubuntu, or the TeX Live installer on macOS/other distros).That's enough to build from a terminal. If you'd rather work in an editor with a built-in PDF preview and one-click build, install TeXstudio (available for Windows, macOS, and Linux) on top of MiKTeX/TeX Live.
From the repository root:
pdflatex -interaction=nonstopmode main.tex
bibtex main
pdflatex -interaction=nonstopmode main.tex
pdflatex -interaction=nonstopmode main.tex
The first pass generates the .aux files bibtex needs; the two passes after bibtex resolve citations, the table of contents, and cross-references. main.pdf is the output.
Similar projects matched by category, topics, and programming language.

Loom is a XeLaTeX document class for creating interactive study notes that combine readable exposition with fill-in-the-blank exercises and proof skeletons to promote active recall.

A modular LaTeX template for IEEE Access papers that separates each section into its own file and bundles the official class and fonts for out-of-the-box compilation.
A repository hosting proposed solutions and related work for problems from the Erdős Problems database, currently featuring a single paper on Problem 1005 regarding the Mayer–Erdős phenomenon for Farey sequences.