
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.
它集成了 IEEE Access 官方文档类、所需字体和所有宏包,无需额外安装;模块化结构便于版本控制和协作写作。
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
根据分类、Topic 和编程语言匹配的相似项目。

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é.