From fa309911db9066656503d2e75290d2eedd7d52bd Mon Sep 17 00:00:00 2001 From: Markus Graf Date: Tue, 13 Jan 2026 08:42:43 +0100 Subject: [PATCH] Fixed wrong path --- .gitignore | 1 + src/.claude/commands/convert-cover-letter.md | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b379e29 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +applications \ No newline at end of file diff --git a/src/.claude/commands/convert-cover-letter.md b/src/.claude/commands/convert-cover-letter.md index b3a0647..16ca281 100644 --- a/src/.claude/commands/convert-cover-letter.md +++ b/src/.claude/commands/convert-cover-letter.md @@ -247,12 +247,12 @@ Build the conversion command: pandoc cover-letter.md \ --from markdown \ --to latex \ - --template=../../../src/.claude/templates/swiss-letter.tex \ + --template=../../../.claude/templates/swiss-letter.tex \ --pdf-engine=pdflatex \ --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 @@ -422,7 +422,7 @@ Pandoc may create intermediate files during conversion: 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): - Font size (currently 11pt) @@ -432,7 +432,7 @@ Users can customize the Swiss letter template: - Color scheme (currently black/white) **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 3. Template comments explain each section