Re: [NTG-context] processaction inside MP graphic

2010-05-13 Thread Taco Hoekwater
Vianney le Clément wrote: Hello, I'm having some trouble with a macro using \processaction inside a metapost graphic. Here is a minimal example. \def\Shape#1% {\processaction[#1] [square=unitsquare, circle=unitcircle]} \starttext \startuseMPgraphic{test} fill \Shape{square} scaled

Re: [NTG-context] [NTG Context] Storm (Lido) font support seems to be broken in newer versions of MKII

2010-05-13 Thread Jan Pohanka
Dne Wed, 12 May 2010 20:36:38 +0200 Mojca Miklavec mojca.miklavec.li...@gmail.com napsal(a): 2010/5/4 Jan Pohanka xhpoha...@gmail.com: Minimal example is here and support files are attached. Original support can be downloaded here: http://modules.contextgarden.net/stormfontsupport $$ 2

[NTG-context] Numbers in \definesynonyms

2010-05-13 Thread Otared Kavian
Dear all, When defining abbreviations through \definesynonyms, if the abbreviation contains a digit then it seems that the built-in macro is not recognized: in the example below the command \EEG is recognized, whereas \M2 or \Y2K are not. Is there a way around this difficulty? Or should one

Re: [NTG-context] processaction inside MP graphic

2010-05-13 Thread Vianney le Clément
On Thu, May 13, 2010 at 09:30, Taco Hoekwater t...@elvenkind.com wrote: Like many of the more complex commands, \processaction does not expand totally. If you are using mkiv, you could define \Shape like this: \def\Shape#1%  {\directlua{     local known = {square = 'unitsquare', circle =

Re: [NTG-context] [NTG Context] Storm (Lido) font support seems to be broken in newer versions of MKII

2010-05-13 Thread Hans Hagen
On 13-5-2010 9:40, Jan Pohanka wrote: Dne Wed, 12 May 2010 20:36:38 +0200 Mojca Miklavec mojca.miklavec.li...@gmail.com napsal(a): 2010/5/4 Jan Pohanka xhpoha...@gmail.com: Minimal example is here and support files are attached. Original support can be downloaded here:

Re: [NTG-context] processaction inside MP graphic

2010-05-13 Thread luigi scarso
2010/5/13 Vianney le Clément vleclem...@gmail.com: On Thu, May 13, 2010 at 09:30, Taco Hoekwater t...@elvenkind.com wrote: Like many of the more complex commands, \processaction does not expand totally. If you are using mkiv, you could define \Shape like this: \def\Shape#1%  {\directlua{  

Re: [NTG-context] processaction inside MP graphic

2010-05-13 Thread Hans Hagen
On 13-5-2010 11:13, luigi scarso wrote: \setevalue{square}{unitsquare} \setevalue{circle}{unitcircle} \starttext \startuseMPgraphic{test} fill \getvalue{square} scaled 1cm; \stopuseMPgraphic \useMPgraphic{test} \stoptext or \setevalue{mynamespace:square}{unitsquare}

Re: [NTG-context] [NTG Context] Storm (Lido) font support seems to be broken in newer versions of MKII

2010-05-13 Thread Jan Pohanka
Dne Thu, 13 May 2010 10:59:14 +0200 Hans Hagen pra...@wxs.nl napsal(a): On 13-5-2010 9:40, Jan Pohanka wrote: Dne Wed, 12 May 2010 20:36:38 +0200 Mojca Miklavec mojca.miklavec.li...@gmail.com napsal(a): 2010/5/4 Jan Pohanka xhpoha...@gmail.com: Minimal example is here and support files are

Re: [NTG-context] [NTG Context] Storm (Lido) font support seems to be broken in newer versions of MKII

2010-05-13 Thread Jan Pohanka
I also uploaded the corresponding files including the free Lido font here for testing. http://neuron.feld.cvut.cz/LidoType1.zip Jan Dne Thu, 13 May 2010 10:59:14 +0200 Hans Hagen pra...@wxs.nl napsal(a): On 13-5-2010 9:40, Jan Pohanka wrote: Dne Wed, 12 May 2010 20:36:38 +0200 Mojca

Re: [NTG-context] Context 2010.05.08 - 3D annotations

2010-05-13 Thread Michail Vidiassov
Dear All, This current context is meant for texlive 2010, but there is a little time before the final freeze of the texlive repository, so there will be a bugfix update in a week or so. If you have pending urgent bugs (especially in mkii) this would be an excellent time to report them. is it

