|
|
|
|
|
by choeger
2104 days ago
|
|
The thing is: LaTeX might try hard to look like a declarative language for structured documents, but it is not. It is a set of TeX macros. And TeX is a type setting system. There is no good reason to put the accessibility into the type setting. Instead, use a declarative (e.g., any markup) language, translate that a) to (LaTeX) and b) to accessibility annotations and then combine the two results. Problem solved. Unfortunately you will either lose a lot of expressiveness along the way or you have to find a very sophisticated markup language. |
|
Something like:
Common packages could then generate these tags, and very few modifications of TeX source would be needed.