[latex3-commits] [git/LaTeX3-latex3-latex3] split-pdfmode: More doc typos (9b88b3fb4)

Joseph Wright joseph.wright at morningstar2.co.uk
Fri Aug 21 17:11:13 CEST 2020


Repository : https://github.com/latex3/latex3
On branch  : split-pdfmode
Link       : https://github.com/latex3/latex3/commit/9b88b3fb405ff8ec7aa590ee29b0c5eb4e069417

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

commit 9b88b3fb405ff8ec7aa590ee29b0c5eb4e069417
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Fri Aug 21 16:11:13 2020 +0100

    More doc typos


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

9b88b3fb405ff8ec7aa590ee29b0c5eb4e069417
 l3backend/l3backend-basics.dtx   | 7 +++----
 l3backend/l3backend-draw.dtx     | 2 +-
 l3backend/l3backend-graphics.dtx | 2 +-
 3 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/l3backend/l3backend-basics.dtx b/l3backend/l3backend-basics.dtx
index b7ec428e4..8ed46f68a 100644
--- a/l3backend/l3backend-basics.dtx
+++ b/l3backend/l3backend-basics.dtx
@@ -100,8 +100,8 @@
 % mix all of the code by concept is almost unmanageable.) The key parts which
 % are shared are
 % \begin{itemize}
-%   \item Color support is either \texttt{dvips}-like or \texttt{luatex|pdftex}-like.
-%   \item \texttt{luatex|pdftex} and \texttt{(x)dvipdfmx} share drawing routines.
+%   \item Color support is either \texttt{dvips}-like or \LuaTeX{}/pdfTeX{}-like.
+%   \item \LuaTeX{}/pdfTeX{} and \texttt{(x)dvipdfmx} share drawing routines.
 %   \item \texttt{xdvipdfmx} is largely the same as \texttt{dvipdfmx} so
 %     takes most of the same code.
 % \end{itemize}
@@ -114,8 +114,7 @@
 %   }
 %  The one shared function for all backends is access to the basic
 %  \tn{special} primitive: it has slightly odd expansion behaviour
-%  so a wrapper is provided. We just have to exclude the subfiles for
-%  \texttt{luatex|pdftex}.
+%  so a wrapper is provided.
 %    \begin{macrocode}
 \cs_new_eq:NN \__kernel_backend_literal:e \tex_special:D
 \cs_new_protected:Npn \__kernel_backend_literal:n #1
diff --git a/l3backend/l3backend-draw.dtx b/l3backend/l3backend-draw.dtx
index b4eb98f73..bb964d83e 100644
--- a/l3backend/l3backend-draw.dtx
+++ b/l3backend/l3backend-draw.dtx
@@ -575,7 +575,7 @@
 %
 % \begin{macro}{\@@_backend_cm:nnnn}
 % \begin{macro}{\@@_backend_cm_aux:nnnn}
-%   Another split here between \texttt{luatex|pdftex} and \texttt{(x)dvipdfmx}.
+%   Another split here between \LuaTeX{}/pdfTeX{} and \texttt{(x)dvipdfmx}.
 %   In the former, we have a direct method to maintain alignment: the backend
 %   can use a matrix itself. For \texttt{(x)dvipdfmx}, we can to decompose the
 %   matrix into rotations and a scaling, then use those operations as they
diff --git a/l3backend/l3backend-graphics.dtx b/l3backend/l3backend-graphics.dtx
index 3db02bc24..571c7db69 100644
--- a/l3backend/l3backend-graphics.dtx
+++ b/l3backend/l3backend-graphics.dtx
@@ -223,7 +223,7 @@
 % \begin{macro}{\@@_backend_include_eps:n}
 % \begin{variable}
 %   {\l_@@_backend_dir_str, \l_@@_backend_name_str, \l_@@_backend_ext_str}
-%   EPS graphics may be included in \texttt{luatex|pdftex} by conversion to
+%   EPS graphics may be included in \LuaTeX{}/pdfTeX{} by conversion to
 %   PDF: this requires restricted shell escape. Modelled on the \pkg{epstopdf}
 %   \LaTeXe{} package, but simplified, conversion takes place here if we have
 %   shell access.





More information about the latex3-commits mailing list.