Skip to content

Commit

Permalink
prepare ctan upload
Browse files Browse the repository at this point in the history
  • Loading branch information
u-fischer committed Sep 16, 2024
1 parent 07f1b04 commit 162e8f3
Show file tree
Hide file tree
Showing 19 changed files with 55 additions and 53 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to the `tagpdf` package since the
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
this project uses date-based 'snapshot' version identifiers.

## [Unreleased]
## [2024-09-16]
### Added

- a structure key `firstkid` that adds a structure as first kid of its parent.
Expand Down
4 changes: 2 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# tagpdf

![Version: 0.99e](https://img.shields.io/badge/current_version-0.99e-blue.svg?style=flat-square)
![Date: 2024-09-11](https://img.shields.io/badge/date-2024--09--11-blue.svg?style=flat-square)
![Version: 0.99f](https://img.shields.io/badge/current_version-0.99f-blue.svg?style=flat-square)
![Date: 2024-09-16](https://img.shields.io/badge/date-2024--09--16-blue.svg?style=flat-square)
[![License: LPPL1.3c ](https://img.shields.io/badge/license-LPPL1.3c-blue.svg?style=flat-square)](https://ctan.org/license/lppl1.3c)

A package to experiment with tagging and other requirements of accessible pdfs with pdflatex and lualatex
Expand Down
4 changes: 2 additions & 2 deletions build.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
-- Build script for tagpdf
packageversion="0.99e"
packagedate="2024-09-11"
packageversion="0.99f"
packagedate="2024-09-16"

module = "tagpdf"
ctanpkg = "tagpdf"
Expand Down
14 changes: 8 additions & 6 deletions ctan.ann
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
## [2024-09-11]
Version 0.99e
## [2024-09-16]
Version 0.99f

### Changed
- \tag_stop:n and \tag_start:n no longer expand key in debug mode.
- speed up the creation of Ref keys, extended \tag_struct_gput:nnn
- removed outdated commands
### Added
- a structure key firstkid that adds a structure as first kid of its parent.
- \tag_suspend:n and \tag_resume:n.

### Fixed
- documentation
4 changes: 2 additions & 2 deletions doc/CTANREADME.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#tagpdf — A package to create tagged pdf
Packageversion: 0.99e
Packagedate: 2024/09/11
Packageversion: 0.99f
Packagedate: 2024/09/16
Author: Ulrike Fischer, LaTeX Project Team

## License
Expand Down
4 changes: 2 additions & 2 deletions doc/tagpdf.tex
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
}
\DebugBlocksOff
\makeatletter
\def\UlrikeFischer@package@version{0.99e}
\def\UlrikeFischer@package@date{2024-09-11}
\def\UlrikeFischer@package@version{0.99f}
\def\UlrikeFischer@package@date{2024-09-16}
\makeatother

\documentclass[bibliography=totoc,a4paper]{article}
Expand Down
2 changes: 1 addition & 1 deletion doc/tagpdfdocu-patches.sty
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
%\RequirePackage[enable-debug]{expl3}[2018/06/14]
\ProvidesExplPackage {tagpdfdocu-patches} {2024-09-11} {0.99e}
\ProvidesExplPackage {tagpdfdocu-patches} {2024-09-16} {0.99f}
{patches/commands for the tagpdf documentation}
\RequirePackage{etoolbox,xpatch}

Expand Down
8 changes: 4 additions & 4 deletions tagpdf-backend.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,13 @@
% }^^A
% }
%
% \date{Version 0.99e, released 2024-09-11}
% \date{Version 0.99f, released 2024-09-16}
% \maketitle
% \begin{implementation}
% \begin{macrocode}
%<@@=tag>
%<*luatex>
\ProvidesExplFile {tagpdf-luatex.def} {2024-09-11} {0.99e}
\ProvidesExplFile {tagpdf-luatex.def} {2024-09-16} {0.99f}
{tagpdf~driver~for~luatex}
% \end{macrocode}
% \section{Loading the lua}
Expand Down Expand Up @@ -174,8 +174,8 @@

local ProvidesLuaModule = {
name = "tagpdf",
version = "0.99e", --TAGVERSION
date = "2024-09-11", --TAGDATE
version = "0.99f", --TAGVERSION
date = "2024-09-16", --TAGDATE
description = "tagpdf lua code",
license = "The LATEX Project Public License 1.3c"
}
Expand Down
4 changes: 2 additions & 2 deletions tagpdf-checks.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
% }^^A
% }
%
% \date{Version 0.99e, released 2024-09-11}
% \date{Version 0.99f, released 2024-09-16}
% \maketitle
% \begin{documentation}
% \section{Commands}
Expand Down Expand Up @@ -331,7 +331,7 @@
% \begin{macrocode}
%<@@=tag>
%<*header>
\ProvidesExplPackage {tagpdf-checks-code} {2024-09-11} {0.99e}
\ProvidesExplPackage {tagpdf-checks-code} {2024-09-16} {0.99f}
{part of tagpdf - code related to checks, conditionals, debugging and messages}
%</header>
% \end{macrocode}
Expand Down
16 changes: 8 additions & 8 deletions tagpdf-data.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
% }^^A
% }
%
% \date{Version 0.99e, released 2024-09-11}
% \date{Version 0.99f, released 2024-09-16}
% \maketitle
% \begin{documentation}
% This files contains a various data files which are read in
Expand All @@ -61,7 +61,7 @@
% latex-lab has also a namespace module, which takes precedence!
% \begin{macrocode}
%<*ns-latex>
%% \ProvidesExplFile {tagpdf-ns-latex.def} {2024-09-11} {0.99e}
%% \ProvidesExplFile {tagpdf-ns-latex.def} {2024-09-16} {0.99f}
%% {latex} {https://www.latex-project.org/ns/dflt/2022}{}
title, Title, pdf2,
part, Title, pdf2,
Expand Down Expand Up @@ -93,7 +93,7 @@ text, P, pdf2,
% It is bound to change
% \begin{macrocode}
%<*ns-latex-book>
%% \ProvidesExplFile {tagpdf-ns-latex-book.def} {2024-09-11} {0.99e}
%% \ProvidesExplFile {tagpdf-ns-latex-book.def} {2024-09-16} {0.99f}
%% {latex-book} {https://www.latex-project.org/ns/book/2022}{}
chapter, H1,pdf2,
section, H2,pdf2,
Expand All @@ -107,7 +107,7 @@ subparagraph, H6,pdf2,
% \section{The pdf namespace data}
% \begin{macrocode}
%<*ns-pdf>
%% \ProvidesExplFile {tagpdf-ns-pdf.def} {2024-09-11} {0.99e}
%% \ProvidesExplFile {tagpdf-ns-pdf.def} {2024-09-16} {0.99f}
%% {pdf} {http://iso.org/pdf/ssn}{}
StructTreeRoot,StructTreeRoot,pdf,D,
Document,Document,pdf,D,
Expand Down Expand Up @@ -175,7 +175,7 @@ Strong,Span,pdf,I,
% \section{The pdf 2.0 namespace data}
% \begin{macrocode}
%<*ns-pdf2>
%% \ProvidesExplFile {tagpdf-ns-pdf2.def} {2024-09-11} {0.99e}
%% \ProvidesExplFile {tagpdf-ns-pdf2.def} {2024-09-16} {0.99f}
%% {pdf2} {http://iso.org/pdf2/ssn}{}
StructTreeRoot,StructTreeRoot,pdf2,D,
Document,Document,pdf2,D,
Expand Down Expand Up @@ -232,7 +232,7 @@ Strong,Strong,pdf2,I,
% \section{The mathml namespace data}
% \begin{macrocode}
%<*ns-mathml>
%% \ProvidesExplFile {tagpdf-ns-mathml.def} {2024-09-11} {0.99e}
%% \ProvidesExplFile {tagpdf-ns-mathml.def} {2024-09-16} {0.99f}
% {mathml}{http://www.w3.org/1998/Math/MathML}{}
abs,abs,mathml,
and,and,mathml,
Expand Down Expand Up @@ -467,7 +467,7 @@ xor,xor,mathml,
% This will perhaps change in future.
% \begin{macrocode}
%<*parent-child>
%% \ProvidesExplFile {tagpdf-parent-child.csv} {2024-09-11} {0.99e}
%% \ProvidesExplFile {tagpdf-parent-child.csv} {2024-09-16} {0.99f}
,,,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
Document,both,document level,1,0..n,∅,‡,‡,∅,0..n,‡,∅,∅,∅,0..n,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅
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,∅,∅
Expand Down Expand Up @@ -522,7 +522,7 @@ MC,both,---,∅,∅,∅,∅,∅,∅,0..n,‡,∅,∅,∅,0..n,0..n,0..n,0..n,0..
% This will perhaps change in future.
% \begin{macrocode}
%<*parent-child-2>
%% \ProvidesExplFile {tagpdf-parent-child-2.csv} {2024-09-11} {0.99e}
%% \ProvidesExplFile {tagpdf-parent-child-2.csv} {2024-09-16} {0.99f}
,,,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,Artifact,MC
Document,both,document level,1,0..n,0..n,∅,‡,‡,∅,0..n,0..n,‡,∅,∅,∅,0..n,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,0..n,∅
DocumentFragment,2.0,document level,∅,0..n,0..n,0..n,‡,‡,0..n,0..n,0..n,‡,∅,∅,∅,0..n,∅,∅,∅,∅*,∅,∅,∅,∅,∅,∅,∅*,∅,∅,∅,∅*,∅*,∅,∅,∅,∅,∅,∅,∅,∅,∅*,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅,∅*,∅,∅,∅,∅,0..n,∅
Expand Down
6 changes: 3 additions & 3 deletions tagpdf-mc-generic.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
% }^^A
% }
%
% \date{Version 0.99e, released 2024-09-11}
% \date{Version 0.99f, released 2024-09-16}
% \maketitle
% \begin{documentation}
% \end{documentation}
Expand All @@ -55,11 +55,11 @@
% \begin{macrocode}
%<@@=tag>
%<*generic>
\ProvidesExplPackage {tagpdf-mc-code-generic} {2024-09-11} {0.99e}
\ProvidesExplPackage {tagpdf-mc-code-generic} {2024-09-16} {0.99f}
{part of tagpdf - code related to marking chunks - generic mode}
%</generic>
%<*debug>
\ProvidesExplPackage {tagpdf-debug-generic} {2024-09-11} {0.99e}
\ProvidesExplPackage {tagpdf-debug-generic} {2024-09-16} {0.99f}
{part of tagpdf - debugging code related to marking chunks - generic mode}
%</debug>
% \end{macrocode}
Expand Down
6 changes: 3 additions & 3 deletions tagpdf-mc-luacode.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
% }^^A
% }
%
% \date{Version 0.99e, released 2024-09-11}
% \date{Version 0.99f, released 2024-09-16}
% \maketitle
% \begin{implementation}
% The code is split into three parts: code shared by all engines,
Expand Down Expand Up @@ -86,11 +86,11 @@
% \begin{macrocode}
%<@@=tag>
%<*luamode>
\ProvidesExplPackage {tagpdf-mc-code-lua} {2024-09-11} {0.99e}
\ProvidesExplPackage {tagpdf-mc-code-lua} {2024-09-16} {0.99f}
{tagpdf - mc code only for the luamode }
%</luamode>
%<*debug>
\ProvidesExplPackage {tagpdf-debug-lua} {2024-09-11} {0.99e}
\ProvidesExplPackage {tagpdf-debug-lua} {2024-09-16} {0.99f}
{part of tagpdf - debugging code related to marking chunks - lua mode}
%</debug>
% \end{macrocode}
Expand Down
4 changes: 2 additions & 2 deletions tagpdf-mc-shared.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
% }^^A
% }
%
% \date{Version 0.99e, released 2024-09-11}
% \date{Version 0.99f, released 2024-09-16}
% \maketitle
% \begin{documentation}
% \section{Public Commands}
Expand Down Expand Up @@ -181,7 +181,7 @@
% \begin{macrocode}
%<@@=tag>
%<*header>
\ProvidesExplPackage {tagpdf-mc-code-shared} {2024-09-11} {0.99e}
\ProvidesExplPackage {tagpdf-mc-code-shared} {2024-09-16} {0.99f}
{part of tagpdf - code related to marking chunks -
code shared by generic and luamode }
%</header>
Expand Down
4 changes: 2 additions & 2 deletions tagpdf-roles.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
% }^^A
% }
%
% \date{Version 0.99e, released 2024-09-11}
% \date{Version 0.99f, released 2024-09-16}
% \maketitle
% \begin{documentation}
% \begin{function}
Expand Down Expand Up @@ -98,7 +98,7 @@
% \begin{macrocode}
%<@@=tag>
%<*header>
\ProvidesExplPackage {tagpdf-roles-code} {2024-09-11} {0.99e}
\ProvidesExplPackage {tagpdf-roles-code} {2024-09-16} {0.99f}
{part of tagpdf - code related to roles and structure names}
%</header>
% \end{macrocode}
Expand Down
4 changes: 2 additions & 2 deletions tagpdf-space.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
% }^^A
% }
%
% \date{Version 0.99e, released 2024-09-11}
% \date{Version 0.99f, released 2024-09-16}
% \maketitle
% \begin{documentation}
% \begin{function}{activate/space (setup-key),interwordspace (deprecated)}
Expand All @@ -66,7 +66,7 @@
% \begin{macrocode}
%<@@=tag>
%<*header>
\ProvidesExplPackage {tagpdf-space-code} {2024-09-11} {0.99e}
\ProvidesExplPackage {tagpdf-space-code} {2024-09-16} {0.99f}
{part of tagpdf - code related to real space chars}
%</header>
% \end{macrocode}
Expand Down
6 changes: 3 additions & 3 deletions tagpdf-struct.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
% }^^A
% }
%
% \date{Version 0.99e, released 2024-09-11}
% \date{Version 0.99f, released 2024-09-16}
% \maketitle
% \begin{documentation}
% \section{Public Commands}
Expand Down Expand Up @@ -308,7 +308,7 @@
% \begin{macrocode}
%<@@=tag>
%<*header>
\ProvidesExplPackage {tagpdf-struct-code} {2024-09-11} {0.99e}
\ProvidesExplPackage {tagpdf-struct-code} {2024-09-16} {0.99f}
{part of tagpdf - code related to storing structure}
%</header>
% \end{macrocode}
Expand Down Expand Up @@ -2117,7 +2117,7 @@
% \section{Attributes and attribute classes}
% \begin{macrocode}
%<*header>
\ProvidesExplPackage {tagpdf-attr-code} {2024-09-11} {0.99e}
\ProvidesExplPackage {tagpdf-attr-code} {2024-09-16} {0.99f}
{part of tagpdf - code related to attributes and attribute classes}
%</header>
% \end{macrocode}
Expand Down
4 changes: 2 additions & 2 deletions tagpdf-tree.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,13 @@
% }^^A
% }
%
% \date{Version 0.99e, released 2024-09-11}
% \date{Version 0.99f, released 2024-09-16}
% \maketitle
% \begin{implementation}
% \begin{macrocode}
%<@@=tag>
%<*header>
\ProvidesExplPackage {tagpdf-tree-code} {2024-09-11} {0.99e}
\ProvidesExplPackage {tagpdf-tree-code} {2024-09-16} {0.99f}
{part of tagpdf - code related to writing trees and dictionaries to the pdf}
%</header>
% \end{macrocode}
Expand Down
4 changes: 2 additions & 2 deletions tagpdf-user.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
% }^^A
% }
%
% \date{Version 0.99e, released 2024-09-11}
% \date{Version 0.99f, released 2024-09-16}
% \maketitle
% \begin{documentation}
% \section{Setup commands}
Expand Down Expand Up @@ -309,7 +309,7 @@
% \begin{macrocode}
%<@@=tag>
%<*header>
\ProvidesExplPackage {tagpdf-user} {2024-09-11} {0.99e}
\ProvidesExplPackage {tagpdf-user} {2024-09-16} {0.99f}
{tagpdf - user commands}
%</header>
% \end{macrocode}
Expand Down
8 changes: 4 additions & 4 deletions tagpdf.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
% }^^A
% }
%
% \date{Version 0.99e, released 2024-09-11}
% \date{Version 0.99f, released 2024-09-16}
% \maketitle%
%
% \begin{documentation}
Expand Down Expand Up @@ -132,7 +132,7 @@
% \begin{macrocode}
%<@@=tag>
%<*package>
\ProvidesExplPackage {tagpdf} {2024-09-11} {0.99e}
\ProvidesExplPackage {tagpdf} {2024-09-16} {0.99f}
{ LaTeX kernel code for PDF tagging }

\bool_if:nF
Expand All @@ -158,7 +158,7 @@
% \end{macrocode}
%<*debug>
% \begin{macrocode}
\ProvidesExplPackage {tagpdf-debug} {2024-09-11} {0.99e}
\ProvidesExplPackage {tagpdf-debug} {2024-09-16} {0.99f}
{ debug code for tagpdf }
\@ifpackageloaded{tagpdf}{}{\PackageWarning{tagpdf-debug}{tagpdf~not~loaded,~quitting}\endinput}
% \end{macrocode}
Expand All @@ -181,7 +181,7 @@
% we define a base package with dummy functions
% \begin{macrocode}
%<*base>
\ProvidesExplPackage {tagpdf-base} {2024-09-11} {0.99e}
\ProvidesExplPackage {tagpdf-base} {2024-09-16} {0.99f}
{part of tagpdf - provide base, no-op versions of the user commands }
%</base>
% \end{macrocode}
Expand Down

0 comments on commit 162e8f3

Please sign in to comment.