fixed path
This commit is contained in:
@@ -249,12 +249,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**: 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
|
### Execute Conversion
|
||||||
|
|
||||||
@@ -424,7 +424,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)
|
||||||
@@ -434,7 +434,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
|
||||||
|
|
||||||
|
|||||||
@@ -79,7 +79,7 @@ Use these steps:
|
|||||||
|
|
||||||
### 5. Create application.md
|
### 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**:
|
**Update Metadata Section**:
|
||||||
- Replace `[Auto-filled on creation]` in the Created field with current timestamp
|
- 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
|
- Create it automatically with parent directories
|
||||||
- Inform user: "Created applications directory structure."
|
- 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
|
- Create a basic application.md with minimal structure
|
||||||
- Warn user: "Template file not found. Created basic application.md structure."
|
- Warn user: "Template file not found. Created basic application.md structure."
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user