
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 eliminates dependency headaches by shipping the official IEEE Access document class, fonts, and all required packages, and its modular structure simplifies version control and collaborative editing.
A clean, ready-to-use IEEE Access paper template with a modular file
structure: every part of the paper (title, abstract, each section,
references, biographies) lives in its own file under sections/, so the main
file stays short and the paper is easy to navigate and version-control.
This template ships with the official IEEE Access document class
(ieeeaccess.cls) and all required fonts, so it compiles out of the box — no
extra downloads needed.
IEEE-Access-Modular-Template/
├── access.tex # MAIN file — wires everything together (compile this)
├── sections/
│ ├── 00_title.tex # title, authors, affiliations, funding footnote
│ ├── 00_abstract.tex # abstract + index terms (keywords)
│ ├── 01_introduction.tex
│ ├── 02_related_work.tex
│ ├── 03_method.tex # equation / figure / table / algorithm examples
│ ├── 04_results.tex # full-width figure & table examples
│ ├── 05_conclusion.tex
│ ├── 06_acknowledgment.tex
│ ├── 07_references.tex # manual thebibliography (or switch to BibTeX)
│ └── 08_biographies.tex # author biographies
├── images/ # put all figures/photos here
├── ieeeaccess.cls # IEEE Access document class
├── IEEEtran.cls / .bst # support for biographies & BibTeX
├── spotcolor.sty
└── t1-*.pfb / .tfm / .fd # bundled fonts (Formata, Giovanni, Times)
You only need a LaTeX distribution — there is nothing else to install.
initexmf --set-config-value "[MPM]AutoInstall=1".Bundled with this repo (no installation needed): the document class
(ieeeaccess.cls), IEEEtran.cls/.bst, spotcolor.sty, and all fonts
(t1-*.pfb/.tfm/.fd/.map).
Standard CTAN packages used (all included in a full TeX Live / Overleaf,
auto-installed by MiKTeX): cite, amsmath, amssymb, amsfonts,
algorithm, algorithmic, graphicx, textcomp, booktabs, multirow,
array, pifont, placeins, bm, stfloats, etoolbox, hyperref.
Com
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 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.
A LaTeX template for an end-of-studies engineering report (PFE) with pre-filled placeholders and example text, structured for English content with a French résumé.