[latex3-commits] [git/LaTeX3-latex3-latex2e] travis-again: Print xkeyval.sty (22eeacd3)

PhelypeOleinik phelype.oleinik at latex-project.org
Mon Nov 23 16:02:24 CET 2020


Repository : https://github.com/latex3/latex2e
On branch  : travis-again
Link       : https://github.com/latex3/latex2e/commit/22eeacd32552717550b52389e452b07e7025c2e3

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

commit 22eeacd32552717550b52389e452b07e7025c2e3
Author: PhelypeOleinik <phelype.oleinik at latex-project.org>
Date:   Mon Nov 23 12:02:24 2020 -0300

    Print xkeyval.sty


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

22eeacd32552717550b52389e452b07e7025c2e3
 base/build.lua      | 45 +--------------------------------------------
 base/doc/aatest.tex | 13 +++++++++++++
 2 files changed, 14 insertions(+), 44 deletions(-)

diff --git a/base/build.lua b/base/build.lua
index 187f7f00..1e881886 100644
--- a/base/build.lua
+++ b/base/build.lua
@@ -72,50 +72,7 @@ textfiles =
   }
 typesetfiles   =
   {
-    "source2e.tex", -- Has to be first: source2e.ist creation!
-    "alltt.dtx",
-    "classes.dtx",
-    "cmfonts.dtx",
-    "doc.dtx",
-    "docstrip.dtx",
-    "exscale.dtx",
-    "fix-cm.dtx",
-    "graphpap.dtx",
-    "ifthen.dtx",
-    "inputenc.dtx",
-    "ltunicode.dtx",
-    "utf8ienc.dtx",
-    "latexrelease.dtx",
-    "latexsym.dtx",
-    "letter.dtx",
-    "ltluatex.dtx",
-    "ltxdoc.dtx",
-    "makeindx.dtx",
-    "nfssfont.dtx",
-    "proc.dtx",
-    "slides.dtx",
-    "slifonts.dtx",
-    "syntonly.dtx",
-    "*.fdd",
-    "*.err",
-    "lppl.tex",
-    "cfgguide.tex",
-    "clsguide.tex",
-    "cyrguide.tex",
-    "encguide.tex",
-    "fntguide.tex",
-    "ltnews.tex",
-    "ltnews??.tex",
-    "ltx3info.tex",
-    "modguide.tex",
-    "usrguide.tex",
-    "latexchanges.tex",
-    "lthooks-doc.tex",
-    "ltshipout-doc.tex",
-    "ltfilehook-doc.tex",
-    "lthooks-code.tex",
-    "ltshipout-code.tex",
-    "ltfilehook-code.tex",
+    "aatest.tex"
   }
 
 -- Files that should be removed after running a test
diff --git a/base/doc/aatest.tex b/base/doc/aatest.tex
new file mode 100644
index 00000000..f18e8649
--- /dev/null
+++ b/base/doc/aatest.tex
@@ -0,0 +1,13 @@
+\documentclass{article}
+\usepackage{xkeyval}
+\begin{document}
+
+\ExplSyntaxOn
+\ior_open:Nn \g_tmpa_ior { xkeyval.sty }
+\ior_str_map_inline:Nn \g_tmpa_ior
+  { \iow_term:n {#1} }
+\ExplSyntaxOff
+
+\ERROR
+
+\end{document}





More information about the latex3-commits mailing list.