diff options
m--------- | data/templates | 17 | ||||
-rw-r--r-- | tests/lhs-test.latex | 5 | ||||
-rw-r--r-- | tests/lhs-test.latex+lhs | 5 | ||||
-rw-r--r-- | tests/writer.latex | 9 | ||||
-rw-r--r-- | tests/writers-lang-and-dir.latex | 19 |
5 files changed, 28 insertions, 27 deletions
diff --git a/data/templates b/data/templates -Subproject ff9ebaa31ae31401e236574e81c2e75609adc72 +Subproject db3aec1a82d1f4f73e24217db8995ce27c48f7d diff --git a/tests/lhs-test.latex b/tests/lhs-test.latex index f7b6eb2d7..f7bc3b73b 100644 --- a/tests/lhs-test.latex +++ b/tests/lhs-test.latex @@ -72,9 +72,6 @@ \providecommand{\tightlist}{% \setlength{\itemsep}{0pt}\setlength{\parskip}{0pt}} \setcounter{secnumdepth}{0} - -\date{} - % Redefines (sub)paragraphs to behave more like sections \ifx\paragraph\undefined\else \let\oldparagraph\paragraph @@ -85,6 +82,8 @@ \renewcommand{\subparagraph}[1]{\oldsubparagraph{#1}\mbox{}} \fi +\date{} + \begin{document} \section{lhs test}\label{lhs-test} diff --git a/tests/lhs-test.latex+lhs b/tests/lhs-test.latex+lhs index c9501a2cb..f306beb32 100644 --- a/tests/lhs-test.latex+lhs +++ b/tests/lhs-test.latex+lhs @@ -36,9 +36,6 @@ \providecommand{\tightlist}{% \setlength{\itemsep}{0pt}\setlength{\parskip}{0pt}} \setcounter{secnumdepth}{0} - -\date{} - % Redefines (sub)paragraphs to behave more like sections \ifx\paragraph\undefined\else \let\oldparagraph\paragraph @@ -49,6 +46,8 @@ \renewcommand{\subparagraph}[1]{\oldsubparagraph{#1}\mbox{}} \fi +\date{} + \begin{document} \section{lhs test}\label{lhs-test} diff --git a/tests/writer.latex b/tests/writer.latex index ceee122a4..9102758e9 100644 --- a/tests/writer.latex +++ b/tests/writer.latex @@ -50,11 +50,6 @@ \providecommand{\tightlist}{% \setlength{\itemsep}{0pt}\setlength{\parskip}{0pt}} \setcounter{secnumdepth}{0} - -\title{Pandoc Test Suite} -\author{John MacFarlane \and Anonymous} -\date{July 17, 2006} - % Redefines (sub)paragraphs to behave more like sections \ifx\paragraph\undefined\else \let\oldparagraph\paragraph @@ -65,6 +60,10 @@ \renewcommand{\subparagraph}[1]{\oldsubparagraph{#1}\mbox{}} \fi +\title{Pandoc Test Suite} +\author{John MacFarlane \and Anonymous} +\date{July 17, 2006} + \begin{document} \maketitle diff --git a/tests/writers-lang-and-dir.latex b/tests/writers-lang-and-dir.latex index 3f4ecd5e3..5e8ea293a 100644 --- a/tests/writers-lang-and-dir.latex +++ b/tests/writers-lang-and-dir.latex @@ -54,6 +54,15 @@ \providecommand{\tightlist}{% \setlength{\itemsep}{0pt}\setlength{\parskip}{0pt}} \setcounter{secnumdepth}{0} +% Redefines (sub)paragraphs to behave more like sections +\ifx\paragraph\undefined\else +\let\oldparagraph\paragraph +\renewcommand{\paragraph}[1]{\oldparagraph{#1}\mbox{}} +\fi +\ifx\subparagraph\undefined\else +\let\oldsubparagraph\subparagraph +\renewcommand{\subparagraph}[1]{\oldsubparagraph{#1}\mbox{}} +\fi \ifxetex % load bidi as late as possible as it modifies e.g. graphicx \usepackage{bidi} @@ -68,16 +77,6 @@ \date{} -% Redefines (sub)paragraphs to behave more like sections -\ifx\paragraph\undefined\else -\let\oldparagraph\paragraph -\renewcommand{\paragraph}[1]{\oldparagraph{#1}\mbox{}} -\fi -\ifx\subparagraph\undefined\else -\let\oldsubparagraph\subparagraph -\renewcommand{\subparagraph}[1]{\oldsubparagraph{#1}\mbox{}} -\fi - \begin{document} \section{Empty Divs and Spans}\label{empty-divs-and-spans} |