Re: [NTG-context] processaction inside MP graphic

2010-05-13 Thread Vianney le Clément
\getparameters[Shape][square={unitsquare },                     circle={unitcircle }] \starttext \startuseMPgraphic{test} fill \Shapesquare  scaled 1cm; \stopuseMPgraphic \useMPgraphic{test} \stoptext This one's very nice. Thanks. Vianney

Re: [NTG-context] processaction inside MP graphic

2010-05-13 Thread luigi scarso
2010/5/13 Vianney le Clément vleclem...@gmail.com: \getparameters[Shape][square={unitsquare },                     circle={unitcircle }] \starttext \startuseMPgraphic{test} fill \Shapesquare  scaled 1cm; \stopuseMPgraphic \useMPgraphic{test} \stoptext This one's very nice. Thanks.

Re: [NTG-context] processaction inside MP graphic

2010-05-13 Thread Vianney le Clément
becareful at the spaces at the end, ie \getparameters[Shape][square={unitsquare},                    circle={unitcircle}] doesn't work. That's logical, because \Shapesquare eats the spaces following it. In my case, I define my macros like \getparameters[Shape:] [square=unitsquare,

Re: [NTG-context] Context 2010.05.08 - 3D annotations

2010-05-13 Thread Hans Hagen
On 13-5-2010 12:16, Michail Vidiassov wrote: Dear All, This current context is meant for texlive 2010, but there is a little time before the final freeze of the texlive repository, so there will be a bugfix update in a week or so. If you have pending urgent bugs (especially in mkii) this

Re: [NTG-context] Numbers in \definesynonyms

2010-05-13 Thread Hans Hagen
On 13-5-2010 10:42, Otared Kavian wrote: Dear all, When defining abbreviations through \definesynonyms, if the abbreviation contains a digit then it seems that the built-in macro is not recognized: in the example below the command \EEG is recognized, whereas \M2 or \Y2K are not. Is there a

Re: [NTG-context] Context 2010.05.08 - 3D annotations

2010-05-13 Thread Michail Vidiassov
Dear Hans, On Thu, 13 May 2010, Hans Hagen wrote: On 13-5-2010 12:16, Michail Vidiassov wrote: is it worth trying to fix 3D annotations now? I have a patch I have posted here (3D annotations thread), but it is both a fix for errors (like == used instead of = ) and a work-around for missing

Re: [NTG-context] [NTG Context] Storm (Lido) font support seems to be broken in newer versions of MKII

2010-05-13 Thread Mojca Miklavec
2010/5/13 Jan Pohanka wrote: Dne Wed, 12 May 2010 20:36:38 +0200 Mojca Miklavec napsal(a): 2010/5/4 Jan Pohanka xhpoha...@gmail.com: Minimal example is here and support files are attached. Original support can be downloaded here: http://modules.contextgarden.net/stormfontsupport $$ 2

Re: [NTG-context] [NTG Context] Storm (Lido) font support seems to be broken in newer versions of MKII

2010-05-13 Thread Hans Hagen
On 13-5-2010 2:53, Mojca Miklavec wrote: (A note to Hans: the question was about MKII. One would need to rewrite the whole typescript for MKIV, sure, but the first step might be to fix the almost-working MKII.) mostly stripping ... no encodings any more \usetypescript[Lido][st1]

Re: [NTG-context] does expandaparameters work

2010-05-13 Thread Wolfgang Schuster
Am 12.05.10 19:29, schrieb Erik Margraf: Hello, I use \expandparameters in a macro definition. -- \expandparameters\setupbackgrounds[page][background={\currentvalue,#1}] -- This works in MkII (texexec), but doesn't work in MkIV (context). If I define all layers in a single declaration, the

Re: [NTG-context] 10+ reasons why I still use MKII

2010-05-13 Thread Mojca Miklavec
[reshufling the order a bit] First of all - I forgot to express my positive surprise - all the horizontal breaks including hyphenation are *exactly the same* in MKII and MKIV all over the document, even though MKII and MKIV are using different fonts. Which is really nice. \startyoumayignorethis

Re: [NTG-context] 10+ reasons why I still use MKII

2010-05-13 Thread luigi scarso
On Thu, May 13, 2010 at 3:42 PM, Mojca Miklavec mojca.miklavec.li...@gmail.com wrote: also, commands starting with \latex behave unpredictable in mkiv due to luigis compatibility mode That was the best comment in the thread. Thanks for making me a day :) hm, I'm pretty sure to don't know what

Re: [NTG-context] 10+ reasons why I still use MKII

2010-05-13 Thread Hans Hagen
On 13-5-2010 3:42, Mojca Miklavec wrote: \startyoumayignorethis The only thing that really bothers me are so much different vertical differences which show up in almost every document I ever write. MKIV consistently takes more vertical space, so no matter what document I try to recompile, it

Re: [NTG-context] 10+ reasons why I still use MKII

2010-05-13 Thread Khaled Hosny
On Thu, May 13, 2010 at 04:16:12PM +0200, Hans Hagen wrote: On 13-5-2010 3:42, Mojca Miklavec wrote: \startyoumayignorethis The only thing that really bothers me are so much different vertical differences which show up in almost every document I ever write. MKIV consistently takes more

[NTG-context] How to achieve transparency?

2010-05-13 Thread Marco
Hi, I wonder how transparency works in ConTeXt. I expect in the following example the text to be transparent. That's not the case. \definecolor [myI] [r=1, g=.9, b=.7, a=.8] \definecolor [myII] [r=0, g=.9, b=0, a=.8] \setupbodyfont [sans, 36pt] \def\t{Test} \starttext \bf \hbox{\color

Re: [NTG-context] Multiple pleas for help (long)

2010-05-13 Thread Wolfgang Schuster
Am 10.05.10 02:28, schrieb Scott Steele: Thanks so much for the help! Pleas 1, 2, 5, and 6 are completely solved. (In particular, Mojca, the fix for accents is fantastic!) I wasn't able to get \Frowny to work any better with the advice provided, but I found that when I scaled it down, it

Re: [NTG-context] 10+ reasons why I still use MKII

2010-05-13 Thread Hans Hagen
On 13-5-2010 4:32, Khaled Hosny wrote: On Thu, May 13, 2010 at 04:16:12PM +0200, Hans Hagen wrote: On 13-5-2010 3:42, Mojca Miklavec wrote: \startyoumayignorethis The only thing that really bothers me are so much different vertical differences which show up in almost every document I ever

Re: [NTG-context] How to achieve transparency?

2010-05-13 Thread Hans Hagen
On 13-5-2010 4:25, Marco wrote: Hi, I wonder how transparency works in ConTeXt. I expect in the following example the text to be transparent. That's not the case. \definecolor [myI] [r=1, g=.9, b=.7, a=.8] \definecolor [myII] [r=0, g=.9, b=0, a=.8] t=.5, a=1 (a is the method)

[NTG-context] Math symbols missing

2010-05-13 Thread gummybears
Hi The following math symbols are missing, 0x222B normal integral \int 0x222C double integral \iint 0x222D triple integral \iiint 0x222E contour integral \oint 0x222F surface integral \oiint 0x2230 volume integral \oiiint I also need the space-time integral \nt (4 i's) Kind regards PS

Re: [NTG-context] [NTG Context] Storm (Lido) font support seems to be broken in newer versions of MKII

2010-05-13 Thread Honza Pohanka
What does [mr] [mc] [ma] in mathcollection stands for? Jan Dne Thu, 13 May 2010 15:09:02 +0200 Hans Hagen pra...@wxs.nl napsal(a): On 13-5-2010 2:53, Mojca Miklavec wrote: (A note to Hans: the question was about MKII. One would need to rewrite the whole typescript for MKIV, sure, but the

[NTG-context] Bug in latest context (MK-IV) ?

2010-05-13 Thread gummybears
Hi, Running the following test with the latest context (MK-IV 2010.05.13 12:15) gives the following error. Compiled fine with version MK-IV 2010.04.29 22:30 (side note : integral symbols still not displaying correctly) I was just wondering, is there a ConText test suite which I can use to test

Re: [NTG-context] 10+ reasons why I still use MKII

2010-05-13 Thread Khaled Hosny
On Thu, May 13, 2010 at 05:00:01PM +0200, Hans Hagen wrote: On 13-5-2010 4:32, Khaled Hosny wrote: On Thu, May 13, 2010 at 04:16:12PM +0200, Hans Hagen wrote: On 13-5-2010 3:42, Mojca Miklavec wrote: \startyoumayignorethis The only thing that really bothers me are so much different vertical

Re: [NTG-context] How to achieve transparency?

2010-05-13 Thread Marco
I wonder how transparency works in ConTeXt. I expect in the following example the text to be transparent. That's not the case. \definecolor [myI] [r=1, g=.9, b=.7, a=.8] \definecolor [myII] [r=0, g=.9, b=0, a=.8] t=.5, a=1 (a is the method) Oh! I assumed »a« stands for »alpha«.

Re: [NTG-context] [NTG Context] Storm (Lido) font support seems to be broken in newer versions of MKII

2010-05-13 Thread Aditya Mahajan
On Thu, 13 May 2010, Honza Pohanka wrote: What does [mr] [mc] [ma] in mathcollection stands for? This is what I remember mr = Math Roman ma, mb, mc, md, me = Extra math families. The actual corresponance between ma etc and the fonts are set in a typescript. For example, \starttypescript

Re: [NTG-context] does expandaparameters work

2010-05-13 Thread Erik Margraf
Thanks!! Works perfectly for me. Is this a patch for syst-aux.mkiv? 2010/5/13 Wolfgang Schuster schuster.wolfg...@googlemail.com Am 12.05.10 19:29, schrieb Erik Margraf: Hello, I use \expandparameters in a macro definition. --

Re: [NTG-context] 10+ reasons why I still use MKII

2010-05-13 Thread Mojca Miklavec
Dear Hans, (I'll answer the rest later) Did you try to run that with MKII? MKIV works fine (I know that the title was a bit misleading). I get the characters from font that are equal to the second byte of UTF-8 representation of input character. you probably need to enable utf8 in the mp

[NTG-context] wikipedians: kind request

2010-05-13 Thread Mojca Miklavec
Dear Wikipedians, If any other member of the list is an experienced Wikepedian, you are kindly asked to put your vote here (without exposing too much that you come from ConTeXt community): http://www.xkcd.com/739/ Sorry, not on the link above but on the two below:

Re: [NTG-context] wikipedians: kind request

2010-05-13 Thread Mojca Miklavec
Or, yet better - since there are probably many publishers on the list - is anyone ready to publish some biography of ConTeXt developers in some reliable independent source? :) :) :) Mojca ___ If your question is of

[NTG-context] Ampersand in Metapost

2010-05-13 Thread Marco
Hi, I have a problem producing an ampersand in metapost. In ConTeXt it works as expected. Have a look at the following example. \starttext \ % OK \startMPcode label(textext(\),origin); % produces error \stopMPcode \stoptext The compile time error message is as follows: ! Misplaced alignment

Re: [NTG-context] wikipedians: kind request

2010-05-13 Thread Martin Schröder
2010/5/13 Mojca Miklavec mojca.miklavec.li...@gmail.com: If any other member of the list is an experienced Wikepedian, you are kindly asked to put your vote here (without exposing too much that you come from ConTeXt community): cough/ http://en.wikipedia.org/wiki/Wikipedia:CANVAS

Re: [NTG-context] wikipedians: kind request

2010-05-13 Thread Martin Schröder
2010/5/13 Mojca Miklavec mojca.miklavec.li...@gmail.com: Or, yet better - since there are probably many publishers on the list - is anyone ready to publish some biography of ConTeXt developers in some reliable independent source? :) :) :) THAT would help; e.g. an article in ACM Queue :-) Best

