[NTG-context] strange index behaviour with entries inside separatedlist

2013-04-12 Thread WolfgangZ
Hello, I get wrong list entries when using my register entries inside separate lists. Example case included, even if it is a bit longer. For explanation, I have two lists, the correct index is in section 1.2 in the attached example and printed on page 3 (see test.pdf). The one that causes

[NTG-context] Gridding-Problems with Adobe Garamond

2013-04-12 Thread H. Özoguz
Hi there, thanks to helpful answers from here (as always:) Adobe Garamond Pro does work now. But today a new problem arises, I hope I made this example minimal enough: ++ \setuplayout [grid=yes] \usemodule[simplefonts] \setmainfont[AGaramondPro] \starttext

[NTG-context] Font size with Simplefonts

2013-04-12 Thread H. Özoguz
Hello, using Simplefonts, is it the correct way just to write: \usemodule[simplefonts] \setmainfont[AGaramondPro] [protrusion=quality, expansion=quality] \setupalign[hz, hanging] \setupbodyfont[AGaramondPro,11.5pt] for setting the fontsize (it works). Or is there a more coherent way to

[NTG-context] No indentation after \blank

2013-04-12 Thread H. Özoguz
Hi there, I want the output of the following code: +++ \setupindenting[yes, small,first] \starttext \noindent Para 1. Para 2.\blank \noindent Para 3. \stoptext but without the explicit noindent. More precisely I want the following: There should be an indentation in the

Re: [NTG-context] No indentation after \blank

2013-04-12 Thread Wolfgang Schuster
Am 12.04.2013 um 09:23 schrieb H. Özoguz h.oezo...@mmnetz.de: Hi there, I want the output of the following code: +++ \setupindenting[yes, small,first] Change this to \setupindenting[yes,small,next] to remove the indentation for the first paragraph. \starttext \noindent Para

Re: [NTG-context] Font size with Simplefonts

2013-04-12 Thread Wolfgang Schuster
Am 12.04.2013 um 08:41 schrieb H. Özoguz h.oezo...@mmnetz.de: Hello, using Simplefonts, is it the correct way just to write: \usemodule[simplefonts] \setmainfont[AGaramondPro] [protrusion=quality, expansion=quality] \setupalign[hz, hanging] \setupbodyfont[AGaramondPro,11.5pt]

Re: [NTG-context] strange index behaviour with entries inside separatedlist

2013-04-12 Thread Wolfgang Schuster
Am 12.04.2013 um 08:10 schrieb WolfgangZ wol...@gmx.net: Hello, I get wrong list entries when using my register entries inside separate lists. Example case included, even if it is a bit longer. For explanation, I have two lists, the correct index is in section 1.2 in the attached example

[NTG-context] Too many word-breaks in consecutive lines

2013-04-12 Thread H. Özoguz
Hi (sorry for many questions today :)), with German you often have the problem, that words are long (most often much longer than english words). So ConTeXt have to break them. But there is a typographical rule: Do not break words at the end of lines in more than three consecutive lines. So

Re: [NTG-context] Gridding-Problems with Adobe Garamond

2013-04-12 Thread Wolfgang Schuster
Am 12.04.2013 um 08:14 schrieb H. Özoguz h.oezo...@mmnetz.de: Hi there, thanks to helpful answers from here (as always:) Adobe Garamond Pro does work now. But today a new problem arises, I hope I made this example minimal enough: ++ \setuplayout [grid=yes]

Re: [NTG-context] Too many word-breaks in consecutive lines

2013-04-12 Thread Wolfgang Schuster
Am 12.04.2013 um 11:02 schrieb H. Özoguz h.oezo...@mmnetz.de: Hi (sorry for many questions today :)), with German you often have the problem, that words are long (most often much longer than english words). So ConTeXt have to break them. But there is a typographical rule: Do not break

Re: [NTG-context] Gridding-Problems with Adobe Garamond

