aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-02-06 17:01:09 +0100
committerGitHub <noreply@github.com>2017-02-06 17:01:09 +0100
commitf082ddb7aac658e500bc138d79e274790efd5bcf (patch)
treed30a1cd98c99c5e536519c2602de4bb794a757d2
parent1ae92a53c0bf0739a7875542d6895d28cd1e8774 (diff)
parent99cc5cd8505d78997d4ec16fb562272a392e94af (diff)
downloadpandoc-f082ddb7aac658e500bc138d79e274790efd5bcf.tar.gz
Merge pull request #244 from twsh/dvipsnames
Added dvipsnames option for colorlinks
-rw-r--r--default.beamer2
1 files changed, 1 insertions, 1 deletions
diff --git a/default.beamer b/default.beamer
index 680a4121d..58b90d7b3 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}