mirror of
https://github.com/tomru/pdfer.git
synced 2026-03-03 06:27:19 +01:00
fixed confusing naming of letterOption
This commit is contained in:
@@ -6,7 +6,7 @@ function convertLineBreaks(lines: string) {
|
||||
|
||||
export function brief(options: IDocProps) {
|
||||
const {
|
||||
template,
|
||||
letterOption,
|
||||
subject,
|
||||
yourRef,
|
||||
yourRefName,
|
||||
@@ -27,7 +27,7 @@ export function brief(options: IDocProps) {
|
||||
|
||||
return `% brief document
|
||||
\\documentclass{scrlttr2}
|
||||
\\LoadLetterOption{${template}}
|
||||
\\LoadLetterOption{${letterOption}}
|
||||
|
||||
\\setkomavar{subject}{${subject}}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user