./print/tex-tagpdf-doc, Documentation for tex-tagpdf

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.98x, Package name: tex-tagpdf-doc-0.98x, Maintainer: pkgsrc-users

Documentation for tex-tagpdf.


Master sites: (Expand)


Version history: (Expand)


CVS history: (Expand)


   2024-03-20 12:12:48 by Mark Davies | Files touched by this commit (5) | Package updated
Log message:
tex-tagpdf{,-doc}: update to 0.98x

### Added
- structure destination is added OpenAction if present
- new `viewer/startstructure` key to setup the OpenAction structure.

### Fixed
- missing structparent value if page is empty in lua-mode
   2024-02-18 11:51:56 by Mark Davies | Files touched by this commit (5) | Package updated
Log message:
tex-tagpdf{,-doc}: update to 0.98v

0.98v
- some rolemap entries in the pdf 2.0 fallback were wrong.
- corrected fallback rolemap if a book class is used.
- removed the experimental name space latex-inline. It is unused.

0.98u
- the para/begin and para/end hook now use sockets and properly support the block
  code in latex-lab.
- the structure number of the current para-main structure is stored to allow
  manipulations of the structure.

0.98t
- add RoleMap also with pdf 2.0 to improve compability to 1.7-processor
- add option 'mathml-tags' to add mathml to this fallback RoleMap

0.98s
- do not use keyword 'null' with luatex if there is no Kid.
- font of real space chars in luatex after penalties.
- counter in OBJR code didn't follow structure counter.
- documentation errors
- support for attribute-class in paragraphs in the block code.

0.98r
- support for tagging-sockets
- /Desc key to AF-files added with the texsource and mathml keys.
- ignore AFref, AFinline-key with empty value.
- Documentation changes
- move para bool to tagpdf-base
- \tag_stop:/\tag_start: keep tracking of nesting with a counter.
- test for structure end if tagging has been stopped.

0.98q
Minor update to tagpdf removing reference to an internal temporary package.
   2023-06-17 12:53:12 by Mark Davies | Files touched by this commit (8)
Log message:
tex-tagpdf{,-doc}: add version 0.98i

The package offers tools to experiment with tagging and
accessibility using pdfLaTeX and LuaTeX. It isn't meant for
production but allows the user to try out how difficult it is
to tag some structures; to try out how much tagging is really
needed; to test what else is needed so that a pdf works e.g.
with a screen reader. Its goal is to get a feeling for what has
to be done, which kernel changes are needed, how packages
should be adapted.