Re: [NTG-context] several details (maybe bugs)

2008-04-07 Thread Wolfgang Schuster
On Sat, Apr 5, 2008 at 4:03 PM, Henning Hraban Ramm [EMAIL PROTECTED] wrote:
 While typesetting some proceedings, I stumpled upon the following
 issues:

 (1)
 \setupheads seems to do nothing - I must set every option for every
 head separately.
 AFAIR this is broken forever, at least it was the same in 2000.

It should as long as none of the values is overload with \setuphead

 (2)
 \setuphead[chapter][header=none]
 should switch off the header only on that page where the chapter
 starts, shouldn't it? (It disables headers completely.)
 Or how else would I achieve that?

 (3)
 \startitemize[n]
 Numbered itemizations suddenly(?) start with 0 - as this may be
 suitable for programmers, but it's, ehm, a bit unusual in every other
 context.
 Hm, it works in the garden.

 (4)
 Is it possible to include footnotes in tables in the normal footnote
 numbering and placement?
 (At the moment I use localfootnotes to enable footnotes in tables at
 all, but that's unsatisfying.)

No.

 (5)
 Is it possible to disable hyphenation in titles?

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  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] several details (maybe bugs)

2008-04-07 Thread Wolfgang Schuster
On Sat, Apr 5, 2008 at 6:04 PM, Henning Hraban Ramm [EMAIL PROTECTED] wrote:
 Am 2008-04-05 um 17:28 schrieb Aditya Mahajan:
 
  (2)
  \setuphead[chapter][header=none]
  should switch off the header only on that page where the chapter
  starts, shouldn't it? (It disables headers completely.)
  Or how else would I achieve that?
 
  I remeber using \setuphead[chapter][header=high] in one of my
  projects.

 I found that, but it doesn't work. Nor does empty.

Make a *complete* example.

  (5)
  Is it possible to disable hyphenation in titles?
  Untested, but did you try passing
  align={flushleft,nothyphenated,verytolerant} to \setuphead?

 Thank you, I didn't remember that one can use several options for align.
 Wikified that.

Should be documented for \setupalign.

 Another one:
 (6)
 texshow documentation of indenting is wrong:
 This works:
 \setupindenting[yes, medium, next]
 But this doesn't:
 \setupindenting[normal, next]
 yes isn't documented.

\setupindenting was broken a little bit in the past (two to three years ago),
the manuals mention only what should have worked in the past (before my
time) and someone should add a note to the wiki.

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  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] several details (maybe bugs)

2008-04-05 Thread David
On Sat, 5 Apr 2008 16:03:44 +0200, Henning Hraban Ramm wrote:

 (3)
 \startitemize[n]
 Numbered itemizations suddenly(?) start with 0 - as this may be  
 suitable for programmers, but it's, ehm, a bit unusual in every other  
 context.

I don't have the final answer on this, but I have run into this starts 
with zero problem when my corresponding \stopitemize is missing or not 
in the correct place.

David
___
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  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] several details (maybe bugs)

2008-04-05 Thread Aditya Mahajan
On Sat, 5 Apr 2008, Henning Hraban Ramm wrote:

 While typesetting some proceedings, I stumpled upon the following
 issues:

 (2)
 \setuphead[chapter][header=none]
 should switch off the header only on that page where the chapter
 starts, shouldn't it? (It disables headers completely.)
 Or how else would I achieve that?

I remeber using \setuphead[chapter][header=high] in one of my projects.

 (3)
 \startitemize[n]
 Numbered itemizations suddenly(?) start with 0 - as this may be
 suitable for programmers, but it's, ehm, a bit unusual in every other
 context.
 Hm, it works in the garden.

This ususally means that a \stopitemize is missing.

 (5)
 Is it possible to disable hyphenation in titles?

Untested, but did you try passing 
align={flushleft,nothyphenated,verytolerant} to \setuphead?

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  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] several details (maybe bugs)

2008-04-05 Thread Henning Hraban Ramm
Am 2008-04-05 um 17:08 schrieb David:

 (3)
 \startitemize[n]
 Numbered itemizations suddenly(?) start with 0 - as this may be
 suitable for programmers, but it's, ehm, a bit unusual in every other
 context.

 I don't have the final answer on this, but I have run into this  
 starts
 with zero problem when my corresponding \stopitemize is missing or  
 not
 in the correct place.

Ah, sorry - I spoke too soon:
It happened only with texexec --once


Greetlings from Lake Constance!
Hraban
---
http://www.fiee.net/texnique/
http://wiki.contextgarden.net
https://www.cacert.org (I'm an assurer)

___
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  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] several details (maybe bugs)

2008-04-05 Thread Aditya Mahajan
On Sat, 5 Apr 2008, Henning Hraban Ramm wrote:

 Am 2008-04-05 um 17:08 schrieb David:

 (3)
 \startitemize[n]
 Numbered itemizations suddenly(?) start with 0 - as this may be
 suitable for programmers, but it's, ehm, a bit unusual in every other
 context.

 I don't have the final answer on this, but I have run into this
 starts
 with zero problem when my corresponding \stopitemize is missing or
 not
 in the correct place.

 Ah, sorry - I spoke too soon:
 It happened only with texexec --once

That is understandable. ConTeXt now allows

\setupitemize[n,reverse]

to set up numbers in the reverse order. This also means that ConTeXt needs 
to run two times to get the numbering right.

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  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___