From 5e675b93b596a93906c7c3f2fe97f3c1f1d3fd4f Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Sat, 26 Jan 2008 18:50:05 +0000 Subject: [PATCH] mdwthm: Don't necessarily indent the first line after a theorem. Not quite sure what the \@endpefalse was doing there anyway. --- mdwthm.dtx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mdwthm.dtx b/mdwthm.dtx index ea0f112..63baaea 100644 --- a/mdwthm.dtx +++ b/mdwthm.dtx @@ -36,7 +36,7 @@ %<+thmstyle> [2001/09/16 1.0 numbers-in-the-margin theorem style] % \end{meta-comment} % -% \CheckSum{205} +% \CheckSum{204} %% \CharacterTable %% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z %% Lower-case \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z @@ -344,7 +344,7 @@ % Ah, but nobody actually does anything with |\after@thm|. Let's fix that. % % \begin{macrocode} -\AtEndOfPackage{\def\@endtheorem{\after@thm\endtrivlist\@endpefalse}} +\AtEndOfPackage{\def\@endtheorem{\after@thm\endtrivlist}} % \end{macrocode} % \end{macro} % \end{macro} -- 2.11.0