slowbox.dtx: Fix `verbatim' spacing.
authorMark Wooding <mdw@distorted.org.uk>
Mon, 7 Sep 2020 15:34:59 +0000 (16:34 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Mon, 7 Sep 2020 16:36:44 +0000 (17:36 +0100)
The space at the start of the `\end{verbatim}' line causes a blank line
to be typeset in the output document.

slowbox.dtx

index 14d420f..09202e2 100644 (file)
 % boxes.  Often, though, what happens is that you want to put some stuff
 % \emph{inside} the slow box, but that doesn't work properly.  What you must
 % do instead is say something like
-% \begin{verbatim}
+%\begin{verbatim}
 %   \newenvironment{splunt}[1]
 %     {...\slowboxbegin{#1}{...\startsplunt...}}
 %     {\slowboxend{...\finishsplunt...}...}
-% \end{verbatim}
+%\end{verbatim}
 % That is, \syntax{"\\slowboxbegin{"<tag>"}{{"<stuff>"}"} starts a slow box,
 % beginning with \<stuff> if we're in \opt{show} mode.
 %