Re: [NTG-context] defining bug not setting up blank spaces

2017-02-14 Thread Hans Hagen
On 2/14/2017 7:17 PM, Pablo Rodriguez wrote: On 02/14/2017 06:41 PM, Hans Hagen wrote: [...] I don’t understand why \setupblank[ab][big] doesn’t work (with a previous \defineblank[ab]). I mean, for most elements \setupelement is possible after \defineelement. What is different with

Re: [NTG-context] defining bug not setting up blank spaces

2017-02-14 Thread Pablo Rodriguez
On 02/14/2017 06:41 PM, Hans Hagen wrote: >> [...] >> I don’t understand why \setupblank[ab][big] doesn’t work (with a >> previous \defineblank[ab]). >> >> I mean, for most elements \setupelement is possible after \defineelement. >> >> What is different with \setupblank? > > Well, you cannot > >

Re: [NTG-context] defining bug not setting up blank spaces

2017-02-14 Thread Hans Hagen
On 2/14/2017 5:27 PM, Pablo Rodriguez wrote: On 02/14/2017 01:13 PM, Hans Hagen wrote: On 2/13/2017 9:16 PM, Pablo Rodriguez wrote: Dear list, I have the following sample: \defineblank[ab][none] \starttext \defineblank[ab][big] a \blank[ab] b \stoptext Am I

Re: [NTG-context] defining bug not setting up blank spaces

2017-02-14 Thread Pablo Rodriguez
On 02/14/2017 01:13 PM, Hans Hagen wrote: > On 2/13/2017 9:16 PM, Pablo Rodriguez wrote: >> Dear list, >> >> I have the following sample: >> >> \defineblank[ab][none] >> \starttext >> \defineblank[ab][big] >> a >> \blank[ab] >> b >> \stoptext >> >> Am I missing

Re: [NTG-context] Customize a table with Metafun

2017-02-14 Thread Lutz Haseloff
linecap:=butt ; Am 14. Februar 2017 16:53:04 MEZ schrieb Fabrice Couvreur : >Hello, >In the code below, the red vertical line extends beyond the edges of >the >cell. >Thank you >Fabrice > >\startuniqueMPgraphic{Vertical} > > linecap:=squared ; > path p ; p :=

[NTG-context] Vertical spacing in enumerations

2017-02-14 Thread Fabrice Couvreur
In the code below, the vertical spacing of the second level should be like that of the first level Thank you Fabrice \definecolor[MyBlue][c=0.06 , m=0.03, y=0.00, k=0.00] \defineframed [algorithmframe] [width=\textwidth, align=normal, strut=no, offset=1ex,

[NTG-context] Customize a table with Metafun

2017-02-14 Thread Fabrice Couvreur
Hello, In the code below, the red vertical line extends beyond the edges of the cell. Thank you Fabrice \startuniqueMPgraphic{Vertical} linecap:=squared ; path p ; p := unitsquare xyscaled (OverlayWidth,OverlayHeight) ; drawoptions (withpen pencircle withcolor \MPcolor{red}) ; draw

Re: [NTG-context] Problem with Russian letters in itemize

2017-02-14 Thread Ulrike Fischer
Am Tue, 14 Feb 2017 11:31:01 +0800 schrieb Vladimir Lomov: > So I conclude that either I'm doing something wrong (in wrong way) or > something still missing in context regarging usage of other alphabets > letters as \items. There are hundreds and thousands scripts and languages in the world. So

Re: [NTG-context] frac opentype feature broken by \setbreakpoints[compound]

2017-02-14 Thread Hans Hagen
On 2/13/2017 4:47 PM, MF wrote: Hello list, I found an interference between the "frac" opentype feature and \setbreakpoints[compound], which make the former fail when you have a numerator more than 2 digit wide. I found it with Adobe Garamond Premier Pro: with \setbreakpoints[compound], when

Re: [NTG-context] defining bug not setting up blank spaces

2017-02-14 Thread Hans Hagen
On 2/13/2017 9:16 PM, Pablo Rodriguez wrote: Dear list, I have the following sample: \defineblank[ab][none] \starttext \defineblank[ab][big] a \blank[ab] b \stoptext Am I missing something or is there a reason to force the new definition (instead of the setup) of

Re: [NTG-context] Bug: \textext inside \*MPinclusions causes error

2017-02-14 Thread Hans Hagen
On 2/13/2017 11:36 PM, Sergey Slyusarev wrote: It's a single tex run so you can do: \starttext \newbox\MyMpBox \setbox\MyMpBox\hbox{foo} \startMPcode draw textext("\copy\MyMpBox") ; \stopMPcode \startMPcode draw textext("\copy\MyMpBox") rotated 45; \stopMPcode \stoptext This is not much

Re: [NTG-context] Problem with Russian letters in itemize

2017-02-14 Thread Hans Hagen
On 2/14/2017 4:31 AM, Vladimir Lomov wrote: Hello, ** Ulrike Fischer [2017-02-13 14:16:52 +0100]: Am Mon, 13 Feb 2017 17:24:19 +0800 schrieb Vladimir Lomov: I'm trying to use Russian (Cyrillic) letters for itemize list but without luck. Imho there is no predefined conversion, but you can