Re: [NTG-context] \setuphead [bodypartlabel=]

2013-03-27 Thread Willi Egger
Hi Wolfgang,


nice feature.
However when applying it, the numbering of the chapters is not correct. - See 
attached minimal example

Willi

\starttext
\completecontent

\startchapter[title=Chapter in list]

\stopchapter
\startchapter[title=Chapter not in list, saveinlist=no]
\stopchapter
\startchapter[title=Chapter in list]
\stopchapter
\stoptext

On Mar 26, 2013, at 8:10 PM, Wolfgang Schuster wrote:

 
 Am 26.03.2013 um 19:54 schrieb Alan BRASLAU alan.bras...@cea.fr:
 
 All of this does not take care of handling NOchapter in marking,
 bookmarks, contents, etc. Consider:
 \setupheadertexts [chapter]
 \placebookmarks [chapter,section] [chapter]
 \definecombinedlist [content] [chapter,section,subsection]
 
 TOC entries can be suppressed with “saveinlist=no”.
 
 Wolfgang
 ___
 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
 ___

___
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] \setuphead [bodypartlabel=]

2013-03-26 Thread Alan BRASLAU
\setuplabeltext [chapter=Chapter ]

enables a label in chapter headings.

Sometimes, one wants to have an unnumbered chapter-level structure that
otherwise appears in the table of contents, bookmarks, marking, etc.
without having to make many special definitions.

One suggests:
\definehead [NOchapter] [chapter]
\setuphead [NOchapter] [incrementnumber=no,number=no,bodypartlabel=]

\starttext
\startNOchapter [title=Introduction]
\stopNOchapter
\startchapter [title=First chapter]
\stopchapter
\stoptext

And then adding NOchapter to the contents combined list, to the
bookmarks, and so on, not to speak about marking. Ugh!

Much easier would be the occasional use of
\startchapter [title=Introduction,incrementnumber=no,number=no,bodypartlabel=]
\stopchapter
but this does not work! One gets: Chapter Introduction.
That this does not work I suppose might be somewhat of a bug...

Even better, more coherent, more logical, would be
\startchapter [title=Introduction,incrementnumber=no,number=no,label=no]
\stopchapter
(Note that label=no is used for lists).

This would also have the advantage of allowing the chapter labeltext to be 
defined
for each language, rather than be empty, so that it could then be simply turned 
on or off.
In fact, label=no would be the default setup.

Alan

___
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] \setuphead [bodypartlabel=]

2013-03-26 Thread Wolfgang Schuster

Am 26.03.2013 um 19:15 schrieb Alan BRASLAU alan.bras...@cea.fr:

 \setuplabeltext [chapter=Chapter ]
 
 enables a label in chapter headings.
 
 Sometimes, one wants to have an unnumbered chapter-level structure that
 otherwise appears in the table of contents, bookmarks, marking, etc.
 without having to make many special definitions.
 
 One suggests:
 \definehead [NOchapter] [chapter]
 \setuphead [NOchapter] [incrementnumber=no,number=no,bodypartlabel=]
 
 \starttext
 \startNOchapter [title=Introduction]
 \stopNOchapter
 \startchapter [title=First chapter]
 \stopchapter
 \stoptext

\startnamedsection[NOchapter][title=…]
…
\stopnamedsection
\startnamedsection[chapter][title=…]
…
\stopnamedsection

 And then adding NOchapter to the contents combined list, to the
 bookmarks, and so on, not to speak about marking. Ugh!
 
 Much easier would be the occasional use of
 \startchapter [title=Introduction,incrementnumber=no,number=no,bodypartlabel=]
 \stopchapter
 but this does not work! One gets: Chapter Introduction.
 That this does not work I suppose might be somewhat of a bug...
 
 Even better, more coherent, more logical, would be
 \startchapter [title=Introduction,incrementnumber=no,number=no,label=no]
 \stopchapter
 (Note that label=no is used for lists).
 
 This would also have the advantage of allowing the chapter labeltext to be 
 defined
 for each language, rather than be empty, so that it could then be simply 
 turned on or off.

\setuplabeltext[en][chapter=…]
\setuplabeltext[nl][chapter=…]

 In fact, label=no would be the default setup.

\setuplist[chapter][label=yes|no|none|NAME]

Wolfgang
___
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] \setuphead [bodypartlabel=]

2013-03-26 Thread Alan BRASLAU
On Tue, 26 Mar 2013 19:25:27 +0100
Wolfgang Schuster schuster.wolfg...@gmail.com wrote:

 
 Am 26.03.2013 um 19:15 schrieb Alan BRASLAU alan.bras...@cea.fr:
 
  \setuplabeltext [chapter=Chapter ]
  
  enables a label in chapter headings.
  
  Sometimes, one wants to have an unnumbered chapter-level structure
  that otherwise appears in the table of contents, bookmarks,
  marking, etc. without having to make many special definitions.
  
  One suggests:
  \definehead [NOchapter] [chapter]
  \setuphead [NOchapter] [incrementnumber=no,number=no,bodypartlabel=]
  
  \starttext
  \startNOchapter [title=Introduction]
  \stopNOchapter
  \startchapter [title=First chapter]
  \stopchapter
  \stoptext
 
 \startnamedsection[NOchapter][title=…]
 …
 \stopnamedsection
 \startnamedsection[chapter][title=…]
 …
 \stopnamedsection
 
  And then adding NOchapter to the contents combined list, to the
  bookmarks, and so on, not to speak about marking. Ugh!
  
  Much easier would be the occasional use of
  \startchapter
  [title=Introduction,incrementnumber=no,number=no,bodypartlabel=]
  \stopchapter but this does not work! One gets: Chapter
  Introduction. That this does not work I suppose might be somewhat
  of a bug...
  
  Even better, more coherent, more logical, would be
  \startchapter
  [title=Introduction,incrementnumber=no,number=no,label=no]
  \stopchapter (Note that label=no is used for lists).
  
  This would also have the advantage of allowing the chapter
  labeltext to be defined for each language, rather than be empty, so
  that it could then be simply turned on or off.
 
 \setuplabeltext[en][chapter=…]
 \setuplabeltext[nl][chapter=…]
 
  In fact, label=no would be the default setup.
 
 \setuplist[chapter][label=yes|no|none|NAME]
 
 Wolfgang

All of this does not take care of handling NOchapter in marking,
bookmarks, contents, etc. Consider:
\setupheadertexts [chapter]
\placebookmarks [chapter,section] [chapter]
\definecombinedlist [content] [chapter,section,subsection]

Nor the fact that labeltext chapter is empty by default,
rather than simply disabled or turned-off.

Alan
___
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] \setuphead [bodypartlabel=]

2013-03-26 Thread Wolfgang Schuster

Am 26.03.2013 um 19:54 schrieb Alan BRASLAU alan.bras...@cea.fr:

 All of this does not take care of handling NOchapter in marking,
 bookmarks, contents, etc. Consider:
 \setupheadertexts [chapter]
 \placebookmarks [chapter,section] [chapter]
 \definecombinedlist [content] [chapter,section,subsection]

TOC entries can be suppressed with “saveinlist=no”.

Wolfgang
___
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
___