[latex3-commits] [git/LaTeX3-latex3-l3build] main: Doc improvement (closes #233) (0c4e0c4)

Joseph Wright joseph.wright at morningstar2.co.uk
Wed May 18 10:23:22 CEST 2022


Repository : https://github.com/latex3/l3build
On branch  : main
Link       : https://github.com/latex3/l3build/commit/0c4e0c46c8c882e81c2ac694246d5be36457e935

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

commit 0c4e0c46c8c882e81c2ac694246d5be36457e935
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Wed May 18 09:23:22 2022 +0100

    Doc improvement (closes #233)


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

0c4e0c46c8c882e81c2ac694246d5be36457e935
 l3build.dtx | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/l3build.dtx b/l3build.dtx
index 64ae3c3..de6bd54 100644
--- a/l3build.dtx
+++ b/l3build.dtx
@@ -1474,11 +1474,13 @@
 % For example, to choose to use \LuaTeX{} for one file when \var{typesetexe}
 % is |pdftex|
 % \begin{verbatim}
-% specialtypesetting.foo = {cmd = "luatex -interaction=nonstopmode"}
+% specialtypesetting = specialtypesetting or {}
+% specialtypesetting["foo.tex"] = {cmd = "luatex -interaction=nonstopmode"}
 % \end{verbatim}
 % or to select an entirely different typesetting function
 % \begin{verbatim}
-% specialtypesetting.foo = {func = typeset_foo}
+% specialtypesetting = specialtypesetting or {}
+% specialtypesetting["foo.tex"] = {func = typeset_foo}
 % \end{verbatim}
 %
 % \subsection{Automated upload to CTAN}





More information about the latex3-commits mailing list.