Fixed wrong path

This commit is contained in:
2026-01-13 08:42:43 +01:00
parent c91999d78c
commit fa309911db
2 changed files with 5 additions and 4 deletions
+1
View File
@@ -0,0 +1 @@
applications
+4 -4
View File
@@ -247,12 +247,12 @@ Build the conversion command:
pandoc cover-letter.md \ pandoc cover-letter.md \
--from markdown \ --from markdown \
--to latex \ --to latex \
--template=../../../src/.claude/templates/swiss-letter.tex \ --template=../../../.claude/templates/swiss-letter.tex \
--pdf-engine=pdflatex \ --pdf-engine=pdflatex \
--output=cover-letter.pdf --output=cover-letter.pdf
``` ```
**Template path**: The path `../../../src/.claude/templates/swiss-letter.tex` is relative to the typical execution location (`applications/pending/[job-folder]/`), going up three levels to the project root and then to the template directory. **Template path**: The path `../../../.claude/templates/swiss-letter.tex` is relative to the typical execution location (`applications/pending/[job-folder]/`), going up three levels to the project root and then to the template directory.
### Execute Conversion ### Execute Conversion
@@ -422,7 +422,7 @@ Pandoc may create intermediate files during conversion:
Users can customize the Swiss letter template: Users can customize the Swiss letter template:
**Location**: `src/.claude/templates/swiss-letter.tex` **Location**: `.claude/templates/swiss-letter.tex`
**Customizable elements** (documented in template): **Customizable elements** (documented in template):
- Font size (currently 11pt) - Font size (currently 11pt)
@@ -432,7 +432,7 @@ Users can customize the Swiss letter template:
- Color scheme (currently black/white) - Color scheme (currently black/white)
**To customize**: **To customize**:
1. Edit `src/.claude/templates/swiss-letter.tex` 1. Edit `.claude/templates/swiss-letter.tex`
2. Re-run `/convert-cover-letter` to apply changes 2. Re-run `/convert-cover-letter` to apply changes
3. Template comments explain each section 3. Template comments explain each section