Skip to content

Commit

Permalink
Merge pull request #222 from jez/jez-beamer-hypersetup
Browse files Browse the repository at this point in the history
Add hypersetup options to beamer templates
  • Loading branch information
jgm authored Oct 25, 2016
2 parents 1475299 + 52429ad commit 8a05c8e
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions default.beamer
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,25 @@ $for(bibliography)$
\addbibresource{$bibliography$}
$endfor$
$endif$
\hypersetup{
$if(title-meta)$
pdftitle={$title-meta$},
$endif$
$if(author-meta)$
pdfauthor={$author-meta$},
$endif$
$if(keywords)$
pdfkeywords={$for(keywords)$$keywords$$sep$; $endfor$},
$endif$
$if(colorlinks)$
colorlinks=true,
linkcolor=$if(linkcolor)$$linkcolor$$else$Maroon$endif$,
citecolor=$if(citecolor)$$citecolor$$else$Blue$endif$,
urlcolor=$if(urlcolor)$$urlcolor$$else$Blue$endif$,
$else$
pdfborder={0 0 0},
$endif$
breaklinks=true}
$if(listings)$
\usepackage{listings}
$endif$
Expand Down

0 comments on commit 8a05c8e

Please sign in to comment.