diff options
author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2009-12-31 01:18:35 +0000 |
---|---|---|
committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2009-12-31 01:18:35 +0000 |
commit | 6bab23035740ef6d2bd6c26d35f2e27e2108921e (patch) | |
tree | c6faa7c5e002fd702d1097f50722aa283f56afc2 /tests/lhs-test.latex+lhs | |
parent | f9408319d9f7637f66236ce3893f3ed93ccf9dba (diff) | |
download | pandoc-6bab23035740ef6d2bd6c26d35f2e27e2108921e.tar.gz |
Updated lhs tests.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1741 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'tests/lhs-test.latex+lhs')
-rw-r--r-- | tests/lhs-test.latex+lhs | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/tests/lhs-test.latex+lhs b/tests/lhs-test.latex+lhs index 951cbb81f..685e41bf1 100644 --- a/tests/lhs-test.latex+lhs +++ b/tests/lhs-test.latex+lhs @@ -6,10 +6,10 @@ \lstnewenvironment{code}{\lstset{language=Haskell,basicstyle=\small\ttfamily}}{} \setlength{\parindent}{0pt} \setlength{\parskip}{6pt plus 2pt minus 1pt} - - \setcounter{secnumdepth}{0} + \author{} + \begin{document} \section{lhs test} @@ -35,4 +35,6 @@ Block quote: foo bar \end{quote} + \end{document} + |