Merge pull request #239 from Wandmalfarbe/master
Copied a few changes from default.latex to default.beamer
This commit is contained in:
commit
8519808e47
1 changed files with 2 additions and 2 deletions
|
@ -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$
|
||||||
|
|
Loading…
Add table
Reference in a new issue