diff options
author | John MacFarlane <jgm@berkeley.edu> | 2012-06-08 10:56:24 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2012-06-08 10:56:24 -0700 |
commit | e085949ff629ae1bae86fe4f37a8cfab1dc20efc (patch) | |
tree | d4e51e32e2019ed1587bf0ec8d407514eaabde07 /README | |
parent | 28427f522d0fcbecfb766120555ccf913092c424 (diff) | |
download | pandoc-e085949ff629ae1bae86fe4f37a8cfab1dc20efc.tar.gz |
README: Documented new variables in LaTeX template.
Diffstat (limited to 'README')
-rw-r--r-- | README | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -704,6 +704,13 @@ depending on the output format, but include: : theme for LaTeX beamer documents `colortheme` : colortheme for LaTeX beamer documents +`linkcolor` +: color for internal links in LaTeX documents (`red`, `green`, + `magenta`, `cyan`, `blue`, `black`) +`urlcolor` +: color for external links in LaTeX documents +`links-as-notes` +: causes links to be printed as footnotes in LaTeX documents Variables may be set at the command line using the `-V/--variable` option. This allows users to include custom variables in their |