Skip to content

Commit

Permalink
Move beamerarticle code from beamer -> latex template.
Browse files Browse the repository at this point in the history
  • Loading branch information
jgm committed Oct 1, 2024
1 parent 0d9cfc8 commit 0dc6605
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 0 additions & 3 deletions data/templates/default.beamer
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,6 @@ $if(section-titles)$
\frame{\subsectionpage}
}
$endif$
$if(beamerarticle)$
\usepackage{beamerarticle} % needs to be loaded first
$endif$
$fonts.latex()$
$common.latex()$
$for(header-includes)$
Expand Down
3 changes: 3 additions & 0 deletions data/templates/default.latex
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ $for(classoption)$
$classoption$$sep$,
$endfor$
]{$documentclass$}
$if(beamerarticle)$
\usepackage{beamerarticle} % needs to be loaded first
$endif$
\usepackage{xcolor}
$if(geometry)$
\usepackage[$for(geometry)$$geometry$$sep$,$endfor$]{geometry}
Expand Down

0 comments on commit 0dc6605

Please sign in to comment.