Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/latex3/tagpdf into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
u-fischer committed Nov 23, 2023
2 parents 096cc08 + c9f26ab commit 2b5d643
Show file tree
Hide file tree
Showing 32 changed files with 1,303 additions and 836 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ Version: 0.98q
Version: 0.98p

### Changed
- AF key expands it argument
- \tagstop etc now stops also the para-counter (for tagging-project issue #34)
- AF key now expands its argument
- \tagstop etc now stops also the para-counter (to fix tagging-project issue #34)

### Added
- AFref key and mathml key
- AFref and mathml key
- wrapper for para counter

## [2023-11-13]
Expand Down
4 changes: 1 addition & 3 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,10 @@ A package to experiment with tagging and other requirements of accessible pdfs w

Comments, feedback, examples are welcome.

Use the issue tracker, sent me a mail or make a pull-request.
Use the issue tracker, sent a mail or make a pull-request.

## Licence

The tagpdf package may be modified and distributed under the terms and conditions of the
[LaTeX Project Public License](https://www.latex-project.org/lppl/), version 1.3c or greater.



4 changes: 2 additions & 2 deletions build.lua
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ctanpkg = "tagpdf"
local luatexstatus = status.list()
local istl2023 = string.match (luatexstatus.banner,"2023")

local ok, mydata = pcall(require, "ulrikefischerdata.lua")
local ok, mydata = pcall(require, "ulrikefischerlatex3data.lua")
if not ok then
mydata= {email="XXX",github="XXX",name="XXX"}
end
Expand Down Expand Up @@ -49,7 +49,7 @@ checkengines = {"pdftex","luatex","pdftexmain"}

-- force once in a while the full run to find wrong saves

forcecheckruns=true
-- forcecheckruns=true

if istl2023 then
checkconfigs = {
Expand Down
4 changes: 2 additions & 2 deletions doc/CTANREADME.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#tagpdf — A package to create tagged pdf
Packageversion: 0.98q
Packagedate: 2023/11/19
Author: Ulrike Fischer
Author: Ulrike Fischer, LaTeX Project Team

## License
The tagpdf package may be modified and distributed under the terms and conditions of the
Expand Down Expand Up @@ -43,4 +43,4 @@ where they can be found.

## Issues, comments, etc

https://github.com/u-fischer/tagpdf
https://github.com/latex3/tagpdf
Binary file modified doc/ex-AF-file.pdf
Binary file not shown.
Binary file modified doc/ex-alt-actualtext.pdf
Binary file not shown.
Binary file modified doc/ex-attribute.pdf
Binary file not shown.
Binary file modified doc/ex-formula-problem.pdf
Binary file not shown.
Binary file modified doc/ex-list.pdf
Binary file not shown.
Binary file modified doc/ex-mc-manual-para-split-obsolete.pdf
Binary file not shown.
Binary file modified doc/ex-softhyphen.pdf
Binary file not shown.
Binary file modified doc/ex-spaceglyph-listings.pdf
Binary file not shown.
Binary file modified doc/ex-structure-obsolete.pdf
Binary file not shown.
Binary file modified doc/ex-tagpdf-template.pdf
Binary file not shown.
Binary file modified doc/tagpdf-code.pdf
Binary file not shown.
6 changes: 3 additions & 3 deletions doc/tagpdf-code.tex
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
\iffalse meta-comment

% File: tagpdf.dtx
% File: tagpdf-code.tex

Copyright (C) 2019-2020 Ulrike Fischer
Copyright (C) 2019-2023 Ulrike Fischer

It may be distributed and/or modified under the conditions of the
LaTeX Project Public License (LPPL), either version 1.3c of this
Expand All @@ -18,7 +18,7 @@

The development version of the bundle can be found at

https://github.com/u-fischer/tagpdf
https://github.com/latex3/tagpdf

for those people who are interested.

Expand Down
2,067 changes: 1,261 additions & 806 deletions doc/tagpdf.tex

Large diffs are not rendered by default.

19 changes: 16 additions & 3 deletions doc/tagpdfdocu-patches.sty
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,11 @@
\endblockenv
}

% ======== marginnote ==========
% ======== marginnote ==========
% TODO marginnote has a bug (a \par is missing) so it messes up tagging.
% but currently unneeded as we marked them up as artifacts anyway as they don't contain
% meaningful contents
\renewcommand*{\mn@parboxrestore}{\tagpdfparaOff}%

\NewDocumentCommand\sidenote{m}
{
Expand Down Expand Up @@ -145,8 +146,20 @@
{bbox}{/O /Layout /BBox [0 0 100 100]}
}


%====== floats ========
% ======= maketitle

\renewcommand\maketitle{%
\tagstructbegin{tag=Title}
\begin{center}%
\let\thanks\footnote
\makeatletter
\huge \@title \par
\vskip .5em
\@author \par
\vskip 1em%
\@date \par
\end{center}%
\tagstructend}


\endinput
2 changes: 1 addition & 1 deletion tagpdf-backend.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
%
% The development version of the bundle can be found at
%
% https://github.com/u-fischer/tagpdf
% https://github.com/latex3/tagpdf
%
% for those people who are interested.
%
Expand Down
2 changes: 1 addition & 1 deletion tagpdf-checks.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
%
% The development version of the bundle can be found at
%
% https://github.com/u-fischer/tagpdf
% https://github.com/latex3/tagpdf
%
% for those people who are interested.
%
Expand Down
Binary file modified tagpdf-ctan.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion tagpdf-data.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
%
% The development version of the bundle can be found at
%
% https://github.com/u-fischer/tagpdf
% https://github.com/latex3/tagpdf
%
% for those people who are interested.
%<*driver>
Expand Down
2 changes: 1 addition & 1 deletion tagpdf-mc-generic.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
%
% The development version of the bundle can be found at
%
% https://github.com/u-fischer/tagpdf
% https://github.com/latex3/tagpdf
%
% for those people who are interested.
%<*driver>
Expand Down
2 changes: 1 addition & 1 deletion tagpdf-mc-luacode.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
%
% The development version of the bundle can be found at
%
% https://github.com/u-fischer/tagpdf
% https://github.com/latex3/tagpdf
%
% for those people who are interested.
%<*driver>
Expand Down
2 changes: 1 addition & 1 deletion tagpdf-mc-shared.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
%
% The development version of the bundle can be found at
%
% https://github.com/u-fischer/tagpdf
% https://github.com/latex3/tagpdf
%
% for those people who are interested.
%<*driver>
Expand Down
2 changes: 1 addition & 1 deletion tagpdf-roles.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
%
% The development version of the bundle can be found at
%
% https://github.com/u-fischer/tagpdf
% https://github.com/latex3/tagpdf
%
% for those people who are interested.
%<*driver>
Expand Down
2 changes: 1 addition & 1 deletion tagpdf-space.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
%
% The development version of the bundle can be found at
%
% https://github.com/u-fischer/tagpdf
% https://github.com/latex3/tagpdf
%
% for those people who are interested.
%<*driver>
Expand Down
2 changes: 1 addition & 1 deletion tagpdf-struct.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
%
% The development version of the bundle can be found at
%
% https://github.com/u-fischer/tagpdf
% https://github.com/latex3/tagpdf
%
% for those people who are interested.
%<*driver>
Expand Down
2 changes: 1 addition & 1 deletion tagpdf-tree.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
%
% The development version of the bundle can be found at
%
% https://github.com/u-fischer/tagpdf
% https://github.com/latex3/tagpdf
%
% for those people who are interested.
%
Expand Down
2 changes: 1 addition & 1 deletion tagpdf-user.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
%
% The development version of the bundle can be found at
%
% https://github.com/u-fischer/tagpdf
% https://github.com/latex3/tagpdf
%
% for those people who are interested.
%<*driver>
Expand Down
5 changes: 3 additions & 2 deletions tagpdf.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
%
% The development version of the bundle can be found at
%
% https://github.com/u-fischer/tagpdf
% https://github.com/latex3/tagpdf
%
% for those people who are interested.
%
Expand Down Expand Up @@ -377,7 +377,8 @@
\cs_generate_variant:Nn \@@_property_ref:nn {en}
\cs_generate_variant:Nn \@@_property_record:nn {en,eV}
% \end{macrocode}
%
% \end{macro}
%
% \begin{macro}{\@@_property_ref_lastpage:nn}
% A command to retrieve the lastpage label, this will be adapted when there
% is a proper, kernel lastpage label.
Expand Down
2 changes: 1 addition & 1 deletion tagpdf.ins
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ The released version of this bundle is available from CTAN.

The development version of the bundle can be found at

https://github.com/u-fischer/tagpdf
https://github.com/latex3/tagpdf

for those people who are interested.

Expand Down

0 comments on commit 2b5d643

Please sign in to comment.