ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Tagging and startitemize[columns]
@ 2016-03-22  8:19 Christoph Reller
  2016-03-22 13:53 ` Hans Hagen
  0 siblings, 1 reply; 3+ messages in thread
From: Christoph Reller @ 2016-03-22  8:19 UTC (permalink / raw)
  To: ntg-context


[-- Attachment #1.1: Type: text/plain, Size: 822 bytes --]

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

[-- Attachment #1.2: Type: text/html, Size: 1312 bytes --]

[-- Attachment #2: Type: text/plain, Size: 485 bytes --]

___________________________________________________________________________________
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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Tagging and startitemize[columns]
  2016-03-22  8:19 Tagging and startitemize[columns] Christoph Reller
@ 2016-03-22 13:53 ` Hans Hagen
  0 siblings, 0 replies; 3+ messages in thread
From: Hans Hagen @ 2016-03-22 13:53 UTC (permalink / raw)
  To: ntg-context

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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Tagging and startitemize[columns]
@ 2016-03-23  6:24 Christoph Reller
  0 siblings, 0 replies; 3+ messages in thread
From: Christoph Reller @ 2016-03-23  6:24 UTC (permalink / raw)
  To: ntg-context


[-- Attachment #1.1: Type: text/plain, Size: 866 bytes --]

On Tue, 22 Mar 2016 14:53:05 +0100, Hans Hagen <pragma@wxs.nl> 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

[-- Attachment #1.2: Type: text/html, Size: 1431 bytes --]

[-- Attachment #2: Type: text/plain, Size: 485 bytes --]

___________________________________________________________________________________
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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-03-23  6:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-03-22  8:19 Tagging and startitemize[columns] Christoph Reller
2016-03-22 13:53 ` Hans Hagen
2016-03-23  6:24 Christoph Reller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).