Merge pull request #239 from Wandmalfarbe/master

Copied a few changes from default.latex to default.beamer
This commit is contained in:
John MacFarlane 2017-01-25 12:04:04 +01:00 committed by GitHub
commit 8519808e47

View file

@ -108,7 +108,7 @@ $if(author-meta)$
pdfauthor={$author-meta$}, pdfauthor={$author-meta$},
$endif$ $endif$
$if(keywords)$ $if(keywords)$
pdfkeywords={$for(keywords)$$keywords$$sep$; $endfor$}, pdfkeywords={$for(keywords)$$keywords$$sep$, $endfor$},
$endif$ $endif$
$if(colorlinks)$ $if(colorlinks)$
colorlinks=true, colorlinks=true,
@ -192,7 +192,7 @@ $endif$
\providecommand{\tightlist}{% \providecommand{\tightlist}{%
\setlength{\itemsep}{0pt}\setlength{\parskip}{0pt}} \setlength{\itemsep}{0pt}\setlength{\parskip}{0pt}}
$if(numbersections)$ $if(numbersections)$
\setcounter{secnumdepth}{5} \setcounter{secnumdepth}{$if(secnumdepth)$$secnumdepth$$else$5$endif$}
$else$ $else$
\setcounter{secnumdepth}{0} \setcounter{secnumdepth}{0}
$endif$ $endif$