ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Bug in label and setuphead
@ 2013-01-17 18:20 Aditya Mahajan
  2013-01-18  1:36 ` Wolfgang Schuster
  0 siblings, 1 reply; 3+ messages in thread
From: Aditya Mahajan @ 2013-01-17 18:20 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi,

(This is based on a question on tex.se: 
http://tex.stackexchange.com/q/94170/323)

If a new head is defined based on an existing head, it still uses the 
label of the previous head.

\definehead[whatever][chapter]

\setuplabeltext[en][whatever=Whatever~]
\setuplabeltext[en][chapter=Chapter~]

\starttext
\whatever{Animals}
\chapter{Plants}
\stoptext

Uses the label Chapter for both heads. This is because the .tuc file 
contains label=chapter for both elements.

utilitydata_structures_lists.collected={
  {
   ["metadata"]=1,
   ["numberdata"]=3,
   ["references"]={
    ["block"]="bodypart",
    ["internal"]=1,
    ["realpage"]=1,
    ["section"]=1,
   },
   ["titledata"]={
    ["label"]="chapter",
    ["title"]="Animals",
   },
  },
  {
   ["metadata"]=4,
   ["numberdata"]=6,
   ["references"]={
    ["block"]="bodypart",
    ["internal"]=2,
    ["realpage"]=2,
    ["section"]=2,
   },
   ["titledata"]={
    ["label"]="chapter",
    ["title"]="Plants",
   },
  },
}


Adding

\setuphead[whatever][label=whatever]

does not change anything. This looks like a bug to me.

Otherwise, what is the right way of changing the label of a section head?

Aditya
___________________________________________________________________________________
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:[~2013-01-18 17:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-01-17 18:20 Bug in label and setuphead Aditya Mahajan
2013-01-18  1:36 ` Wolfgang Schuster
2013-01-18 17:04   ` Aditya Mahajan

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).