Skip to content

Commit

Permalink
clean up documentclass
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisfenner committed Dec 9, 2023
1 parent bf22037 commit f7ff45d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 13 deletions.
4 changes: 3 additions & 1 deletion sample3.md
Original file line number Diff line number Diff line change
Expand Up @@ -260,4 +260,6 @@ contents longer than one page.
## Thing 47
## Thing 48
## Thing 49
## Thing 50
## Thing 50

Test?
15 changes: 3 additions & 12 deletions template/eisvogel.latex
Original file line number Diff line number Diff line change
Expand Up @@ -58,19 +58,10 @@ $if(CJKmainfont)$
$endif$
%
\documentclass[
$if(fontsize)$
$fontsize$,
$endif$
$if(lang)$
$babel-lang$,
$endif$
paper=letter,
$for(classoption)$
$classoption$$sep$,
$endfor$
,captions=tableheading,
paper=letter,
captions=tableheading,
toc=sectionentrywithdots
]{$if(book)$scrbook$else$scrartcl$endif$}
]{scrartcl}

\usepackage{amsmath,amssymb}
\usepackage{mathtools}
Expand Down

0 comments on commit f7ff45d

Please sign in to comment.