diff options
author | John MacFarlane <jgm@berkeley.edu> | 2013-06-25 11:16:33 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2013-06-25 11:16:33 -0700 |
commit | cdf356a331714c15b122927f1cd75253db5182bf (patch) | |
tree | 46499d3195c10ef2fc322ad29991f528f87bc21f /README | |
parent | aee3f3f8f38ef54258b038cc9bf5b80cbf7812f3 (diff) | |
parent | 1364fb3f0067fcdc65f42134fa41ce02c36a565d (diff) | |
download | pandoc-cdf356a331714c15b122927f1cd75253db5182bf.tar.gz |
Merge pull request #886 from aaronwolen/master
Document the `citecolor` variable added to the latex template
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -789,6 +789,8 @@ depending on the output format, but include: `magenta`, `cyan`, `blue`, `black`) `urlcolor` : color for external links in LaTeX documents +`citecolor` +: color for citation links in LaTeX documents `links-as-notes` : causes links to be printed as footnotes in LaTeX documents |