Skip to content

Commit

Permalink
Test updates for 15d16e8.
Browse files Browse the repository at this point in the history
  • Loading branch information
jgm committed May 4, 2015
1 parent 15d16e8 commit 7979db0
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/lhs-test.latex
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,14 @@
\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}

Expand Down
4 changes: 4 additions & 0 deletions tests/lhs-test.latex+lhs
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,14 @@
\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}

Expand Down
4 changes: 4 additions & 0 deletions tests/writer.latex
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,14 @@
\date{July 17, 2006}

% 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}
\maketitle
Expand Down

0 comments on commit 7979db0

Please sign in to comment.