ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Tagged PDF - Standard structure type for list elements
@ 2014-05-30  6:54 Christoph Reller
  0 siblings, 0 replies; only message in thread
From: Christoph Reller @ 2014-05-30  6:54 UTC (permalink / raw)
  To: ntg-context


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

Hi,

I have found a small bug in line 62 of strc-tag.lua:

    item               = { pdf = "Li",         nature = "display" },

The standard structure type for list elements is "LI" not "Li". Please
correct the line to

    item               = { pdf = "LI",         nature = "display" },

A minimal example to reproduce is:

\setuptagging[state=start]
\starttext
\startitemize
\item One
\stopitemize
\stoptext

I am using ConTeXt Version 2014.05.27 13:38.

Thanks,

Christoph

[-- Attachment #1.2: Type: text/html, Size: 895 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] only message in thread

only message in thread, other threads:[~2014-05-30  6:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-05-30  6:54 Tagged PDF - Standard structure type for list elements 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).