Re: [NTG-context] 10+ reasons why I still use MKII

2010-05-13 Thread Idris Samawi Hamid ادريس سماوي ح امد
On Thu, 13 May 2010 10:00:01 -0500, Hans Hagen pra...@wxs.nl wrote: On 13-5-2010 4:32, Khaled Hosny wrote: On Thu, May 13, 2010 at 04:16:12PM +0200, Hans Hagen wrote: On 13-5-2010 3:42, Mojca Miklavec wrote: \startyoumayignorethis The only thing that really bothers me are so much

Re: [NTG-context] wikipedians: kind request

2010-05-13 Thread Henning Hraban Ramm
Am 2010-05-13 um 21:27 schrieb Mojca Miklavec: Or, yet better - since there are probably many publishers on the list - is anyone ready to publish some biography of ConTeXt developers in some reliable independent source? :) :) :) Oh, it would have been fit for the latest issue of our

Re: [NTG-context] 10+ reasons why I still use MKII

2010-05-13 Thread Khaled Hosny
On Thu, May 13, 2010 at 01:46:28PM -0500, Idris Samawi Hamid ادريس سماوي حامد wrote: On Thu, 13 May 2010 10:00:01 -0500, Hans Hagen pra...@wxs.nl wrote: On 13-5-2010 4:32, Khaled Hosny wrote: On Thu, May 13, 2010 at 04:16:12PM +0200, Hans Hagen wrote: On 13-5-2010 3:42, Mojca Miklavec

