several details (maybe bugs)
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)
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
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)
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
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
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)
On Sat, Apr 5, 2008 at 6:04 PM, Henning Hraban Ramm
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
On Sat, Apr 5, 2008 at 4:03 PM, Henning Hraban Ramm
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
participants (4)
-
Aditya Mahajan
-
David
-
Henning Hraban Ramm
-
Wolfgang Schuster