Shared LaTeX style files and tooling to compile documents to PDF.
| Path | Purpose |
|---|---|
templates/ |
.sty packages (e.g. cv-template) |
examples/ |
Example .tex sources per template |
out/ |
Build output (PDF); ignored by git |
docker/ |
Dockerfile for a reproducible TeX Live environment |
From this repository root:
just pdf examples/cv-example.texThe PDF is written to out/cv-example.pdf.
To consume these templates from a private repository (real CV sources, etc.), see docs/submodule.md.
- Open an empty directory as your new project in the editor.
- Paste the public repo URL (e.g.
https://github.com/l3pq/latex-templates). - Ask the agent to bootstrap a LaTeX project with this repo as
latex-templatessubmodule.
The machine-readable workflow is in AGENTS.md. Available templates are listed in templates/manifest.yml. For Cursor, the project skill lives under .cursor/skills/latex-submodule-bootstrap/SKILL.md.