[latex3-commits] [latex3/latex2e] add-theHcount: test for latex3/tagging-project#414 and latex3/tagging-project#656 (69cb5f0c)
github at latex-project.org
github at latex-project.org
Sun Sep 22 15:36:30 CEST 2024
Repository : https://github.com/latex3/latex2e
On branch : add-theHcount
Link : https://github.com/latex3/latex2e/commit/69cb5f0c718b5a528fa53c60327453ae4116d603
>---------------------------------------------------------------
commit 69cb5f0c718b5a528fa53c60327453ae4116d603
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date: Sun Sep 22 15:36:30 2024 +0200
test for latex3/tagging-project#414 and latex3/tagging-project#656
>---------------------------------------------------------------
69cb5f0c718b5a528fa53c60327453ae4116d603
required/latex-lab/testfiles-LM/shorthands.lvt | 32 ++++++++++++++++++++++++++
required/latex-lab/testfiles-LM/shorthands.tlg | 19 +++++++++++++++
2 files changed, 51 insertions(+)
diff --git a/required/latex-lab/testfiles-LM/shorthands.lvt b/required/latex-lab/testfiles-LM/shorthands.lvt
new file mode 100644
index 00000000..f8e463fd
--- /dev/null
+++ b/required/latex-lab/testfiles-LM/shorthands.lvt
@@ -0,0 +1,32 @@
+\ExplSyntaxOn \sys_gset_rand_seed:n{1000} \ExplSyntaxOff
+\DocumentMetadata
+ {
+ lang=en-US,
+ pdfversion=2.0,
+ pdfstandard=ua-2,
+ testphase={phase-III,math,title,table,firstaid}
+ }
+\input{regression-test}
+\documentclass{article}
+\usepackage[english]{babel}
+\makeatletter
+%from french
+% https://github.com/latex3/tagging-project/issues/414
+\initiate at active@char{:}%
+\initiate at active@char{;}%
+\initiate at active@char{!}%
+\initiate at active@char{?}%
+%from ethiop
+%https://github.com/latex3/tagging-project/issues/656
+\initiate at active@char{~}
+\initiate at active@char{^}
+\initiate at active@char{'}
+\initiate at active@char{_}
+\initiate at active@char{.}
+\initiate at active@char{:}
+\makeatother
+\title{active shorthand tagging test}
+
+\begin{document}
+\START blub
+\end{document}
diff --git a/required/latex-lab/testfiles-LM/shorthands.tlg b/required/latex-lab/testfiles-LM/shorthands.tlg
new file mode 100644
index 00000000..5c001c3f
--- /dev/null
+++ b/required/latex-lab/testfiles-LM/shorthands.tlg
@@ -0,0 +1,19 @@
+This is a generated file for the l3build validation system.
+Don't change this file in any respect.
+[1
+] (shorthands.aux)
+Package tagpdf Info: Finalizing the tagging structure:
+(tagpdf) Writing out ~6 structure objects
+(tagpdf) with ~3 'MC' leaf nodes.
+(tagpdf) Be patient if there are lots of objects!
+Package tagpdf Info: writing ParentTree
+Package tagpdf Info: writing IDTree
+Package tagpdf Info: writing RoleMap
+Package tagpdf Info: writing ClassMap
+Package tagpdf Info: writing NameSpaces
+Package tagpdf Info: writing StructElems
+Package tagpdf Info: writing Root
+***************
+Compilation 1 of test file completed with exit status 0
+Compilation 2 of test file completed with exit status 0
+Compilation 3 of test file completed with exit status 0
More information about the latex3-commits
mailing list.