Re: [NTG-context] Accessibility and Tagged PDFs: Bugs and Feature Requests

2015-06-30 Thread Christoph Reller
On Tue, Jun 30, 2015 at 10:33 AM,luigi scarso wrote: > On Sun, Jun 28, 2015 at 12:59 PM, Dr. Dominik Klein < > dominik.kl...@outlook.com> wrote: > > > Context is the only Tex-based system that allows to properly tag a pdf. > > Tagged PDFs are one major requirement for accessibility. > > > > Inde

Re: [NTG-context] Counter[way=bypage] bug in latest beta?

2015-06-30 Thread mf
> > > BTW: The names for the counter commands are \...counter, e.g. > > \definecounter[testcounter][way=bypage] > > \define\TestCounter > {\incrementcounter[testcounter] > %\convertedcounter[testcounter] >\rawcountervalue [testcounter]} > > \starttext > \dorecurse{3}{\TestCounter\page}

[NTG-context] Linenumering inside floats

2015-06-30 Thread Aditya Mahajan
Hi, I am forwarding a feature request for the t-vim module: https://github.com/adityam/filter/issues/21 Is there a way to enable line numbering inside floats: \definefloat[sourcecode][sourcecodes] \startbuffer \startlinenumbering \input tufte \stoplinenumbering \stopbuffer \starttext \s

Re: [NTG-context] Accessibility and Tagged PDFs: Bugs and Feature Requests

2015-06-30 Thread luigi scarso
On Tue, Jun 30, 2015 at 5:58 PM, Dominik Klein wrote: > on Tue Jun 30 10:32:29 CEST 2015 > luigi scarso wrote: > > > It would be nice to have a pdf made by context using \nopdfcompression > > that have all these issues together with the report emitted by acrobat. > > Nice idea. The document: > ht

Re: [NTG-context] Accessibility and Tagged PDFs: Bugs and Feature Requests

2015-06-30 Thread Dominik Klein
on Tue Jun 30 10:32:29 CEST 2015 luigi scarso wrote: > It would be nice to have a pdf made by context using \nopdfcompression > that have all these issues together with the report emitted by acrobat. Nice idea. The document: https://github.com/asdfjkl/tex-access/blob/master/document_acc.tex Result

Re: [NTG-context] Counter[way=bypage] bug in latest beta?

2015-06-30 Thread Wolfgang Schuster
mf 29. Juni 2015 14:35 Hello list, consider this example, involving a number (counter) to be reset at each page: \starttext \definenumber[MyNumber][way=bypage] % MyNumber=0 \incrementnumber[MyNumber] % MyNumber=1 \incrementnumber[MyNumber] % MyNumber=2 mynumber is

Re: [NTG-context] Accessibility and Tagged PDFs: Bugs and Feature Requests

2015-06-30 Thread Alan BRASLAU
On Sun, 28 Jun 2015 12:59:26 +0200 "Dr. Dominik Klein" wrote: > 2.) Images without alternate text: > According to Section 14.9.3 of [1], alternate descriptions in human > readable text should be provided for images. It would be really > helpful, if these could be defined in the source tex file,

Re: [NTG-context] Accessibility and Tagged PDFs: Bugs and Feature Requests

2015-06-30 Thread luigi scarso
On Sun, Jun 28, 2015 at 12:59 PM, Dr. Dominik Klein < dominik.kl...@outlook.com> wrote: > Context is the only Tex-based system that allows to properly tag a pdf. > Tagged PDFs are one major requirement for accessibility. > > Indeed, in several large organizations/universities, accessibility is > m

[NTG-context] Accessibility and Tagged PDFs: Bugs and Feature Requests

2015-06-30 Thread Dr. Dominik Klein
Context is the only Tex-based system that allows to properly tag a pdf. Tagged PDFs are one major requirement for accessibility. Indeed, in several large organizations/universities, accessibility is mandated by law, and this is a major obstacle for using Tex. In practice compliance is often as