[latex3-commits] [latex3/luamml] structnum: try with lvt (a13cde9)
github at latex-project.org
github at latex-project.org
Tue Nov 19 17:41:56 CET 2024
Repository : https://github.com/latex3/luamml
On branch : structnum
Link : https://github.com/latex3/luamml/commit/a13cde96104dab65f28c38ec292dda54d918ac51
>---------------------------------------------------------------
commit a13cde96104dab65f28c38ec292dda54d918ac51
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date: Tue Nov 19 17:41:56 2024 +0100
try with lvt
>---------------------------------------------------------------
a13cde96104dab65f28c38ec292dda54d918ac51
testfiles-lua/test_structnum.lvt | 35 +++++++++++++++++++++++++++++++++++
testfiles-lua/test_structnum.pvt | 35 -----------------------------------
testfiles-lua/test_structnum.tlg | 0
3 files changed, 35 insertions(+), 35 deletions(-)
diff --git a/testfiles-lua/test_structnum.lvt b/testfiles-lua/test_structnum.lvt
new file mode 100644
index 0000000..4619399
--- /dev/null
+++ b/testfiles-lua/test_structnum.lvt
@@ -0,0 +1,35 @@
+\ExplSyntaxOn
+\sys_gset_rand_seed:n{42}
+\ExplSyntaxOff
+\DocumentMetadata{
+ lang=en,
+ testphase={phase-III,math},
+ pdfversion=2.0,
+ pdfstandard=ua-2,
+ pdfstandard=a-4f,
+ uncompress
+}
+\input{regression-test}
+\documentclass{article}
+
+\usepackage{unicode-math}
+
+% suppress writing of luamml-mathml
+\tagpdfsetup{math/mathml/luamml/write=false} %
+
+% suppress mathml-AF reading
+\tagpdfsetup{math/mathml/sources=} %
+\tagpdfsetup{math/mathml/AF=false}
+\begin{document}
+\ExplSyntaxOn
+test
+%\luamml_structelem:
+%$a = b \quad
+% \tagstructbegin{tag=mtext,stash}\tagmcbegin{}
+% \luamml_annotate:en{nucleus=true,structnum=\tag_get:n{struct_num}}
+% {\mbox{some~text~with~\emph{structure}}}
+% \tagmcend\tagstructend
+%$
+\ExplSyntaxOff
+\end{document}
+
diff --git a/testfiles-lua/test_structnum.pvt b/testfiles-lua/test_structnum.pvt
deleted file mode 100644
index 4619399..0000000
--- a/testfiles-lua/test_structnum.pvt
+++ /dev/null
@@ -1,35 +0,0 @@
-\ExplSyntaxOn
-\sys_gset_rand_seed:n{42}
-\ExplSyntaxOff
-\DocumentMetadata{
- lang=en,
- testphase={phase-III,math},
- pdfversion=2.0,
- pdfstandard=ua-2,
- pdfstandard=a-4f,
- uncompress
-}
-\input{regression-test}
-\documentclass{article}
-
-\usepackage{unicode-math}
-
-% suppress writing of luamml-mathml
-\tagpdfsetup{math/mathml/luamml/write=false} %
-
-% suppress mathml-AF reading
-\tagpdfsetup{math/mathml/sources=} %
-\tagpdfsetup{math/mathml/AF=false}
-\begin{document}
-\ExplSyntaxOn
-test
-%\luamml_structelem:
-%$a = b \quad
-% \tagstructbegin{tag=mtext,stash}\tagmcbegin{}
-% \luamml_annotate:en{nucleus=true,structnum=\tag_get:n{struct_num}}
-% {\mbox{some~text~with~\emph{structure}}}
-% \tagmcend\tagstructend
-%$
-\ExplSyntaxOff
-\end{document}
-
diff --git a/testfiles-lua/test_structnum.tlg b/testfiles-lua/test_structnum.tlg
new file mode 100644
index 0000000..e69de29
More information about the latex3-commits
mailing list.