- Replace texlive/texlive:latest with debian:bookworm-slim + targeted
TeX Live packages (texlive-latex-recommended, texlive-pictures,
texlive-fonts-recommended)
- Remove \usepackage{enumitem} from brevetkarte.tex and template;
replace list options with plain LaTeX \setlength equivalents
- Add Export Brevetkarte.csv to .gitignore (real participant data)
- Add Export Brevetkarte.csv.example with anonymised sample data
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
32 lines
343 B
Plaintext
32 lines
343 B
Plaintext
# LaTeX build artifacts
|
|
*.aux
|
|
*.log
|
|
*.out
|
|
*.toc
|
|
*.synctex.gz
|
|
*.fls
|
|
*.fdb_latexmk
|
|
|
|
# Rendered PDFs
|
|
*.pdf
|
|
*.bak
|
|
|
|
# Real participant data (copy to "Export Brevetkarte.csv" and fill in)
|
|
Export Brevetkarte.csv
|
|
|
|
# Generated files
|
|
brevetkarte-personalized.tex
|
|
|
|
# macOS
|
|
.DS_Store
|
|
|
|
# Editor files
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
.vscode/
|
|
.idea/
|
|
|
|
# Claude Code
|
|
.claude/
|