Re: [NTG-context] wikipedians: kind request

2010-05-13 Thread Idris Samawi Hamid ادريس سماوي ح امد
On Thu, 13 May 2010 14:19:52 -0500, Mojca Miklavec mojca.miklavec.li...@gmail.com wrote: http://en.wikipedia.org/wiki/Wikipedia:Articles_for_deletion/Hans_Hagen http://en.wikipedia.org/wiki/Wikipedia:Articles_for_deletion/Taco_Hoekwater Don't these people have a life at all? What a bunch

Re: [NTG-context] [NTG Context] Storm (Lido) font support seems to be broken in newer versions of MKII

2010-05-13 Thread Hans Hagen
On 13-5-2010 5:13, Honza Pohanka wrote: What does [mr] [mc] [ma] in mathcollection stands for? families mr == math roman : reserved for roman .. ma == math symbols a : normally ams a set mb == math symbols b : normally ams b set mc == math symbols c : free md == math symbols d : free

Re: [NTG-context] 10+ reasons why I still use MKII

2010-05-13 Thread Hans Hagen
On 13-5-2010 10:06, Khaled Hosny wrote: Nothing special, I always expect interline space to be fixed, I don't know if TeX always make interline spacing variable, but this wasn't an issue with English text. However, with Arabic, Tashkil marks seems to always cause a noticeable extra whitespace

