[latex3-commits] [latex3/latex2e] ltcmd-verb: Add a missing "}" (19f8adde)
github at latex-project.org
github at latex-project.org
Fri Sep 1 10:44:58 CEST 2023
Repository : https://github.com/latex3/latex2e
On branch : ltcmd-verb
Link : https://github.com/latex3/latex2e/commit/19f8adde24f8fd1e73541ee84db2f6b2dec65d89
>---------------------------------------------------------------
commit 19f8adde24f8fd1e73541ee84db2f6b2dec65d89
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Fri Sep 1 09:44:58 2023 +0100
Add a missing "}"
>---------------------------------------------------------------
19f8adde24f8fd1e73541ee84db2f6b2dec65d89
base/doc/usrguide.tex | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/base/doc/usrguide.tex b/base/doc/usrguide.tex
index 54b6a331..a8495315 100644
--- a/base/doc/usrguide.tex
+++ b/base/doc/usrguide.tex
@@ -820,7 +820,7 @@ the grabbed tokens can be used directly in typesetting, while a local
redefinition of \cs{obeyedline} can be used to achieve other outputs. For
example, to retain blank lines whilst typesetting, one could use
\begin{verbatim}
-\renewcommand*\obeyedline{\mbox{}\par
+\renewcommand*\obeyedline{\mbox{}\par}
\end{verbatim}
along with other setting that may be appropriate (e.g.~using a monospaced
font).
More information about the latex3-commits
mailing list.