fixed path

This commit is contained in:
2026-01-15 10:43:53 +01:00
parent fa309911db
commit c07f5b9fda
2 changed files with 6 additions and 6 deletions
+4 -4
View File
@@ -249,12 +249,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**: Use the template at `src/.claude/templates/swiss-letter.tex` relative to the framework root.
**Template path**: Use the template at `.claude/templates/swiss-letter.tex` relative to the framework root.
### Execute Conversion
@@ -424,7 +424,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)
@@ -434,7 +434,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
+2 -2
View File
@@ -79,7 +79,7 @@ Use these steps:
### 5. Create application.md
Copy the template from `src/.claude/templates/application-template.md` to the new folder as `application.md`.
Copy the template from `.claude/templates/application-template.md` to the new folder as `application.md`.
**Update Metadata Section**:
- Replace `[Auto-filled on creation]` in the Created field with current timestamp
@@ -163,7 +163,7 @@ After successfully creating the application, provide this output:
- Create it automatically with parent directories
- Inform user: "Created applications directory structure."
**If template file is missing** (`src/.claude/templates/application-template.md`):
**If template file is missing** (`.claude/templates/application-template.md`):
- Create a basic application.md with minimal structure
- Warn user: "Template file not found. Created basic application.md structure."