diff options
author | John MacFarlane <fiddlosopher@gmail.com> | 2012-02-12 10:14:41 -0800 |
---|---|---|
committer | John MacFarlane <fiddlosopher@gmail.com> | 2012-02-12 10:14:41 -0800 |
commit | 5c498b36ef7a122ef09b3bfbfc9e9d6e748d0413 (patch) | |
tree | 3a514b3cb6a2d2138a4c9d8c1a6f1df91ce78131 /README | |
parent | 5e215c1c2532b8a0a81717136e95a1732b542cc5 (diff) | |
download | pandoc-5c498b36ef7a122ef09b3bfbfc9e9d6e748d0413.tar.gz |
Doc fix: 'fontsize' is the template variable, not 'font-size'.
Closes pandoc-types#4.
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -668,7 +668,7 @@ depending on the output format, but include: `http://www.w3.org/Talks/Tools/Slidy2`) `s5-url` : base URL for S5 documents (defaults to `ui/default`) -`font-size` +`fontsize` : font size (10pt, 11pt, 12pt) for LaTeX documents `documentclass` : document class for LaTeX documents |