Re: [NTG-context] section numbers in margin eventually get placed too far left

2013-09-18 Thread Sanjoy Mahajan
Marco Patzer writes: > No need to wikify. It was a bug which has already been fixed in the > latest beta. Hans is too fast! Note to self: Test every bug candidate also against the latest beta. -Sanjoy ___ If your q

Re: [NTG-context] section numbers in margin eventually get placed too far left

2013-09-18 Thread Marco Patzer
On 2013–09–18 Sanjoy Mahajan wrote: > Marco Patzer writes: > > > No need to wikify. It was a bug which has already been fixed in the > > latest beta. > > Hans is too fast! > > Note to self: Test every bug candidate also against the latest beta. I meant that Hans already uploaded the new fixed

Re: [NTG-context] section numbers in margin eventually get placed too far left

2013-09-18 Thread Marco Patzer
On 2013–09–18 Sanjoy Mahajan wrote: > Thanks, that fixes my and Marco's test cases. Should I wikify, or will > your fix be part of an uncoming beta? No need to wikify. It was a bug which has already been fixed in the latest beta. Marco signature.asc Description: Digital signature

Re: [NTG-context] section numbers in margin eventually get placed too far left

2013-09-18 Thread Sanjoy Mahajan
Hans, Thanks, that fixes my and Marco's test cases. Should I wikify, or will your fix be part of an uncoming beta? Best, -Sanjoy ___ If your question is of interest to others as well, please add an entry to the Wiki

Re: [NTG-context] section numbers in margin eventually get placed too far left

2013-09-18 Thread Hans Hagen
On 9/18/2013 8:48 AM, Marco Patzer wrote: On 2013–09–17 Sanjoy Mahajan wrote: Is this a bug, or just a change in setuphead that I didn't take account of? It is a bug. ConTeXt sometimes uses the rightmargindistance for the left margin, which would be correct for a double sided layout, but is d

Re: [NTG-context] section numbers in margin eventually get placed too far left

2013-09-17 Thread Marco Patzer
On 2013–09–17 Sanjoy Mahajan wrote: > Is this a bug, or just a change in setuphead that I didn't take > account of? It is a bug. ConTeXt sometimes uses the rightmargindistance for the left margin, which would be correct for a double sided layout, but is definitely wrong for a single sided documen

[NTG-context] section numbers in margin eventually get placed too far left

2013-09-17 Thread Sanjoy Mahajan
This test file == \setuplayout[leftmargindistance=0.125in, leftmargin=0.625in, width=4.75in, rightmargindistance=0.25in, rightmargin=0.25in] \setuphead[section][alternative=inmargin] \showframe \starttext \dorecurse{6}{\section{Blah} \inpu

Re: [NTG-context] section numbers

2009-10-19 Thread Joshua Lee
Hi Alan, Try attached example.tex. Best regards, Joshua On Mon, 19 Oct 2009, Alan BRASLAU wrote: > Hello, > > I did not understand that this be the answer to the question, > but, of course, I cannot contradict he who posted the question > in the beginning. However, I understood that Thomas stil

Re: [NTG-context] section numbers

2009-10-19 Thread Alan BRASLAU
Hello, I did not understand that this be the answer to the question, but, of course, I cannot contradict he who posted the question in the beginning. However, I understood that Thomas still wanted chapters to be numbered, but that sections be numbered independently. In my case, I have been strugg

Re: [NTG-context] section numbers

2009-10-19 Thread luigi scarso
On Mon, Oct 19, 2009 at 4:28 PM, Thomas A. Schmitz < thomas.schm...@uni-bonn.de> wrote: Just imagine what would happen if Hans and Wolfgang were struck by lightning > on the same day :-) > > They will rise again, just like the Phoenix. -- luigi ___

Re: [NTG-context] section numbers

2009-10-19 Thread Thomas A. Schmitz
On Oct 19, 2009, at 4:10 PM, Wolfgang Schuster wrote: \setuphead [section] [sectionsegments=3:100] % show only the numbers for level 3 (=section) till 100 (subsubsub...section) Wolfgang Thank you Wolfgang, that does it! At the risk of sounding like a crybaby: would one of the two peop

Re: [NTG-context] section numbers

2009-10-19 Thread Wolfgang Schuster
Am 19.10.2009 um 14:49 schrieb Thomas A. Schmitz: Hi all, I could have sworn there was a thread recently about the same question, but can't find it: I want section numbers without the prefixed chapter number. Isn't this supposed to work? \setuphead[section] [previousnumber=no]

[NTG-context] section numbers

2009-10-19 Thread Thomas A. Schmitz
Hi all, I could have sworn there was a thread recently about the same question, but can't find it: I want section numbers without the prefixed chapter number. Isn't this supposed to work? \setuphead[section] [previousnumber=no] \starttext \chapter{One} \section{one} I was expe