[NTG-context] Problems with Unicode and i-Installer

2006-01-19 Thread Sebastian Sturm
Hello, after installing the new ConTeXt package (same problem for 1/16 and 1/19 beta), the installation procedure reported some missing 'unic-ext.tex' file; compiling any files that used \enableregime[utf] didn't work anymore. Replacing 'unic-ext' by 'unic-exp' in the file context.tex and doing an

[NTG-context] \startalign problem

2006-01-31 Thread Sebastian Sturm
x for the very simple input file \starttext \startformula \startalign x \stopalign \stopformula \stoptext. Examples included in core-mat also won't compile. The last i-Installer distribution (don't remember the release date) didn't show this behaviour. Best r

[NTG-context] Reconfigure mpgraph

2006-02-11 Thread Sebastian Sturm
from the tick mark labels. Is there an easy way to reconfigure mpgraph (I looked at the source code, but that seems very confusing to me) to look for its dots at the other position? Best regards, Sebastian Sturm ___ ntg-context mailing list ntg-context@n

Re: [NTG-context] Reconfigure mpgraph

2006-02-12 Thread Sebastian Sturm
> Can't you use an Euler text font? These have the dot in the right place. > > Cheers, Taco Hi, I'm not sure what font you're referring to; it would at least have to include all the Euler digits. I tried zeurm10, but it has a right-pointing triangle at position 2e. The fonts in my bluesky/euler

Re: [NTG-context] Metapost font size

