Re: [NTG-context] Tagging and startitemize[columns]

2016-03-23 Thread Christoph Reller
On Tue, 22 Mar 2016 14:53:05 +0100, Hans Hagen  wrote:

>
> On 3/22/2016 9:19 AM, Christoph Reller wrote:
> > \setuptagging[state=start]
> > \starttext
> >
> >\startsectionlevel[title=Chapter]
> >  Text.
> >  \startitemize[columns]
> >  \item A
> >  \item B
> >  \stopitemize
> >
> >  \startitemize
> >  \item A
> >  \item B
> >  \stopitemize
> >  More Text.
> >\stopsectionlevel
> > \stoptext
> >
>
> and what if you remove the % in line 847 in strc-itm.mkvi and remake the
> format?
>
> \strc_itemgroups_tag_start_group
>

Indeed this solves the current problem. Thank you Hans!
I hope that you can uncomment this line in the next beta, or do you expect
any bad side effects from doing so?

Also I hope that it is okay if I report any further issues regarding
tagging here.

Thanks,
Christoph
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

Re: [NTG-context] Tagging and startitemize[columns]

2016-03-22 Thread Hans Hagen

On 3/22/2016 9:19 AM, Christoph Reller wrote:

\setuptagging[state=start]
\starttext

   \startsectionlevel[title=Chapter]
 Text.
 \startitemize[columns]
 \item A
 \item B
 \stopitemize

 \startitemize
 \item A
 \item B
 \stopitemize
 More Text.
   \stopsectionlevel
\stoptext



and what if you remove the % in line 847 in strc-itm.mkvi and remake the 
format?


   \strc_itemgroups_tag_start_group


--

-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
  tel: 038 477 53 69 | www.pragma-ade.com | www.pragma-pod.nl
-
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

[NTG-context] Tagging and startitemize[columns]

2016-03-22 Thread Christoph Reller
Hi,

Stil ConTeXt is the only TeX-based typesetting system that can produce
tagged PDF - this is a unique feature, thank you Hans!

I have, however, found that the following MWE produces wrongly nested
tagging information. Specifically:
- The itemization with columns (\startitemize[columns]) is not contained in
an "itemgroup"
- The second itemization (without columns) is tagged outside of the
"sectioncontent"
(Maybe the second issue is a consequence of the first.)

I am afraid but this might be a bug. Thank you for any feedback.

Cheers,
Christoph

MWE:

\setuptagging[state=start]
\starttext

  \startsectionlevel[title=Chapter]
Text.

\startitemize[columns]
\item A
\item B
\stopitemize

\startitemize
\item A
\item B
\stopitemize

More Text.
  \stopsectionlevel

\stoptext
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___