From 456186fc35e79d0fffb05bb7165ccc7c08dc0d35 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Mon, 7 Sep 2020 16:34:59 +0100 Subject: [PATCH 1/1] slowbox.dtx: Fix `verbatim' spacing. The space at the start of the `\end{verbatim}' line causes a blank line to be typeset in the output document. --- slowbox.dtx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/slowbox.dtx b/slowbox.dtx index 14d420f..09202e2 100644 --- a/slowbox.dtx +++ b/slowbox.dtx @@ -118,11 +118,11 @@ % 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{""}{{""}"} starts a slow box, % beginning with \ if we're in \opt{show} mode. % -- 2.11.0