[NTG-context] dx=1cm with imposition: how to disable right most dx?

2014-06-01 Thread Xan
Hi, I have this code: \definepapersize[carnet][width=8.50cm,height=5.40cm] \setuppapersize [carnet][A4] \setuppaper [] \setuplayout[page] [topspace=0.02cm, backspace=0.02cm, header=0.02cm,margin=0.02cm,width=middle,footer=0.02cm,height=fit] \setuplayout[page] \setuplayout

Re: [NTG-context] dx=1cm with imposition: how to disable right most dx?

2014-06-01 Thread Hans Hagen
On 6/1/2014 12:00 PM, Xan wrote: Hi, I have this code: \definepapersize[carnet][width=8.50cm,height=5.40cm] \setuppapersize [carnet][A4] \setuppaper [] \setuplayout[page] [topspace=0.02cm, backspace=0.02cm, header=0.02cm,margin=0.02cm,width=middle,footer=0.02cm,height=fit]

Re: [NTG-context] “Case-insensitive” sorting for \placelistofsynonyms?

2014-06-01 Thread Hans Hagen
On 5/29/2014 10:51 AM, Benjamin Buchmuller wrote: Hi list, according to case-insensitive sorting for \placeregister[…][…, method=…], I tried to figure out how to achieve similar results for \placelistofsynonyms (has method-key too). I tried this modified minimal example (that originally was

Re: [NTG-context] Quotation blocs with repetition symbol in the left column

2014-06-01 Thread Stéphane Goujet
On Fri, 28 Mar 2014, Stéphane Goujet wrote: I am trying to typeset old books and I chose to keep close to the original typography. = 1) It must work when starting from a new line as well as when starting from the middle of the current line. 2 different environments are allowed.

Re: [NTG-context] bugs in page break (relevant for TeX Live 2014)

2014-06-01 Thread Hans Hagen
On 6/1/2014 7:09 AM, Pablo Rodriguez wrote: Dear Hans, there is a wrong page break introduced in the stable version intended for TeX Live 2014. it's unlikely to be fixed in tl 2014 ... already frozen ... but there is updating built-in texlive so it's no big deal Here you have the sample

Re: [NTG-context] dx=1cm with imposition: how to disable right most dx?

2014-06-01 Thread Xan
Oh! thanks. Now I have to try for having the same space on left and on right. Thanks On Sun, 01 Jun 2014 13:16:06 +0200 Hans Hagen pra...@wxs.nl ha escrit: On 6/1/2014 12:00 PM, Xan wrote: Hi, I have this code: \definepapersize[carnet][width=8.50cm,height=5.40cm] \setuppapersize

[NTG-context] sections

2014-06-01 Thread Hans Hagen
Hi Pablo, The section breaks are a bit of a headache. In the old mechanism (also mkii) we used penalties between different section levels (different values so that there is some hierarchy). In mkiv we have a weighted penalty/glue mechanism which has advantages but can also create side

Re: [NTG-context] sections

2014-06-01 Thread Rik
On 2014-06-01 07:51, Hans Hagen wrote: Hi Pablo, The section breaks are a bit of a headache. In the old mechanism (also mkii) we used penalties between different section levels (different values so that there is some hierarchy). In mkiv we have a weighted penalty/glue mechanism which has

Re: [NTG-context] sections

2014-06-01 Thread Hans Hagen
On 6/1/2014 5:40 PM, Rik wrote: Is this also the cause of problems I noted with heading placed into the margin, as in the example below? no, unrelated, try this: \setuphead [section] [after={\strut\blank[-2*line,samepage,disable]}, command=\SectionCommand, distance=0pt]

Re: [NTG-context] sections

2014-06-01 Thread Pablo Rodriguez
Hi Hans, many thanks for your explanation and sorry for the trouble. I created the test case that only contains three issues related to page breaks. Many thanks for the new beta, I’m afraid I’m still experiencing issues. \showframe\showgrid \setupbodyfont[pagella,15pt] \starttext

Re: [NTG-context] sections

2014-06-01 Thread Pablo Rodriguez
Hi Hans, I found out that the issue I wrote about in my previous message is about widow and orphan lines. Here is the sample: \showframe\showgrid \setuplayout[setups=*lessstrict] \startsetups[*lessstrict] \setup[reset] \widowpenalty=1 \clubpenalty=1

[NTG-context] Problem with astronomicalunit in \unit

2014-06-01 Thread Romain Diss
Hi all, It seems that the \unit parser doesn't recognize the 'astronomicalunit'. Minimal exemple: \starttext \unit{100 astronomicalunit} \stoptext % Rendering gives 100 as.t % One expect 100 au Thanks for help. -- Romain Diss

Re: [NTG-context] Problem with astronomicalunit in \unit

2014-06-01 Thread Hans Hagen
On 6/1/2014 10:48 PM, Romain Diss wrote: Hi all, It seems that the \unit parser doesn't recognize the 'astronomicalunit'. Minimal exemple: \starttext \unit{100 astronomicalunit} \stoptext % Rendering gives 100 as.t % One expect 100 au so what should be rendered?

Re: [NTG-context] sections

2014-06-01 Thread Hans Hagen
On 6/1/2014 8:18 PM, Pablo Rodriguez wrote: Hi Hans, I found out that the issue I wrote about in my previous message is about widow and orphan lines. indeed, when testing setting them to 0 helps (there are more cases when such penalties interfere, idem for (ex)hyphenpenalty) Hans

Re: [NTG-context] Problem with astronomicalunit in \unit

2014-06-01 Thread Hans Hagen
On 6/1/2014 10:48 PM, Romain Diss wrote: Hi all, It seems that the \unit parser doesn't recognize the 'astronomicalunit'. Minimal exemple: \starttext \unit{100 astronomicalunit} \unit { 100 astronomical unit} works ok ... I'll add the nonspaced one \stoptext % Rendering gives 100 as.t %

[NTG-context] Margin heading problem, was Re: sections

2014-06-01 Thread Rik Kabel
On 2014-06-01 12:52, Hans Hagen wrote: On 6/1/2014 5:40 PM, Rik wrote: Is this also the cause of problems I noted with heading placed into the margin, as in the example below? no, unrelated, try this: \setuphead [section] [after={\strut\blank[-2*line,samepage,disable]},