From a5110bec7b4cd0c5fc22d0cb25655fc9f919a4aa Mon Sep 17 00:00:00 2001 From: fiddlosopher Date: Sat, 2 Jan 2010 21:05:10 +0000 Subject: Latex template: only show \author if there are some... git-svn-id: https://pandoc.googlecode.com/svn/trunk@1789 788f1e2b-df1e-0410-8736-df70ead52e1b --- tests/lhs-test.latex | 1 - tests/lhs-test.latex+lhs | 1 - 2 files changed, 2 deletions(-) (limited to 'tests') diff --git a/tests/lhs-test.latex b/tests/lhs-test.latex index 2c4dd6e0f..c3ef9bcf5 100644 --- a/tests/lhs-test.latex +++ b/tests/lhs-test.latex @@ -6,7 +6,6 @@ \setlength{\parskip}{6pt plus 2pt minus 1pt} \setcounter{secnumdepth}{0} -\author{} \begin{document} diff --git a/tests/lhs-test.latex+lhs b/tests/lhs-test.latex+lhs index 685e41bf1..2f1403d6d 100644 --- a/tests/lhs-test.latex+lhs +++ b/tests/lhs-test.latex+lhs @@ -8,7 +8,6 @@ \setlength{\parskip}{6pt plus 2pt minus 1pt} \setcounter{secnumdepth}{0} -\author{} \begin{document} -- cgit v1.2.3