Re: [NTG-context] 10+ reasons why I still use MKII

2010-05-13 Thread Idris Samawi Hamid ادريس سماوي ح امد
On Thu, 13 May 2010 15:06:09 -0500, Khaled Hosny khaledho...@eglug.org wrote: Something I find very annoying is variable interline spacing, if I've, for example, a line with some Arabic words vocalized I get some times too much white space above it that it almost looks like an empty line. It

Re: [NTG-context] wikipedians: kind request

2010-05-13 Thread Khaled Hosny
On Thu, May 13, 2010 at 09:19:52PM +0200, Mojca Miklavec wrote: Dear Wikipedians, If any other member of the list is an experienced Wikepedian, you are kindly asked to put your vote here (without exposing too much that you come from ConTeXt community): http://www.xkcd.com/739/ Sorry,

Re: [NTG-context] How to achieve transparency?

2010-05-13 Thread Hans Hagen
On 13-5-2010 7:13, Marco wrote: I wonder how transparency works in ConTeXt. I expect in the following example the text to be transparent. That's not the case. \definecolor [myI] [r=1, g=.9, b=.7, a=.8] \definecolor [myII] [r=0, g=.9, b=0, a=.8] t=.5, a=1 (a is the method) Oh! I assumed

Re: [NTG-context] Ampersand in Metapost

2010-05-13 Thread Hans Hagen
On 13-5-2010 9:18, Marco wrote: Hi, I have a problem producing an ampersand in metapost. In ConTeXt it works as expected. Have a look at the following example. \starttext \ % OK \startMPcode label(textext(\),origin); % produces error \stopMPcode \stoptext The compile time error message is as

Re: [NTG-context] 10+ reasons why I still use MKII

2010-05-13 Thread Hans Hagen
On 13-5-2010 9:31, Idris Samawi Hamid ادريس سماوي حامد wrote: Sometimes forcing will look nice, but even then one probably has to add a bit of interlinespace to the latin font to get the right balance. That is, a latin document that uses a LOT of interparagraph arabic will want a bit extra

Re: [NTG-context] 10+ reasons why I still use MKII

2010-05-13 Thread Hans Hagen
On 13-5-2010 7:08, Khaled Hosny wrote: On Thu, May 13, 2010 at 05:00:01PM +0200, Hans Hagen wrote: On 13-5-2010 4:32, Khaled Hosny wrote: On Thu, May 13, 2010 at 04:16:12PM +0200, Hans Hagen wrote: On 13-5-2010 3:42, Mojca Miklavec wrote: \startyoumayignorethis The only thing that really

Re: [NTG-context] Bug in latest context (MK-IV) ?

2010-05-13 Thread Hans Hagen
On 13-5-2010 6:09, gummybears wrote: Hi, Running the following test with the latest context (MK-IV 2010.05.13 12:15) gives the following error. Compiled fine with version MK-IV 2010.04.29 22:30 (side note : integral symbols still not displaying correctly) I was just wondering, is there a

