templates: update beamer template
This commit is contained in:
parent
25abcac448
commit
93e5969f57
|
@ -3,18 +3,22 @@
|
||||||
\usepackage{fontawesome5}
|
\usepackage{fontawesome5}
|
||||||
\usepackage{tikz}
|
\usepackage{tikz}
|
||||||
\usetikzlibrary{arrows,calc,fit,positioning}
|
\usetikzlibrary{arrows,calc,fit,positioning}
|
||||||
\usepackage{appendixnumberbeamer}
|
|
||||||
|
|
||||||
|
|
||||||
\usetheme{moloch}
|
\usetheme{moloch}
|
||||||
\usefonttheme[onlymath]{serif}
|
\usefonttheme[onlymath]{serif}
|
||||||
|
|
||||||
|
|
||||||
% use notes for pympress by default
|
% set up note slides formatted for pympress by default
|
||||||
|
% this can be commented out to produce a slide deck with no notes
|
||||||
\setbeameroption{show notes}
|
\setbeameroption{show notes}
|
||||||
\addtobeamertemplate{note page}{}{\thispdfpagelabel{notes:\insertframenumber}}
|
\addtobeamertemplate{note page}{}{\thispdfpagelabel{notes:\insertframenumber}}
|
||||||
|
|
||||||
|
% the modern way to restart appendix page numbering (instead of using a package)
|
||||||
|
\setbeamertemplate{page number in head/foot}[appendixframenumber]
|
||||||
|
|
||||||
|
|
||||||
|
% useful tikz styles from previous slide decks
|
||||||
\tikzset{%
|
\tikzset{%
|
||||||
icon/.value required,
|
icon/.value required,
|
||||||
icon/.style={%
|
icon/.style={%
|
||||||
|
|
Loading…
Reference in New Issue