diff options
author | John MacFarlane <jgm@berkeley.edu> | 2017-02-06 17:01:09 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-06 17:01:09 +0100 |
commit | f082ddb7aac658e500bc138d79e274790efd5bcf (patch) | |
tree | d30a1cd98c99c5e536519c2602de4bb794a757d2 | |
parent | 1ae92a53c0bf0739a7875542d6895d28cd1e8774 (diff) | |
parent | 99cc5cd8505d78997d4ec16fb562272a392e94af (diff) | |
download | pandoc-f082ddb7aac658e500bc138d79e274790efd5bcf.tar.gz |
Merge pull request #244 from twsh/dvipsnames
Added dvipsnames option for colorlinks
-rw-r--r-- | default.beamer | 2 |
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} |