blob: dc5a63f534e4e7ef5fefbd17833335602bdca386 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
|
# ACCESSIBILITY
Create a tagged and structured PDF file.
By Babett Schalitz & Andy Clifton
Last updated 13 October 2019
Version 2.0.2
## Description
The `accessibility` package is intended to create tagged, structured PDF documents from LaTeX2e source code.
This package is predominantly targeted at documents produced using the KOMAscript document classes.
Originally programmed in 2007 by Babett Schalitz as a Masters project at
TU Dresden, the maintenance of the accessibility package has been taken up
by Andrew Clifton with her agreement.
### Note to version 2.0.x releases
These versions are based almost entirely on Babett's hard work. I have made
some changes to the source code to make the output files conform to CTAN
requirements and to make it simpler to work with GitHub.
### Bugs, errors, feedback
Please report all problems to https://github.com/AndyClifton/accessibility/issues. Also, please note that I cannot enter into detailed discussions about individual documents, but am happy to address anything that might impact all users.
## File manifest
- README: This file
- accessibility.sty: The accessibility package
## Copyright and License
Copyright (C) 2007 Babett Schalitz
Copyright (C) 2019 Andrew Clifton
This work may be distributed and/or modified under the conditions of
the LaTeX Project Public License, either version 1.3c of this license
or (at your option) any later version. The latest version of this
license is in
http://www.latex-project.org/lppl.txt
and version 1.3c or later is part of all distributions of LaTeX version
2008/05/04 or later.
|