ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* several details (maybe bugs)
@ 2008-04-05 14:03 Henning Hraban Ramm
  2008-04-05 15:08 ` David
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Henning Hraban Ramm @ 2008-04-05 14:03 UTC (permalink / raw)
  To: ConTeXt ML

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.

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

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


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
___________________________________________________________________________________


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

* Re: several details (maybe bugs)
  2008-04-05 14:03 several details (maybe bugs) Henning Hraban Ramm
@ 2008-04-05 15:08 ` David
  2008-04-05 15:29   ` Henning Hraban Ramm
  2008-04-05 15:28 ` Aditya Mahajan
  2008-04-07 11:45 ` Wolfgang Schuster
  2 siblings, 1 reply; 8+ messages in thread
From: David @ 2008-04-05 15:08 UTC (permalink / raw)
  To: mailing list for ConTeXt users

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
___________________________________________________________________________________


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

* Re: several details (maybe bugs)
  2008-04-05 14:03 several details (maybe bugs) Henning Hraban Ramm
  2008-04-05 15:08 ` David
@ 2008-04-05 15:28 ` Aditya Mahajan
  2008-04-05 16:04   ` Henning Hraban Ramm
  2008-04-07 11:45 ` Wolfgang Schuster
  2 siblings, 1 reply; 8+ messages in thread
From: Aditya Mahajan @ 2008-04-05 15:28 UTC (permalink / raw)
  To: mailing list for ConTeXt users

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
___________________________________________________________________________________


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

* Re: several details (maybe bugs)
  2008-04-05 15:08 ` David
@ 2008-04-05 15:29   ` Henning Hraban Ramm
  2008-04-05 15:37     ` Aditya Mahajan
  0 siblings, 1 reply; 8+ messages in thread
From: Henning Hraban Ramm @ 2008-04-05 15:29 UTC (permalink / raw)
  To: mailing list for ConTeXt users

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
___________________________________________________________________________________


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

* Re: several details (maybe bugs)
  2008-04-05 15:29   ` Henning Hraban Ramm
@ 2008-04-05 15:37     ` Aditya Mahajan
  0 siblings, 0 replies; 8+ messages in thread
From: Aditya Mahajan @ 2008-04-05 15:37 UTC (permalink / raw)
  To: mailing list for ConTeXt users

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
___________________________________________________________________________________


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

* Re: several details (maybe bugs)
  2008-04-05 15:28 ` Aditya Mahajan
@ 2008-04-05 16:04   ` Henning Hraban Ramm
  2008-04-07 11:49     ` Wolfgang Schuster
  0 siblings, 1 reply; 8+ messages in thread
From: Henning Hraban Ramm @ 2008-04-05 16:04 UTC (permalink / raw)
  To: mailing list for ConTeXt users

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

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

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.



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
___________________________________________________________________________________


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

* Re: several details (maybe bugs)
  2008-04-05 14:03 several details (maybe bugs) Henning Hraban Ramm
  2008-04-05 15:08 ` David
  2008-04-05 15:28 ` Aditya Mahajan
@ 2008-04-07 11:45 ` Wolfgang Schuster
  2 siblings, 0 replies; 8+ messages in thread
From: Wolfgang Schuster @ 2008-04-07 11:45 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Sat, Apr 5, 2008 at 4:03 PM, Henning Hraban Ramm <hraban@fiee.net> 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
___________________________________________________________________________________


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

* Re: several details (maybe bugs)
  2008-04-05 16:04   ` Henning Hraban Ramm
@ 2008-04-07 11:49     ` Wolfgang Schuster
  0 siblings, 0 replies; 8+ messages in thread
From: Wolfgang Schuster @ 2008-04-07 11:49 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Sat, Apr 5, 2008 at 6:04 PM, Henning Hraban Ramm <hraban@fiee.net> 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
___________________________________________________________________________________


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

end of thread, other threads:[~2008-04-07 11:49 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-04-05 14:03 several details (maybe bugs) Henning Hraban Ramm
2008-04-05 15:08 ` David
2008-04-05 15:29   ` Henning Hraban Ramm
2008-04-05 15:37     ` Aditya Mahajan
2008-04-05 15:28 ` Aditya Mahajan
2008-04-05 16:04   ` Henning Hraban Ramm
2008-04-07 11:49     ` Wolfgang Schuster
2008-04-07 11:45 ` Wolfgang Schuster

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