diff options
| author | Aaron Wolen <aaron@wolen.com> | 2013-06-18 11:42:32 -0500 |
|---|---|---|
| committer | Aaron Wolen <aaron@wolen.com> | 2013-06-18 11:42:32 -0500 |
| commit | 796eb50f8d4e819d9019b4b2e66ab0089a859138 (patch) | |
| tree | 9f730f6f49cfbe2866505cbe55f65ebab34c2656 | |
| parent | 05719b6491d26aa0fcb6a7de64aeebfc75955267 (diff) | |
| download | pandoc-796eb50f8d4e819d9019b4b2e66ab0089a859138.tar.gz | |
Add citecolor variable
| -rw-r--r-- | default.latex | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/default.latex b/default.latex index 5ef9170a9..412e15e85 100644 --- a/default.latex +++ b/default.latex @@ -96,6 +96,7 @@ $endif$ pdfauthor={$author-meta$}, pdftitle={$title-meta$}, colorlinks=true, + citecolor=$if(citecolor)$$citecolor$$else$blue$endif$, urlcolor=$if(urlcolor)$$urlcolor$$else$blue$endif$, linkcolor=$if(linkcolor)$$linkcolor$$else$magenta$endif$, pdfborder={0 0 0}} |
