[latex3-commits] [latex3/latex2e] ltcmd-obeyedline: Document jow \verb suppresses ligatures (915ab9d5)
github at latex-project.org
github at latex-project.org
Thu Mar 21 14:35:56 CET 2024
Repository : https://github.com/latex3/latex2e
On branch : ltcmd-obeyedline
Link : https://github.com/latex3/latex2e/commit/915ab9d552c7801836fe6e07b51ae8c9e316587d
>---------------------------------------------------------------
commit 915ab9d552c7801836fe6e07b51ae8c9e316587d
Author: Joseph Wright <joseph at texdev.net>
Date: Thu Mar 21 13:35:56 2024 +0000
Document jow \verb suppresses ligatures
>---------------------------------------------------------------
915ab9d552c7801836fe6e07b51ae8c9e316587d
base/doc/usrguide.tex | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/base/doc/usrguide.tex b/base/doc/usrguide.tex
index ba2cbcc8..b98cc71c 100644
--- a/base/doc/usrguide.tex
+++ b/base/doc/usrguide.tex
@@ -838,7 +838,9 @@ In contrast to \cs{verb}, the \texttt{v}-type argument is only about
users often associate with \enquote{verbatim} are not automatically activated,
e.g., a monospaced font. Material grabbed by the \texttt{v}-type argument does
not automatically suppress ligatures: with modern \TeX{} engines, this largely
-can be done without the token manipulation which \cs{verb} uses.
+can be done without the token manipulation which \cs{verb} uses. (In \cs{verb},
+ligatures are suppressed by making characters active and inserting a zero-width
+kern before the character itself.)
The \cs{verb} command also selects a monotype font: this is not intrinsic
to verbatim material, so will need to be set up using for example \cs{ttfamily}.
More information about the latex3-commits
mailing list.