[latex3-commits] [git/LaTeX3-latex3-latex3] master: we don't have shortvrb loaded ... (8e004a67e)

Frank Mittelbach frank.mittelbach at latex-project.org
Mon Feb 3 12:58:01 CET 2020


Repository : https://github.com/latex3/latex3
On branch  : master
Link       : https://github.com/latex3/latex3/commit/8e004a67e641ceef16e18ef5635c0fd56b23bac9

>---------------------------------------------------------------

commit 8e004a67e641ceef16e18ef5635c0fd56b23bac9
Author: Frank Mittelbach <frank.mittelbach at latex-project.org>
Date:   Mon Feb 3 12:58:01 2020 +0100

    we don't have shortvrb loaded ...


>---------------------------------------------------------------

8e004a67e641ceef16e18ef5635c0fd56b23bac9
 l3kernel/doc/l3news11.tex | 2 +-
 l3kernel/doc/l3news12.tex | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/l3kernel/doc/l3news11.tex b/l3kernel/doc/l3news11.tex
index d992e9f42..a060e418e 100644
--- a/l3kernel/doc/l3news11.tex
+++ b/l3kernel/doc/l3news11.tex
@@ -90,7 +90,7 @@ and short-circuit evaluation.
 
 Addressing that has meant two changes: altering \cs{bool_if:n(TF)} to
 \emph{always} evaluate each part of the expression, and introducing new
-short-circuit functions without the issue. The latter are |lazy| in \pkg{expl3}
+short-circuit functions without the issue. The latter are \verb|lazy| in \pkg{expl3}
 terms:
 \begin{itemize}
 \item \cs{bool_lazy_all:n(TF)}
diff --git a/l3kernel/doc/l3news12.tex b/l3kernel/doc/l3news12.tex
index 05c89a608..015c661b0 100644
--- a/l3kernel/doc/l3news12.tex
+++ b/l3kernel/doc/l3news12.tex
@@ -144,10 +144,10 @@ cases.
 
 \subsection{Floating point juxtaposition}
 
-Implicit multiplication by juxtaposition, such as |2pi|, is now handled
-separately from parenthetic values. Thus for example |1in/1cm| is treated
-as equal to |(1in)/(1cm)| and thus yields |2.54|, and | 1/2(pi+pi)| is
-equal to |pi|.
+Implicit multiplication by juxtaposition, such as \verb|2pi|, is now handled
+separately from parenthetic values. Thus for example \verb|1in/1cm| is treated
+as equal to \verb|(1in)/(1cm)| and thus yields \verb|2.54|, and \verb|1/2(pi+pi)| is
+equal to \verb|pi|.
 
 \subsection{Changing box dimensions}
 





More information about the latex3-commits mailing list.