diff options
author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2009-12-31 01:13:56 +0000 |
---|---|---|
committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2009-12-31 01:13:56 +0000 |
commit | 3d8cccc7e373f9fd28e0276f7ac513cc089f1450 (patch) | |
tree | 3564eec05f36fa17d38756b4619d1fd7f7fcf1d3 /templates/latex.template | |
parent | cc8e3345d930999efbad99b146c2efcd19a55efa (diff) | |
download | pandoc-3d8cccc7e373f9fd28e0276f7ac513cc089f1450.tar.gz |
Fixed spacing in latex, context templates.
Minor fixes in latex, context tests.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1707 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'templates/latex.template')
-rw-r--r-- | templates/latex.template | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/templates/latex.template b/templates/latex.template index 233d3d65b..bd31b5bb6 100644 --- a/templates/latex.template +++ b/templates/latex.template @@ -27,7 +27,6 @@ $endif$ \usepackage{url} \usepackage{graphicx} \VerbatimFootnotes % allows verbatim text in footnotes - $if(numbersections)$ $else$ \setcounter{secnumdepth}{0} |