Skip to content

Commit

Permalink
Merge pull request #2 from aaronwolen/master
Browse files Browse the repository at this point in the history
Allow YAML header to specify a different documentclass (aaronwolen#36)
  • Loading branch information
jorgeegomez authored Jun 27, 2023
2 parents a3120ad + 31e603e commit d734b33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template-letter.tex
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
\PassOptionsToPackage{dvipsnames,svgnames*,x11names*}{xcolor}
$endif$
%
\documentclass[$if(fontsize)$$fontsize$,$endif$$if(lang)$$babel-lang$,$endif$$if(papersize)$$papersize$paper,$endif$$for(classoption)$$classoption$$sep$,$endfor$]{letter}
\documentclass[$if(fontsize)$$fontsize$,$endif$$if(lang)$$babel-lang$,$endif$$if(papersize)$$papersize$paper,$endif$$for(classoption)$$classoption$$sep$,$endfor$]{$if(documentclass)$$documentclass$$else$letter$endif$}
$if(fontfamily)$
\usepackage[$for(fontfamilyoptions)$$fontfamilyoptions$$sep$,$endfor$]{$fontfamily$}
$else$
Expand Down

0 comments on commit d734b33

Please sign in to comment.