Re: [NTG-context] 10+ reasons why I still use MKII

2010-05-13 Thread Khaled Hosny
On Thu, May 13, 2010 at 10:25:06PM +0200, Hans Hagen wrote: On 13-5-2010 10:06, Khaled Hosny wrote: Nothing special, I always expect interline space to be fixed, I don't know if TeX always make interline spacing variable, but this wasn't an issue with English text. However, with Arabic,

Re: [NTG-context] 10+ reasons why I still use MKII

2010-05-13 Thread Hans Hagen
On 13-5-2010 11:26, Khaled Hosny wrote: On Thu, May 13, 2010 at 10:25:06PM +0200, Hans Hagen wrote: On 13-5-2010 10:06, Khaled Hosny wrote: Nothing special, I always expect interline space to be fixed, I don't know if TeX always make interline spacing variable, but this wasn't an issue with

Re: [NTG-context] Ampersand in Metapost

2010-05-13 Thread Mojca Miklavec
On Thu, May 13, 2010 at 22:58, Hans Hagen wrote: On 13-5-2010 9:18, Marco wrote: I have a problem producing an ampersand in metapost. In ConTeXt it works as expected. Have a look at the following example. \starttext \  % OK \startMPcode label(textext(\),origin); % produces error

Re: [NTG-context] 10+ reasons why I still use MKII

2010-05-13 Thread Hans Hagen
On 13-5-2010 8:34, Mojca Miklavec wrote: Dear Hans, (I'll answer the rest later) Did you try to run that with MKII? MKIV works fine (I know that the title was a bit misleading). I get the characters from font that are equal to the second byte of UTF-8 representation of input character. you

Re: [NTG-context] How to achieve transparency?

2010-05-13 Thread Marco
On Thu, 13 May 2010 22:57:50 +0200, Hans Hagen pra...@wxs.nl wrote: On 13-5-2010 7:13, Marco wrote: I wonder how transparency works in ConTeXt. I expect in the following example the text to be transparent. That's not the case. \definecolor [myI] [r=1, g=.9, b=.7, a=.8] \definecolor

Re: [NTG-context] Ampersand in Metapost

2010-05-13 Thread Marco
On Thu, 13 May 2010 22:58:46 +0200, Hans Hagen pra...@wxs.nl wrote: On 13-5-2010 9:18, Marco wrote: Hi, I have a problem producing an ampersand in metapost. In ConTeXt it works as expected. Have a look at the following example. \starttext \ % OK \startMPcode

Re: [NTG-context] Ampersand in Metapost

2010-05-13 Thread Mojca Miklavec
On Thu, May 13, 2010 at 23:45, Marco net...@lavabit.com wrote: On Thu, 13 May 2010 22:58:46 +0200, Hans Hagen pra...@wxs.nl wrote: On 13-5-2010 9:18, Marco wrote: Hi, I have a problem producing an ampersand in metapost. In ConTeXt it works as expected. Have a look at the following

[NTG-context] \showmathcharacters doesn't work (MacTex 2009)

2010-05-13 Thread Riobard
Hi, I want to produce a list of math characters for reference. Followed the wiki page it's supposed to be a simple call to \showcharacters. But the following tex file \starttext \showmathcharacters \stoptext produces an empty table. \showcharacters doesn't work either. Any idea why?

[NTG-context] index sorting and formatting mixed up

2010-05-13 Thread Michael Saunders
\setupregister[index][bd][pagestyle=bold] \starttext \index{bc}\index{be} This is a \index[bd::]{test}test. \page This is a less important \index{test}test. \page \placeindex \stoptext ___ If your question is of

Re: [NTG-context] Ampersand in Metapost

2010-05-13 Thread Aditya Mahajan
On Fri, 14 May 2010, Mojca Miklavec wrote: On Thu, May 13, 2010 at 23:45, Marco net...@lavabit.com wrote: On Thu, 13 May 2010 22:58:46 +0200, Hans Hagen pra...@wxs.nl wrote: On 13-5-2010 9:18, Marco wrote: Hi, I have a problem producing an ampersand in metapost. In ConTeXt it works as

Re: [NTG-context] Context 2010.05.08 - 3D annotations

2010-05-13 Thread Michail Vidiassov
Dear Hans, On Thu, 13 May 2010, Hans Hagen wrote: well, i'm that someone but indeed i didn't test it (as i have no test files on my system anyway) .. are those tests you sent free? i.e. can i add them to the testbed? patch and test case attached patched roughly that way ... new beta on