-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathheader.tex
More file actions
20 lines (18 loc) · 773 Bytes
/
header.tex
File metadata and controls
20 lines (18 loc) · 773 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
\usepackage{multicol}
\usepackage{graphicx}
%% \usepackage[symbol]{footmisc}
%% https://tex.stackexchange.com/questions/826/symbols-instead-of-numbers-as-footnote-markers
\renewcommand*{\thefootnote}{\fnsymbol{footnote}}
%% \renewcommand*{\thefootnote}{\fnsymbol{footnote}}
\usepackage{url}
\DeclareGraphicsExtensions{.png,.pdf,.jpg,.mps}
\newcommand{\cemph}[1]{{\color{red} #1}}
\newcommand{\bemph}[1]{{\color{blue} #1}}
% https://stackoverflow.com/questions/20847371/two-column-layouts-in-rstudio-presentations-slidify-pandoc
\def\begincols{\begin{columns}[T]}
\def\begincol{\begin{column}}
\def\endcol{\end{column}}
\def\endcols{\end{columns}}
\def\twocols{\begin{multicols}{2}}
\def\endtwocols{\end{multicols}}
\titlegraphic{\includegraphics[width=2cm]{maclogo.png}}