Skip to content

Commit

Permalink
merge changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
u-fischer committed Feb 22, 2024
2 parents 532801c + 261d997 commit 2de487f
Show file tree
Hide file tree
Showing 100 changed files with 3,181 additions and 435 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ experiments/*.html
*.tmp
experiments/*.xml
tagpdf.pdf
doc/ex*
doc/tagpdf-code.pdf
## Intermediate documents:
*.dvi
*-converted-to.*
Expand Down
11 changes: 8 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,19 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
this project uses date-based 'snapshot' version identifiers.

## [2024-02-04]
Version 0.98w
### Changed
- various keys have been renamed and the old keys deprecated. A full list can be found in the documentation.
- speed gain for large documents by using linked properties

### Fixed
- missing slashes in dvilualatex backend, issue #96
- lua error with large object numbers, issue #97
- existence tests for unknown props (issue latex3/latex3#1455)

### Changed
- speed gain by using linked properties

### Added
- role/map-tags key
## [2024-02-04]
Version 0.98v

Expand Down
1 change: 1 addition & 0 deletions build.lua
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ elseif string.match (file, "%.sty$" ) then
docfiles = {"tagpdf.tex",
"tagpdf-code.tex",
"tagpdfdocu-patches.sty",
"tagpdfsetup-keys.tex",
"tagpdf.bib",
"link-figure-input.tex",
"pac3.PNG",
Expand Down
Binary file removed doc/ex-AF-file.pdf
Binary file not shown.
Binary file removed doc/ex-alt-actualtext.pdf
Binary file not shown.
Binary file removed doc/ex-attribute.pdf
Binary file not shown.
Binary file removed doc/ex-formula-problem.pdf
Binary file not shown.
Binary file removed doc/ex-list.pdf
Binary file not shown.
Binary file removed doc/ex-mc-manual-para-split-obsolete.pdf
Binary file not shown.
Binary file removed doc/ex-softhyphen.pdf
Binary file not shown.
Binary file removed doc/ex-spaceglyph-listings.pdf
Binary file not shown.
Binary file removed doc/ex-structure-obsolete.pdf
Binary file not shown.
Binary file removed doc/ex-tagpdf-template.pdf
Binary file not shown.
6 changes: 4 additions & 2 deletions doc/keylist.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Keys of tagpdfsetup
# (Old) Keys of tagpdfsetup

## latex-lab-math
all corrected.
~~~~
math-tagging =
mathml/writehash .code:n = {... write template ...}
Expand All @@ -12,7 +13,8 @@ math-tagging =
texsource/panel .bool_set:N = \l__tag_math_texsource_panel_bool,
~~~~
## latex-lab-table
## latex-lab-table
corrected
~~~~
table-tagging .choice: = true/false/layout
table-header-rows .clist_set:N = \l_@@_header_rows_clist
Expand Down
Binary file removed doc/tagpdf-code.pdf
Binary file not shown.
48 changes: 37 additions & 11 deletions doc/tagpdf.bib
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
@online{pdfreference,
title= {PDF Reference, sixth edition},
author={{Adobe Systems Incorporated}},
url = {https://www.adobe.com/content/dam/acom/en/devnet/pdf/pdfs/PDF32000_2008.pdf},
year = {2006}
url = {https://opensource.adobe.com/dc-acrobat-sdk-docs/pdfstandards/pdfreference1.7old.pdf},
year = {2006},
urldate={2024-02-17},
}

@book{pdfspec-iso32000-1,
author={{Adobe Systems Incorporated}},
title={Document management -- Portable document format -- Part 1: PDF 1.7},
date={2008-07-01},
edition={1},
url={https://www.adobe.com/content/dam/acom/en/devnet/pdf/pdfs/PDF32000_2008.pdf},
urldate={2021-04-18},
url={https://opensource.adobe.com/dc-acrobat-sdk-docs/pdfstandards/PDF32000_2008.pdf},
urldate={2024-02-17},
}


Expand All @@ -34,26 +35,51 @@ @book{pdfspec-iso32000-2_2020
url={https://www.iso.org/obp/ui/#iso:std:iso:32000:-2:ed-2:v1:en},
urldate={2021-04-18},
}
@online{pac3,
title = {PDF Accessibility Checker (PAC 3)},
author= {{Zugang für alle -- Schweizerische Stiftung zur behindertengerechten Technologienutzung}},
url = {http://www.access-for-all.ch/ch/pdf-werkstatt/pdf-accessibility-checker-pac.html},
urldate ={2018-07-05}}
@online{pac2024,
title = {PDF Accessibility Checker (PAC 2024)},
url = {https://pac.pdf-accessibility.org/},
urldate ={2024-02-17}}

@online{verapdf,
title = {veraPDF},
author={{veraPDF consortium}},
url = {http://verapdf.org/}
url = {https://verapdf.org/}
}

@online{ngpdf,
title = {Next-Generation PDF},
author={{Dual Lab}},
url = {http://ngpdf.com/}
url = {https://ngpdf.com}
}

@online{mathexamples,
title = {MathML Associated Files Examples},
author={\LaTeX\ Project},
url = {https://github.com/latex3/tagging-project/discussions/56},
urldate={2024-02-19}
}

@online{tugaccess,
title={PDF accessibility and PDF standards},
author= {{TeX User Group}},
url= {https://tug.org/twg/accessibility/}
}

@inproceedings{todasoifferdeims2024,
author={Roman Toda and Jing Mu and Youqiang Wu and Neil Soiffer},
title = {PDF Document Object Model Support for Math},
year={2024},
booktitle = {The 5th International Workshop on Digitization and E-Inclusion in Mathematics and Science 2024},
publisher = {The DEIMS2024 Organizing Committee},
url={https://workshop.sciaccess.net/deims2024/DEIMS2024_Proceedings.zip}
}

@inproceedings{mittelbachfischerdeims2024,
author={Frank Mittelbach und Ulrike Fischer},
title = {Enhancing LATEX to Automatically Produce Tagged and
Accessible PDF},
year={2024},
booktitle = {The 5th International Workshop on Digitization and E-Inclusion in Mathematics and Science 2024},
publisher = {The DEIMS2024 Organizing Committee},
url={https://workshop.sciaccess.net/deims2024/DEIMS2024_Proceedings.zip}
}
Loading

0 comments on commit 2de487f

Please sign in to comment.