Update README: document CSV workflow and file list
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
23
README.md
23
README.md
@@ -43,6 +43,20 @@ make build-back
|
|||||||
make build-pdf
|
make build-pdf
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Personalized Cards from CSV
|
||||||
|
|
||||||
|
```bash
|
||||||
|
# 1. Copy the example CSV and fill in participant data
|
||||||
|
cp "Export Brevetkarte.csv.example" "Export Brevetkarte.csv"
|
||||||
|
# Edit "Export Brevetkarte.csv" with your participants
|
||||||
|
|
||||||
|
# 2. Generate and build personalized cards
|
||||||
|
make build-personalized
|
||||||
|
# Output: brevetkarte-personalized.pdf
|
||||||
|
```
|
||||||
|
|
||||||
|
The CSV file `Export Brevetkarte.csv` is not tracked by git (it may contain personal data). The file `Export Brevetkarte.csv.example` shows the expected format.
|
||||||
|
|
||||||
### Other Commands
|
### Other Commands
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
@@ -67,10 +81,13 @@ make help
|
|||||||
|
|
||||||
## Files
|
## Files
|
||||||
|
|
||||||
- `brevetkarte.tex` - LaTeX source for the front side (participant info)
|
- `brevetkarte.tex` - LaTeX source for the front side (two identical blank cards)
|
||||||
|
- `brevetkarte-template.tex` - Template for personalized cards (placeholders replaced from CSV)
|
||||||
- `brevetkarte-rueckseite.tex` - LaTeX source for the back side (control points)
|
- `brevetkarte-rueckseite.tex` - LaTeX source for the back side (control points)
|
||||||
- `cyclist-logo.png` - Audax Randonneurs logo (extracted from original)
|
- `Export Brevetkarte.csv.example` - Example CSV with participant data format
|
||||||
- `Dockerfile` - Docker image definition with TeXLive
|
- `generate_cards.py` - Generates `brevetkarte-personalized.tex` from CSV and template
|
||||||
|
- `cyclist-logo.png` - Audax Randonneurs logo
|
||||||
|
- `Dockerfile` - Docker image definition (debian:bookworm-slim + TeX Live packages)
|
||||||
- `Makefile` - Build automation
|
- `Makefile` - Build automation
|
||||||
|
|
||||||
## Output
|
## Output
|
||||||
|
|||||||
Reference in New Issue
Block a user