diff options
author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2009-12-31 01:14:27 +0000 |
---|---|---|
committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2009-12-31 01:14:27 +0000 |
commit | 22dcf7afdd7ea4508d9b739a3b48138022d361e6 (patch) | |
tree | aab5c84a315c22df1cf91c1143f1469b92a600d0 /templates/latex.template | |
parent | 275a740624d181630abf120fe39c4f5a8d284a19 (diff) | |
download | pandoc-22dcf7afdd7ea4508d9b739a3b48138022d361e6.tar.gz |
Tweaked templates and tests.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1711 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'templates/latex.template')
-rw-r--r-- | templates/latex.template | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/latex.template b/templates/latex.template index bd31b5bb6..fe4af083d 100644 --- a/templates/latex.template +++ b/templates/latex.template @@ -52,4 +52,5 @@ $if(toc)$ \tableofcontents $endif$ $body$ + \end{document} |