diff options
author | John MacFarlane <fiddlosopher@gmail.com> | 2013-01-19 09:50:51 -0800 |
---|---|---|
committer | John MacFarlane <fiddlosopher@gmail.com> | 2013-01-19 09:50:51 -0800 |
commit | 84bfe361b01cb73e75b68eb4a4e9354d49df2262 (patch) | |
tree | f2d08e6b4d5f9e0724205b0ddc85842056ab7153 | |
parent | 0337ea7a18e088327f1b03099d93ce7c2fe8b4b6 (diff) | |
download | pandoc-84bfe361b01cb73e75b68eb4a4e9354d49df2262.tar.gz |
Updated changelog.
-rw-r--r-- | changelog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -179,6 +179,9 @@ pandoc (1.10) * LaTeX, Beamer templates: Don't require 'float' package for tables. We don't actually seem to use the '[H]' option. + * LaTeX: Use `upquote` package if it is available. This fixes + straight quotes in verbatim environments. + * Markdown, plain: Fixed titleblock so it is just a single string. Previously separate title, author, and date variables were used, but this didn't allow different kinds of title blocks. |