add possibility of showing notes

This commit is contained in:
Marius Melzer 2016-09-17 17:55:07 +02:00
parent 2853219e8d
commit 2dceef76ee
1 changed files with 5 additions and 1 deletions

View File

@ -8,8 +8,12 @@
\usepackage[utf8]{inputenc}
\usepackage{tikz}
\setbeamertemplate{footline}[frame number]
\usepackage{pgfpages}
<% if notes do %>
\setbeameroption{show notes on second screen = right}
<% end %>
\newcommand{\cc}[1]{\includegraphics[height=4mm]{img/#1.png}\hspace{1mm}}
\newcommand{\cc}[1]{\includegraphics[height=4mm]{../../img/#1.png}\hspace{1mm}}
\usepackage{ifthen}
\newcommand{\license}[2][]{\\#2\ifthenelse{\equal{#1}{}}{}{\\\scriptsize\url{#1}}}
\usepackage{textcomp}