2004-05-12 Thread Sebastian Sturm
Hi, You can setup the font to be used in the Metapost-figure \startMPenvironment \usetypescript[palatino][texnansi] \setupbodyfont[palatino,rm,8pt] \stopMPenvironment works great, thank you! Best regards, Sebastian ___ ntg-context mailing list [E

[NTG-context] Metapost font size

2004-05-08 Thread Sebastian Sturm
Hi, is it possible to change the font size of TeX labels in Metapost figures (using the textext command) to be the same as the bodyfont size in the surrounding document? Best regards, Sebastian Sturm ___ ntg-context mailing list [EMAIL PROTECTED

Re: [NTG-context] Re: Metapost font size

2004-05-16 Thread Sebastian Sturm
Hi, even better; thanks to both of you! Best regards, Sebastian ___ ntg-context mailing list [EMAIL PROTECTED] http://www.ntg.nl/mailman/listinfo/ntg-context

[NTG-context] Another Metafun issue

2004-05-16 Thread Sebastian Sturm
Hi, when trying to set fractions or non-square roots in Metapost figures using the Metafun macro textext (textext("\frac{a}{b}") or textext("\root a \of b")), I get the error message !Undefined control sequence $\setbox \rootbox \hbox {$\mathsurround \z @ \scripts

Re: [NTG-context] Another Metafun issue

2004-05-16 Thread Sebastian Sturm
Hi, Hello Sebastian, I don't know much about Metafun yet, but shouldn't you use math-mode for \root and \frac? oops, stupid typo. The code that didn't want to compile was textext("$\root a \of b$") and textext("$\frac{a}{b}$"), so I only forgot the math signs when writing the email. Thanks for p

Re: [NTG-context] Re: Another Metafun issue

2004-05-16 Thread Sebastian Sturm
Hi, Well, you should post a *complete* and *minimal* examplefile showing your problem, together with the context/metafun version numbers (or logfile). This way emails like the last one can be avoided and the others can try to reproduce the problem without hassle. okay, sorry for that. I've included

Re: [NTG-context] Re: Another Metafun issue

2004-05-16 Thread Sebastian Sturm
Hi, any reason you use textext here? Do you need changing labels? If not, you should use [...] draw btex $\frac{a}{b}$ etex; [...] I thought textext was just a faster version of btex ... etex and supposed that this would be the 'way to go', since it is a part of MetaFun. But I checked out the bte

[NTG-context] Known nath bugs?

2004-05-28 Thread Sebastian Sturm
Hello all, is there a list of know nath bugs somewhere on the web? I tried to find one using Google, but unfortunately without success. The reason I'm asking this is that I'm encountering some problems with the module and would like to know if they are common or if it's related to my configurat

Re: [NTG-context] Known nath bugs?

2004-05-29 Thread Sebastian Sturm
Hi, the delimiter sizing is working now; i had to load the module directly before \starttext. However, the units module still isn't working when nath is loaded. Is it supposed to? Best regards, Sebastian ___ ntg-context mailing list [EMAIL PROTECTED] h

Re: Re[2]: [NTG-context] Known nath bugs?

2004-05-29 Thread Sebastian Sturm
Hi, Yes, this is generally true. All modules should get loaded before \starttext. Well, I had loaded it before \starttext in both cases. But when I loaded it in the first line of my file, it didn't adjust the delimiters; after moving the \usemodule[nath] line directly above the \starttext line,

Re: Re[4]: [NTG-context] Known nath bugs?

2004-05-30 Thread Sebastian Sturm
Hi, Nath is a very complex module, easily broken. If you can privately send me your preamble we might be able to find what was breaking it. Or you can try it yourself: move it up line by line until delimiters don't work anymore: you'll find what makes it bomb :) OK, I'll try that. At the moment I'm

Re: Re[6]: [NTG-context] Known nath bugs?

2004-06-10 Thread Sebastian Sturm
Hi, If you could please provide some example file showing the problems, I'll see if I can nail them down. the problem with delimiter autosizing seems to be caused by MPenvironment; however, the problem with subscripts still seems very strange to me (since superscripts work as expected). I've incl

Re: Re[8]: [NTG-context] Known nath bugs?

2004-07-04 Thread Sebastian Sturm
I will look into the interaction with MPenvironment. To solve the subscript problem, please change line 2738 of t-nath.tex from \ifdim\wd\!!boxa>[EMAIL PROTECTED] [EMAIL PROTECTED] to \ifdim\wd\!!boxa>[EMAIL PROTECTED] [EMAIL PROTECTED] (in the definition of \axis@) and let me know how it works.

[NTG-context] Disable Metapost rendering?

2004-07-24 Thread Sebastian Sturm
reuse the existing output for the other ones. Is there a similar function in ConTeXt? Some global command like \donotrerender[1-n] would be great, a processing tag for each figure like \startuseMPgraphic{...}[rerender=no] would be perfect. Best regards, Sebastian

Re: [NTG-context] Re: Disable Metapost rendering?

2004-07-25 Thread Sebastian Sturm
figures rely on the randomizers, like uniformdeviate()? Best regards, Sebastian Sturm ___ ntg-context mailing list [EMAIL PROTECTED] http://www.ntg.nl/mailman/listinfo/ntg-context

Re: [NTG-context] Re: Disable Metapost rendering?

2004-07-26 Thread Sebastian Sturm
=12345 Great, thanks alot! Best regards, Sebastian Sturm ___ ntg-context mailing list [EMAIL PROTECTED] http://www.ntg.nl/mailman/listinfo/ntg-context

[NTG-context] Protruding & Utopia italic

2004-09-07 Thread Sebastian Sturm
ded in the Fourier package. $\text{\cal{...}}$ only generates the standard calligraphic letters known from Computer Modern. BTW, I'm using the latest i-Installer version of ConTeXt/teTeX on OS X. (Console displays ConTeXt ver: 2004.1.13 fmt: 2004.6.25 int: english mes: english) Best reg

[NTG-context] Another question regarding Fourier

2004-09-09 Thread Sebastian Sturm
distribution is already supposed to include double arrows, in which case it would be a configuration issue? Best regards, Sebastian Sturm ___ ntg-context mailing list [EMAIL PROTECTED] http://www.ntg.nl/mailman/listinfo/ntg-context

Re: [NTG-context] Protruding & Utopia italic

2004-09-13 Thread Sebastian Sturm
pinion, it would be a bit more intuitive if "Serif" was named "SerifRoman". I'd still like to know how to use that calligraphic alphabet, though. Best regards, Sebastian Sturm ___ ntg-context mailing list [EMAIL PROTECTED] http://www.ntg.nl/mailman/listinfo/ntg-context

[NTG-context] Upright greek with Fourier

2004-10-17 Thread Sebastian Sturm
Hi, I'm using the Fourier Utopia Fonts together with the latest stable i-Installer ConTeXt package. I'd like to access Fourier's upright greek alphabet, especially the large omega. However, the font including that character doesn't seem to be used in math-fou.tex. I tried all characters of mi (

Re: [NTG-context] Upright greek with Fourier

2004-10-19 Thread Sebastian Sturm
Wow, that was quick. Thanks alot for the typescript; combining upright greek capitals and the italic miniscules is exactly what I want; I think I should now be able to do that using the script as a starting point. Thanks again! Sebastian Unfortunately, I couldn't find a quick hack to overr