2013-04-12 Thread H. Özoguz
Does this also happen when you use the typescript for your garamond? Can you also add \showgrid to your document to visualize the grid lines. Yes, it does: \starttypescript [serif] [nimbus] \definefontsynonym [Serif] [file:AGaramondPro-Regular.otf] \definefontsynonym

Re: [NTG-context] strange index behaviour with entries inside separatedlist

2013-04-12 Thread Hans Hagen
On 4/12/2013 10:29 AM, Wolfgang Schuster wrote: Am 12.04.2013 um 08:10 schrieb WolfgangZ wol...@gmx.net: Hello, I get wrong list entries when using my register entries inside separate lists. Example case included, even if it is a bit longer. For explanation, I have two lists, the correct

Re: [NTG-context] Gridding-Problems with Adobe Garamond

2013-04-12 Thread Wolfgang Schuster
Am 12.04.2013 um 11:19 schrieb H. Özoguz h.oezo...@mmnetz.de: Does this also happen when you use the typescript for your garamond? Can you also add \showgrid to your document to visualize the grid lines. Yes, it does: \starttypescript [serif] [nimbus]

Re: [NTG-context] Gridding-Problems with Adobe Garamond

2013-04-12 Thread H. Özoguz
You can increase the linespacing with a relative \setupinterlinespace[line=3.2ex] % default: line=2.8ex or a absolute \setupinterlinespace[line=14pt] Ok, thanks, that works. Should ConTeXt not choose automatically the correct value? But thanks for now! Huseyin

Re: [NTG-context] Too many word-breaks in consecutive lines

2013-04-12 Thread Thomas A. Schmitz
On 04/12/2013 11:13 AM, Wolfgang Schuster wrote: You can add \setupalign[stretch] to your document which increases the space between words, it is only a small value and helps in some cases. I could have sworn there was a way to set the maximum number of consecutive lines which can be

[NTG-context] Test

2013-04-12 Thread Keith J. Schultz
Hi All, Sorry for the noise. For some reason I am have been recieving mail from this list. regards Keith. ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist :

Re: [NTG-context] strange index behaviour with entries inside separatedlist

2013-04-12 Thread WolfgangZ
Am 12.04.2013 10:29, schrieb Wolfgang Schuster: Am 12.04.2013 um 08:10 schrieb WolfgangZ wol...@gmx.net: Hello, I get wrong list entries when using my register entries inside separate lists. Example case included, even if it is a bit longer. For explanation, I have two lists, the correct

Re: [NTG-context] strange index behaviour with entries inside separatedlist

2013-04-12 Thread Hans Hagen
On 4/12/2013 12:59 PM, WolfgangZ wrote: Am 12.04.2013 10:29, schrieb Wolfgang Schuster: Am 12.04.2013 um 08:10 schrieb WolfgangZ wol...@gmx.net: Hello, I get wrong list entries when using my register entries inside separate lists. Example case included, even if it is a bit longer. For

Re: [NTG-context] Too many word-breaks in consecutive lines

2013-04-12 Thread Marcin Borkowski
Dnia 2013-04-12, o godz. 12:20:20 Thomas A. Schmitz thomas.schm...@uni-bonn.de napisał(a): On 04/12/2013 11:13 AM, Wolfgang Schuster wrote: You can add \setupalign[stretch] to your document which increases the space between words, it is only a small value and helps in some cases. I

Re: [NTG-context] Too many word-breaks in consecutive lines

2013-04-12 Thread Hans Hagen
On 4/12/2013 8:28 PM, Marcin Borkowski wrote: In TeX it is possible to discourage two consecutive hyphens, but there is no way to prohibit or strongly discourage three or more. Technically, this would mean a slight extension of the current algorithm by keeping track of the number of hyphens in

[NTG-context] [***SPAM***] \setscript blocking \hskip functionality

2013-04-12 Thread hwitloc
I found that using \setscript{nihongo} breaks the functioning of \hskip. Here is a minimal example. MKIV required. Text source is UTF-8 encoded text. In the first case without \setscript the Japanese \hskip properly functions, but just after the \setscript macro it fails (without err or