diff options
author | Thomas Hodgson <twsh@users.noreply.github.com> | 2017-02-06 14:34:41 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-06 14:34:41 +0000 |
commit | 99cc5cd8505d78997d4ec16fb562272a392e94af (patch) | |
tree | 8d7a682d4f3d4230b366d4ba302b208958ac5072 | |
parent | d4f203657a838e4aa7949e39778accb55cfea303 (diff) | |
download | pandoc-99cc5cd8505d78997d4ec16fb562272a392e94af.tar.gz |
Added dvipsnames option for colorlinks
This defines Maroon, among other colours.
-rw-r--r-- | default.beamer | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/default.beamer b/default.beamer index 1dcc77e4e..04604fdfd 100644 --- a/default.beamer +++ b/default.beamer @@ -1,4 +1,4 @@ -\documentclass[$if(fontsize)$$fontsize$,$endif$$if(lang)$$babel-lang$,$endif$$if(handout)$handout,$endif$$if(beamer)$ignorenonframetext,$endif$$for(classoption)$$classoption$$sep$,$endfor$]{$documentclass$} +\documentclass[$if(fontsize)$$fontsize$,$endif$$if(lang)$$babel-lang$,$endif$$if(handout)$handout,$endif$$if(colorlinks)$dvipsnames,$endif$$if(beamer)$ignorenonframetext,$endif$$for(classoption)$$classoption$$sep$,$endfor$]{$documentclass$} \setbeamertemplate{caption}[numbered] \setbeamertemplate{caption label separator}{: } \setbeamercolor{caption name}{fg=normal text.fg} |