Skip to content

Commit 818d490

Browse files
committed
step version
1 parent f836bba commit 818d490

19 files changed

Lines changed: 52 additions & 55 deletions

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to the `tagpdf` package since the
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
this project uses date-based 'snapshot' version identifiers.
77

8-
## [Unreleased]
8+
## [2026-04-11]
99

1010
### Changed
1111
- deprecated the command `\tagtool`/`\tag_tool:n`

Readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# tagpdf
22

3-
![Version: 0.99z](https://img.shields.io/badge/current_version-0.99z-blue.svg?style=flat-square)
4-
![Date: 2026-03-19](https://img.shields.io/badge/date-2026--03--19-blue.svg?style=flat-square)
3+
![Version: 1.0a](https://img.shields.io/badge/current_version-1.0a-blue.svg?style=flat-square)
4+
![Date: 2026-04-11](https://img.shields.io/badge/date-2026--04--11-blue.svg?style=flat-square)
55
[![License: LPPL1.3c ](https://img.shields.io/badge/license-LPPL1.3c-blue.svg?style=flat-square)](https://ctan.org/license/lppl1.3c)
66

77
A package to experiment with tagging and other requirements of accessible pdfs with pdflatex and lualatex

build.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
-- Build script for tagpdf
2-
packageversion="0.99z"
3-
packagedate="2026-03-19"
2+
packageversion="1.0a"
3+
packagedate="2026-04-11"
44

55
module = "tagpdf"
66
ctanpkg = "tagpdf"

ctan.ann

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
1-
## [2026-03-19]
2-
Version 0.99z
1+
## [2026-04-11]
2+
Version 1.0a
33

4-
### Added
5-
- container for untagged links in luatex. See issue https://github.com/josephwright/ltx-talk/issues/165
6-
- new command \tag_if_in:nTF
7-
8-
### Fixed
9-
- Artifacts where added to StructTreeRoot instead of Document
4+
### Changed
5+
- deprecated the command `\tagtool`/`\tag_tool:n`
6+
- code clean up in tagpdf-user (e.g. removed old para-socket plug definitions that have been move to lttagging.)

doc/CTANREADME.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#tagpdf — A package to create tagged pdf
2-
Packageversion: 0.99z
3-
Packagedate: 2026/03/19
2+
Packageversion: 1.0a
3+
Packagedate: 2026/04/11
44
Author: Ulrike Fischer, LaTeX Project Team
55

66
## License

doc/tagpdf.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
}
1818
\DebugBlocksOff
1919
\makeatletter
20-
\def\UlrikeFischer@package@version{0.99z}
21-
\def\UlrikeFischer@package@date{2026-03-19}
20+
\def\UlrikeFischer@package@version{1.0a}
21+
\def\UlrikeFischer@package@date{2026-04-11}
2222
\makeatother
2323

2424
\documentclass[bibliography=totoc,a4paper]{article}

doc/tagpdfdocu-patches.sty

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
%\RequirePackage[enable-debug]{expl3}[2018/06/14]
2-
\ProvidesExplPackage {tagpdfdocu-patches} {2026-03-19} {0.99z}
2+
\ProvidesExplPackage {tagpdfdocu-patches} {2026-04-11} {1.0a}
33
{patches/commands for the tagpdf documentation}
44
\RequirePackage{etoolbox,xpatch}
55

tagpdf-backend.dtx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,13 @@
4747
% }^^A
4848
% }
4949
%
50-
% \date{Version 0.99z, released 2026-03-19}
50+
% \date{Version 1.0a, released 2026-04-11}
5151
% \maketitle
5252
% \begin{implementation}
5353
% \begin{macrocode}
5454
%<@@=tag>
5555
%<*luatex>
56-
\ProvidesExplFile {tagpdf-luatex.def} {2026-03-19} {0.99z}
56+
\ProvidesExplFile {tagpdf-luatex.def} {2026-04-11} {1.0a}
5757
{tagpdf~driver~for~luatex}
5858
% \end{macrocode}
5959
% \section{Loading the lua}
@@ -173,8 +173,8 @@
173173

174174
local ProvidesLuaModule = {
175175
name = "tagpdf",
176-
version = "0.99z", --TAGVERSION
177-
date = "2026-03-19", --TAGDATE
176+
version = "1.0a", --TAGVERSION
177+
date = "2026-04-11", --TAGDATE
178178
description = "tagpdf lua code",
179179
license = "The LATEX Project Public License 1.3c"
180180
}

tagpdf-checks.dtx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
% }^^A
4949
% }
5050
%
51-
% \date{Version 0.99z, released 2026-03-19}
51+
% \date{Version 1.0a, released 2026-04-11}
5252
% \maketitle
5353
% \begin{documentation}
5454
% \section{Commands}
@@ -341,7 +341,7 @@
341341
% \begin{macrocode}
342342
%<@@=tag>
343343
%<*header>
344-
\ProvidesExplPackage {tagpdf-checks-code} {2026-03-19} {0.99z}
344+
\ProvidesExplPackage {tagpdf-checks-code} {2026-04-11} {1.0a}
345345
{part of tagpdf - code related to checks, conditionals, debugging and messages}
346346
%</header>
347347
% \end{macrocode}

tagpdf-data.dtx

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
% }^^A
4848
% }
4949
%
50-
% \date{Version 0.99z, released 2026-03-19}
50+
% \date{Version 1.0a, released 2026-04-11}
5151
% \maketitle
5252
% \begin{documentation}
5353
% This files contains a various data files which are read in
@@ -61,7 +61,7 @@
6161
% latex-lab has also a namespace module, which takes precedence!
6262
% \begin{macrocode}
6363
%<*ns-latex>
64-
%% \ProvidesExplFile {tagpdf-ns-latex.def} {2026-03-19} {0.99z}
64+
%% \ProvidesExplFile {tagpdf-ns-latex.def} {2026-04-11} {1.0a}
6565
%% {latex} {https://www.latex-project.org/ns/dflt}{}
6666
title, Title, pdf2,
6767
part, Title, pdf2,
@@ -93,7 +93,7 @@ text, P, pdf2,
9393
% It is bound to change
9494
% \begin{macrocode}
9595
%<*ns-latex-book>
96-
%% \ProvidesExplFile {tagpdf-ns-latex-book.def} {2026-03-19} {0.99z}
96+
%% \ProvidesExplFile {tagpdf-ns-latex-book.def} {2026-04-11} {1.0a}
9797
%% {latex-book} {https://www.latex-project.org/ns/book}{}
9898
chapter, H1,pdf2,
9999
section, H2,pdf2,
@@ -107,7 +107,7 @@ subparagraph, H6,pdf2,
107107
% \section{The pdf namespace data}
108108
% \begin{macrocode}
109109
%<*ns-pdf>
110-
%% \ProvidesExplFile {tagpdf-ns-pdf.def} {2026-03-19} {0.99z}
110+
%% \ProvidesExplFile {tagpdf-ns-pdf.def} {2026-04-11} {1.0a}
111111
%% {pdf} {http://iso.org/pdf/ssn}{}
112112
StructTreeRoot,StructTreeRoot,pdf,D,
113113
Document,Document,pdf,D,
@@ -175,7 +175,7 @@ Strong,Span,pdf,I,
175175
% \section{The pdf 2.0 namespace data}
176176
% \begin{macrocode}
177177
%<*ns-pdf2>
178-
%% \ProvidesExplFile {tagpdf-ns-pdf2.def} {2026-03-19} {0.99z}
178+
%% \ProvidesExplFile {tagpdf-ns-pdf2.def} {2026-04-11} {1.0a}
179179
%% {pdf2} {http://iso.org/pdf2/ssn}{}
180180
StructTreeRoot,StructTreeRoot,pdf2,D,
181181
Document,Document,pdf2,D,
@@ -232,7 +232,7 @@ Strong,Strong,pdf2,I,
232232
% \section{The mathml namespace data}
233233
% \begin{macrocode}
234234
%<*ns-mathml>
235-
%% \ProvidesExplFile {tagpdf-ns-mathml.def} {2026-03-19} {0.99z}
235+
%% \ProvidesExplFile {tagpdf-ns-mathml.def} {2026-04-11} {1.0a}
236236
% {mathml}{http://www.w3.org/1998/Math/MathML}{}
237237
abs,abs,mathml,
238238
and,and,mathml,
@@ -468,7 +468,7 @@ xor,xor,mathml,
468468
% This will perhaps change in future.
469469
% \begin{macrocode}
470470
%<*parent-child>
471-
%% \ProvidesExplFile {tagpdf-parent-child.csv} {2026-03-19} {0.99z}
471+
%% \ProvidesExplFile {tagpdf-parent-child.csv} {2026-04-11} {1.0a}
472472
,,,StructTreeRoot,Document,Art,Part,Div,Sect,BlockQuote,NonStruct,TOC,TOCI,Index,Private,Quote,Note,Reference,BibEntry,P,Hn,H,Lbl,Code,Span,Link,Annot,Form,Ruby,RB,RT,RP,Warichu,WT,WP,L,LI,LBody,Table,TR,TH,TD,THead,TBody,TFoot,Caption,Figure,Formula,MC
473473
Document,both,document level,1,0..n,∅,‡,‡,∅,0..n,‡,∅,∅,∅,0..n,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅
474474
Art,1.7,grouping,∅,0..n,∅,‡,‡,0..n,0..n,‡,∅,∅,∅,0..n,∅,0..n,∅,∅,∅,0..1,0..1,∅,0..n,∅,0..n,0..n,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,0..n,∅,∅,0..n,0..n,∅,∅,∅,0..n,0..n,∅,∅
@@ -523,7 +523,7 @@ MC,both,---,∅,∅,∅,∅,∅,∅,0..n,‡,∅,∅,∅,0..n,0..n,0..n,0..n,0..
523523
% This will perhaps change in future.
524524
% \begin{macrocode}
525525
%<*parent-child-2>
526-
%% \ProvidesExplFile {tagpdf-parent-child-2.csv} {2026-03-19} {0.99z}
526+
%% \ProvidesExplFile {tagpdf-parent-child-2.csv} {2026-04-11} {1.0a}
527527
,,,StructTreeRoot,Document,DocumentFragment,Art,Part,Div,Sect,Aside,BlockQuote,NonStruct,TOC,TOCI,Index,Private,Title,Sub,Quote,Note,Reference,BibEntry,P,Hn,H,Lbl,Code,Em,Strong,Span,Link,Annot,Form,Ruby,RB,RT,RP,Warichu,WT,WP,FENote,L,LI,LBody,Table,TR,TH,TD,THead,TBody,TFoot,Caption,Figure,Formula,math,mathml,mtext,Artifact,MC
528528
Document,both,document level,1,0..n,0..n,∅,‡,‡,∅,0..n,0..n,‡,∅,∅,∅,0..n,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,0..n,∅
529529
DocumentFragment,2.0,document level,∅,0..n,0..n,0..n,‡,‡,0..n,0..n,0..n,‡,∅,∅,∅,0..n,∅,∅,∅,0..n,0..n,∅,∅,∅,∅,∅,0..n,∅,∅,∅,0..n,0..n,∅,∅,∅,∅,∅,∅,∅,∅,0..n,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,0..n,∅,∅,∅,∅,∅,0..n,∅

0 commit comments

Comments
 (0)