From e58a55eb41b3f8e9c3a2a2a91ca12b8ec24a15fd Mon Sep 17 00:00:00 2001 From: fiddlosopher Date: Sun, 8 Jul 2007 03:48:07 +0000 Subject: LaTeX writer: + Leave extra blank line after \maketitle + Insert \tableofcontents if --toc option was selected Test suite: + extra blank line after \maketitle in writer.latex git-svn-id: https://pandoc.googlecode.com/svn/trunk@649 788f1e2b-df1e-0410-8736-df70ead52e1b --- tests/writer.latex | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/writer.latex') diff --git a/tests/writer.latex b/tests/writer.latex index a3bdc06d0..45cb1f473 100644 --- a/tests/writer.latex +++ b/tests/writer.latex @@ -18,6 +18,7 @@ \date{July 17, 2006} \begin{document} \maketitle + This is a set of tests for pandoc. Most of them are adapted from John Gruber's markdown test suite. \begin{center}\rule{3in}{0.4pt}\end{center} -- cgit v1.2.3