Re: [NTG-context] reducing compile time

2009-02-24 Thread Taco Hoekwater
Mohamed Bana wrote: maybe someone should research LuaJIT; http://luajit.org/ The fine print on LuaJIT: * Only x86 (i386+) CPUs are supported right now (but see below). That is the first, main reason why luajit is not included in luatex yet. The other reason is that we don't expect that much

Re: [NTG-context] Taco's \molecule fails in mkiv

2009-02-24 Thread Wolfgang Schuster
molecule_lpeg.tex Description: Binary data Am 23.02.2009 um 18:14 schrieb Mojca Miklavec: thanks a lot for the very nice code :) :) :) The second example (H_2^+) does not return expected result - it should have been H\lohi{2}{+} instead, but I don't require such cases for the current

Re: [NTG-context] reducing compile time

2009-02-24 Thread Hans Hagen
Mohamed Bana wrote: maybe someone should research LuaJIT; http://luajit.org/ lua vs luajit; http://shootout.alioth.debian.org/u32q/benchmark.php?test=alllang=luajitlang2=luabox=1 thoughts? i wonder if it makes much of a difference in the way we use lua; most time is currently spent on

Re: [NTG-context] slower access to ConTeXt generated pdfs in Windows Vista

2009-02-24 Thread Alan Stone
It's a portable with Intel Core Duo CPU P8400 2.26 GHz, 4Gb memory. Alan On Tue, Feb 24, 2009 at 12:30 AM, Hans Hagen pra...@wxs.nl wrote: Alan Stone wrote: When opening ConTeXt generated pdf's in Windows Vista, a message window pops up saying something as (translated to english): -

Re: [NTG-context] Font with compreensive unicode

2009-02-24 Thread luigi scarso
On Tue, Feb 24, 2009 at 2:39 AM, Maurí­cio briqueabra...@yahoo.com wrote: Hi, I'm using ConTeXt to create a small table of unicode characters. Below is my current test. The codes are: U+2019 is a single quotation mark U+2610 should be a ballot box U+226b should be a much greater than ()

Re: [NTG-context] LM typsescript problem

2009-02-24 Thread Alan Bowen
The minimals (both the stable and the beta versions) in contextgarden.net/minimals/setup/$platform/bin seem to be frozen at 2009.01.18 14;39. I vaguely recall that there was going to be a mismatch between the minimals on the Garden and the minimals at Pragma, but thought that had been

Re: [NTG-context] LM typsescript problem

2009-02-24 Thread Thomas A. Schmitz
On Feb 24, 2009, at 1:43 PM, Alan Bowen wrote: The minimals (both the stable and the beta versions) in contextgarden.net/minimals/setup/$platform/bin seem to be frozen at 2009.01.18 14;39. I vaguely recall that there was going to be a mismatch between the minimals on the Garden and the

Re: [NTG-context] LM typsescript problem

2009-02-24 Thread luigi scarso
On Tue, Feb 24, 2009 at 1:43 PM, Alan Bowen acbo...@princeton.edu wrote: The minimals (both the stable and the beta versions) in contextgarden.net/minimals/setup/$platform/bin seem to be frozen at 2009.01.18 14;39. for me minimals-beta/tex# context --version MtxRun | main context file:

[NTG-context] PDF/X-1A

2009-02-24 Thread Antoine Junod
Dear List, A lot of you guys helped me through the process of setting a little booklet and I have to say I was proud of the result (44 full color pages with a lot of pictures and texts). Thanks for that. I'm now in the process of printing that booklet. I was happy to send my beautiful pdf to the

Re: [NTG-context] LM typsescript problem

2009-02-24 Thread Alan Bowen
Thomas, Luigi— Thanks for tips: they are much appreciated. As it turns out, I had already reinstalled ConTeXt 2008.11.10 21:40 using TimeMachine. What is distressing is that the problem remains. I can either set an article with LM and Greek without proper scaling for the Greek or set

Re: [NTG-context] slower access to ConTeXt generated pdfs in Windows Vista

2009-02-24 Thread Hans Hagen
Alan Stone wrote: It's a portable with Intel Core Duo CPU P8400 2.26 GHz, 4Gb memory. hm, then rendering shoul dbe ok; maybe there is something special with your documents Hans - Hans

Re: [NTG-context] PDF/X-1A

2009-02-24 Thread Hans Hagen
Antoine Junod wrote: Dear List, A lot of you guys helped me through the process of setting a little booklet and I have to say I was proud of the result (44 full color pages with a lot of pictures and texts). Thanks for that. I'm now in the process of printing that booklet. I was happy to send

Re: [NTG-context] LM typsescript problem

2009-02-24 Thread Alan Bowen
Corrected version! Thomas, Luigi— Thanks for tips: they are much appreciated. As it turns out, I had already reinstalled ConTeXt 2008.11.10 21:40 using TimeMachine. What is distressing is that the problem remains. I can either set an article with LM and Greek without proper

Re: [NTG-context] LM typsescript problem

2009-02-24 Thread Hans Hagen
Alan Bowen wrote: Thomas, Luigi— Thanks for tips: they are much appreciated. As it turns out, I had already reinstalled ConTeXt 2008.11.10 21:40 using TimeMachine. What is distressing is that the problem remains. I can either set an article with LM and Greek without proper scaling for the

Re: [NTG-context] LM typsescript problem

2009-02-24 Thread Thomas A. Schmitz
When I add this at the beginning of the file: \definebodyfontenvironment[10.5pt] \starttypescript [serif] [default] [size] \definebodyfont [10.5pt] [rm] [default] \stoptypescript \definebodyfontenvironment[9.5pt] \starttypescript [serif] [default] [size] \definebodyfont

Re: [NTG-context] LM typsescript problem

2009-02-24 Thread Alan Bowen
Thanks, Thomas! Its does indeed compile. But the font size for the Greek is still wrong. Alan On Feb 24, 2009, at 09;05,40 , Thomas A. Schmitz wrote: When I add this at the beginning of the file: \definebodyfontenvironment[10.5pt] \starttypescript [serif] [default] [size]

Re: [NTG-context] LM typsescript problem

2009-02-24 Thread Thomas A. Schmitz
On Feb 24, 2009, at 3:46 PM, Alan Bowen wrote: Thanks, Thomas! Its does indeed compile. But the font size for the Greek is still wrong. Alan With your test file, I get properly scaled Greek output both in text and footnotes. So what is wrong with your output? Thomas

Re: [NTG-context] LM typsescript problem

2009-02-24 Thread Alan Bowen
The Greek is not scaled at 2.15 See the attachment. Alan LMGreekTest.pdf Description: Adobe PDF document On Feb 24, 2009, at 10;01,44 , Thomas A. Schmitz wrote: On Feb 24, 2009, at 3:46 PM, Alan Bowen wrote: Thanks, Thomas! Its does indeed compile. But the font size for the Greek is

Re: [NTG-context] LM typsescript problem

2009-02-24 Thread Thomas A. Schmitz
On Feb 24, 2009, at 4:13 PM, Alan Bowen wrote: The Greek is not scaled at 2.15 See the attachment. Alan Here's my output: test.pdf Description: Adobe PDF document ___ If your question is of interest to

Re: [NTG-context] LM typsescript problem

2009-02-24 Thread Alan Bowen
Well, that is what it should be. So the problem is definitely on my box. But where? I have no idea right now about how to test this further. Alan On Feb 24, 2009, at 10;22,01 , Thomas A. Schmitz wrote: On Feb 24, 2009, at 4:13 PM, Alan Bowen wrote: The Greek is not scaled at 2.15 See

Re: [NTG-context] Making necessary OpenType features on by default

2009-02-24 Thread Idris Samawi Hamid
On Mon, 23 Feb 2009 16:23:59 -0700, Hans Hagen pra...@wxs.nl wrote: a quick start but with bad output is not the way to go I was about to forget why I didn't like font fallbacks in the first place, the current font fallback mechanism assigns fonts per Unicode characters, this is fine until

Re: [NTG-context] LM typsescript problem

2009-02-24 Thread Alan Bowen
Thomas— Did you test this on a Mac? Alan On Feb 24, 2009, at 10;22,01 , Thomas A. Schmitz wrote: On Feb 24, 2009, at 4:13 PM, Alan Bowen wrote: The Greek is not scaled at 2.15 See the attachment. Alan Here's my output: test.pdf

Re: [NTG-context] Font with compreensive unicode

2009-02-24 Thread Idris Samawi Hamid
Hi Maurí­cio, On Mon, 23 Feb 2009 18:39:28 -0700, Maurí­cio briqueabra...@yahoo.com wrote: Is there a font I could select that would give me a wide set of unicode characters? You can also use fallbacks to fill in any holes you may encounter... Best wishes Idris -- Professor Idris

Re: [NTG-context] LM typsescript problem

2009-02-24 Thread Thomas A. Schmitz
On Feb 24, 2009, at 4:42 PM, Alan Bowen wrote: Well, that is what it should be. So the problem is definitely on my box. But where? I have no idea right now about how to test this further. Alan I'm aware we have made you install lots of versions, in vain. Nevertheless, I would suggest

[NTG-context] Can't find CFF table, not related to extension

2009-02-24 Thread Maurí­cio
Hi, I get this error with a font I just downloaded. It's my first attempt at using a font not provided with context minimals: %% !luaTeX error (file /home/mauricio/fontes/TITUSCBZ.TTF): can't find table `CFF ' == Fatal error occurred, no output PDF file produced! %% I found a thread on the

Re: [NTG-context] Making necessary OpenType features on by default

2009-02-24 Thread Hans Hagen
Idris Samawi Hamid wrote: On Mon, 23 Feb 2009 16:23:59 -0700, Hans Hagen pra...@wxs.nl wrote: a quick start but with bad output is not the way to go I was about to forget why I didn't like font fallbacks in the first place, the current font fallback mechanism assigns fonts per Unicode

Re: [NTG-context] LM typsescript problem

2009-02-24 Thread Thomas A. Schmitz
On Feb 24, 2009, at 4:53 PM, Alan Bowen wrote: Thomas— Did you test this on a Mac? Alan Yes: sw_vers ProductName:Mac OS X ProductVersion: 10.5.6 BuildVersion: 9G55 ctxtools --contextversion CtxTools | context version: 2009.02.17 18:50 (/Users/tas/context/tex/

[NTG-context] beta release

2009-02-24 Thread Hans Hagen
Hi, As prelude to LuaTeX 0.40 there is now a beta 0.35. I uploaded a context beta that matches this version. The most important move is that we now have a new math subsystem. (Specially for Mojca: iwona seems to work ok). Apart from bringin unicode math this also gives a better performance.

Re: [NTG-context] LM typsescript problem

2009-02-24 Thread Alan Bowen
Thomas— Before I turn to your other messages (which I will follow up on, since I prefer very much to be current). \usemodule[oldgreek] [font=GreekDioxipe,scale=2.15,altfont=GreekCanonica,altscale=0.9] instead of \usemodule[ancientgreek]... gives the desired output. Alan On Feb 24,

Re: [NTG-context] Can't find CFF table, not related to extension

2009-02-24 Thread Mehdi Omidali
Make sure that there is no space in the font name. On 2/24/09, Maurí­cio briqueabra...@yahoo.com wrote: Hi, I get this error with a font I just downloaded. It's my first attempt at using a font not provided with context minimals: %% !luaTeX error (file /home/mauricio/fontes/TITUSCBZ.TTF):

Re: [NTG-context] Can't find CFF table, not related to extension

2009-02-24 Thread luigi scarso
On Tue, Feb 24, 2009 at 4:59 PM, Maurí­cio briqueabra...@yahoo.com wrote: Hi, I get this error with a font I just downloaded. It's my first attempt at using a font not provided with context minimals: %% !luaTeX error (file /home/mauricio/fontes/TITUSCBZ.TTF): can't find table `CFF '  ==

Re: [NTG-context] mkiv ppchtex greek character bug

2009-02-24 Thread Hans Hagen
Alan BRASLAU wrote: There appears to be a bug in mkiv with greek letters (and other math symbols?) within ppchtex. I am using the latest conTeXt minimals: (This is LuaTeX, Version snapshot-0.35.0 ConTeXt ver: 2009.01.18 14:39 MKIV fmt: 2009.2.24 int: english/english)

Re: [NTG-context] LM typsescript problem

2009-02-24 Thread Alan Bowen
Thomas— I updated my original ConTeXtMinimals with --context=alpha (ConTeXt ver: 2009.02.24 16:36 MKII) and tried the test file. By the way, I got the same errors as before when the install script came to luatex, so I guess that is still broken. Anyway, no joy: the Greek is still the

Re: [NTG-context] LM typsescript problem

2009-02-24 Thread Thomas A. Schmitz
On Feb 24, 2009, at 6:36 PM, Alan Bowen wrote: Thomas— I updated my original ConTeXtMinimals with --context=alpha (ConTeXt ver: 2009.02.24 16:36 MKII) and tried the test file. By the way, I got the same errors as before when the install script came to luatex, so I guess that is still

Re: [NTG-context] PDF/X-1A

2009-02-24 Thread luigi scarso
By the way, is there any way to check PDF/X-1A compatibility without a proprietary tool? AFIK none. BTW pitstop and adobe are the most important players in this area, so a certificate made from pitstop/adobe has more credibility than that one make from an open source tool -- luigi

Re: [NTG-context] PDF/X-1A

2009-02-24 Thread Hans Hagen
Antoine Junod wrote: Okay I did it but it is still not accepted by my printer (with no other details than 'not pdf/x-a1...'). just ask him for a printed report; validators can do that Hans -

Re: [NTG-context] PDF/X-1A

2009-02-24 Thread Tobias Burnus
Antoine Junod wrote: Okay I did it but it is still not accepted by my printer (with no other details than 'not pdf/x-a1...'). You could also try to use Ghostscript with PDF/X3 option, cf. http://pages.cs.wisc.edu/~ghost/doc/cvs/Ps2pdf.htm#PDFX Example command is: gs -dPDFX -dBATCH -dNOPAUSE

Re: [NTG-context] beta release

2009-02-24 Thread Wolfgang Schuster
Am 24.02.2009 um 17:09 schrieb Hans Hagen: As prelude to LuaTeX 0.40 there is now a beta 0.35. I uploaded a context beta that matches this version. The most important move is that we now have a new math subsystem. (Specially for Mojca: iwona seems to work ok). Apart from bringin unicode

Re: [NTG-context] mkiv ppchtex greek character bug

2009-02-24 Thread Alan BRASLAU
Thanks for the very rapid reply. On Tuesday 24 February 2009 18:23:48 Hans Hagen wrote: ConTeXt ver: 2009.01.18 14:39 MKIV fmt: 2009.2.24 int: english/english) ^^ way too old So things move fast! get the zip from the website, I'm not sure which zip you

Re: [NTG-context] LM typsescript problem

2009-02-24 Thread Alan Bowen
Thanks, Thomas, it now works as it should! Repairing the way I had installed LM was the solution. I am not sure how you got the desired output using my original test file, but never mind. It now works, the journal can proceed, and I am very grateful for your guidance in sorting this out.

Re: [NTG-context] LM typsescript problem

2009-02-24 Thread luigi scarso
On Tue, Feb 24, 2009 at 7:23 PM, Alan Bowen acbo...@princeton.edu wrote: Thanks, Thomas, it now works as it should! Repairing the way I had installed LM was the solution. I am not sure how you got the desired output using my original test file, but never mind. It now works, the journal can

Re: [NTG-context] LM typsescript problem

2009-02-24 Thread Alan Bowen
Luigi--- I did this because I thought it was necessary (in MKII at least) to install/define fonts after setting up margin kerning and hanging punctuation---which means that Latin Modern has be re-installed/re- defined if margin kerning etc are to take effect. Is this still right?

Re: [NTG-context] LM typsescript problem

2009-02-24 Thread luigi scarso
On Tue, Feb 24, 2009 at 7:49 PM, Alan Bowen acbo...@princeton.edu wrote: Luigi--- I did this because I thought it was necessary (in MKII at least)  to install/define fonts after setting up margin kerning and hanging punctuation---which means that Latin Modern has be re-installed/re-defined if

Re: [NTG-context] Can't find CFF table, not related to extension

2009-02-24 Thread Taco Hoekwater
luigi scarso wrote: On Tue, Feb 24, 2009 at 4:59 PM, Maurí­cio briqueabra...@yahoo.com wrote: Hi, I get this error with a font I just downloaded. It's my first attempt at using a font not provided with context minimals: %% !luaTeX error (file /home/mauricio/fontes/TITUSCBZ.TTF): can't find

Re: [NTG-context] LM typsescript problem

2009-02-24 Thread Alan Bowen
Not every font, Luigi. Just Latin Modern because ConTeXt comes with it installed already. I am assuming, of course, that it is still true that margin kerning etc. must de set up before a font is installed for it to affect that font. Alan On Feb 24, 2009, at 13;59,12 , luigi scarso

Re: [NTG-context] LM typsescript problem

2009-02-24 Thread Aditya Mahajan
On Tue, 24 Feb 2009, luigi scarso wrote: On Tue, Feb 24, 2009 at 7:49 PM, Alan Bowen acbo...@princeton.edu wrote: Luigi--- I did this because I thought it was necessary (in MKII at least)  to install/define fonts after setting up margin kerning and hanging punctuation---which means that Latin

[NTG-context] Punctuation

2009-02-24 Thread Wolfgang Schuster
On Sun, Feb 15, 2009 at 5:27 PM, Wolfgang Schuster schuster.wolfg...@googlemail.com wrote: Hi, with the persian interface each character has now the catcode 11 and this cause a few problems in the input with puctuation, see below. \starttext »\CONTEXT« and »\CONTEXT’ interface« \stoptext

Re: [NTG-context] \setbuffer

2009-02-24 Thread Wolfgang Schuster
On Sat, Feb 14, 2009 at 10:09 AM, Wolfgang Schuster schuster.wolfg...@googlemail.com wrote: Hi Hans, why is \setbuffer not defined with \long, I want to use it as part of a macro and need it to allow paragraphs as content. Can you change this? TIA, Wolfgang

[NTG-context] \digits

2009-02-24 Thread Wolfgang Schuster
On Sun, Feb 15, 2009 at 5:04 PM, Wolfgang Schuster schuster.wolfg...@googlemail.com wrote: Hi, the \digits command cause a error message with the last beta in MkIV. % engine=luatex \starttext \digits{1.000} \stoptext ! \textfont 1 is undefined (character :). \mathematics #1-\relax

Re: [NTG-context] LM typsescript problem

2009-02-24 Thread Alan Bowen
That is what he means, Aditya! *–) Many thanks. A. On Feb 24, 2009, at 14;57,06 , Aditya Mahajan wrote: On Tue, 24 Feb 2009, luigi scarso wrote: On Tue, Feb 24, 2009 at 7:49 PM, Alan Bowen acbo...@princeton.edu wrote: Luigi--- I did this because I thought it was necessary (in MKII at

Re: [NTG-context] LM typsescript problem

2009-02-24 Thread Hans Hagen
Alan Bowen wrote: Luigi--- I did this because I thought it was necessary (in MKII at least) to install/define fonts after setting up margin kerning and hanging punctuation---which means that Latin Modern has be re-installed/re-defined if margin kerning etc are to take effect. Is this still

Re: [NTG-context] LM typsescript problem

2009-02-24 Thread Alan Bowen
So, does MKIV do away with this requirement, Hans? Alan On Feb 24, 2009, at 15;21,02 , Hans Hagen wrote: Alan Bowen wrote: Luigi--- I did this because I thought it was necessary (in MKII at least) to install/define fonts after setting up margin kerning and hanging punctuation---which

Re: [NTG-context] LM typsescript problem

2009-02-24 Thread luigi scarso
On Tue, Feb 24, 2009 at 9:12 PM, Alan Bowen acbo...@princeton.edu wrote: That is what he means, Aditya! *–) Many thanks. A. ah ok. this one \usetypescript[serif,sans,mono][hanging][pure] \setupalign[hanging] \usetypescript[modern-base][texnansi] % a simplified latin-modern typescript

Re: [NTG-context] Making necessary OpenType features on by default

2009-02-24 Thread Khaled Hosny
On Mon, Feb 23, 2009 at 04:19:13PM -0700, Idris Samawi Hamid ادريس سماوي حامد wrote: OK, here is an initial version. The glyphs are scaled up since Scheherazade is tiny, fixed الله ligature, added لله and فلله ligatures as well, fixed the swash kaf and the Sindi meem and a bunch of Quranic

Re: [NTG-context] Can't find CFF table, not related to extension

2009-02-24 Thread Maurí­cio
try to rename TITUSCBZ.TTF to TITUSCBZ.ttf If that doesn't work, then I would like a small test file and a pointer to the font, please. Here are the sites where I finded about this font and then downloaded it: http://en.wikipedia.org/wiki/TITUS_Cyberbit_Basic

Re: [NTG-context] LM typsescript problem

2009-02-24 Thread Hans Hagen
Alan Bowen wrote: So, does MKIV do away with this requirement, Hans? yes - Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53

Re: [NTG-context] LM typsescript problem

2009-02-24 Thread Alan Bowen
Luigi— I do not know if what you suggest will work with Thomas’ Greek module. What I have now (thanks to Thomas) in my environment file is: \usetypescript[serif,sans,mono,mm][hanging][normal] \setupalign[hz,hanging] \setupfootnotes[align={hz,hanging}] \startfonthandling[greekpure]

Re: [NTG-context] Can't find CFF table, not related to extension

2009-02-24 Thread Taco Hoekwater
Maurí­cio wrote: try to rename TITUSCBZ.TTF to TITUSCBZ.ttf If that doesn't work, then I would like a small test file and a pointer to the font, please. Here are the sites where I finded about this font and then downloaded it: http://en.wikipedia.org/wiki/TITUS_Cyberbit_Basic

Re: [NTG-context] Can't find CFF table, not related to extension

2009-02-24 Thread Wolfgang Schuster
Am 24.02.2009 um 21:42 schrieb Maurí cio: \definefontsynonym [myfont] [name:/home/mauricio/fontes/TITUSCBZ.ttf] \definefontsynonym [myfont] [file:TITUSCBZ] or \definefontsynonym [myfont] [name:tituscyberbitbasic] Wolfgang

Re: [NTG-context] Can't find CFF table, not related to extension

2009-02-24 Thread luigi scarso
\enableregime[utf] \mainlanguage[en] \definefontsynonym [myfont] [file:TITUSCBZ.TTF] \definefont [tudo] [myfont at 25pt] \starttext \tudo Here is my text. \stoptext works ok here . -- luigi ___ If your

Re: [NTG-context] LM typsescript problem

2009-02-24 Thread luigi scarso
good . On Tue, Feb 24, 2009 at 9:52 PM, Alan Bowen acbo...@princeton.edu wrote: Luigi— I do not know if what you suggest will work with Thomas’ Greek module. What I have now (thanks to Thomas) in my environment file is: \usetypescript[serif,sans,mono,mm][hanging][normal]

Re: [NTG-context] \digits

2009-02-24 Thread Taco Hoekwater
Wolfgang Schuster wrote: On Sun, Feb 15, 2009 at 5:04 PM, Wolfgang Schuster schuster.wolfg...@googlemail.com wrote: Hi, the \digits command cause a error message with the last beta in MkIV. This took much more longer than it should. In supp-num.tex, there is this definition:

Re: [NTG-context] slower access to ConTeXt generated pdfs in Windows Vista

2009-02-24 Thread Alan Stone
On Tue, Feb 24, 2009 at 2:23 PM, Hans Hagen pra...@wxs.nl wrote: Alan Stone wrote: It's a portable with Intel Core Duo CPU P8400 2.26 GHz, 4Gb memory. hm, then rendering shoul dbe ok; maybe there is something special with your documents Wouldn't know what's so special about them:

Re: [NTG-context] PDF/X-1A

2009-02-24 Thread J.A.J. Pater
Tobias Burnus schreef: You could also try to use Ghostscript with PDF/X3 option, cf. http://pages.cs.wisc.edu/~ghost/doc/cvs/Ps2pdf.htm#PDFX Example command is: gs -dPDFX -dBATCH -dNOPAUSE -dNOOUTERSAVE -dUseCIEColor -sDEVICE=pdfwrite -sOutputFile=out-x3.pdf PDFX_def.ps input.ps If I

Re: [NTG-context] \digits

2009-02-24 Thread Hans Hagen
Taco Hoekwater wrote: Wolfgang Schuster wrote: On Sun, Feb 15, 2009 at 5:04 PM, Wolfgang Schuster schuster.wolfg...@googlemail.com wrote: Hi, the \digits command cause a error message with the last beta in MkIV. This took much more longer than it should. In supp-num.tex, there is this

Re: [NTG-context] mkiv ppchtex greek character bug

2009-02-24 Thread Hans Hagen
Alan BRASLAU wrote: There appears to be a bug in mkiv with greek letters (and other math symbols?) within ppchtex. I am using the latest conTeXt minimals: (This is LuaTeX, Version snapshot-0.35.0 ConTeXt ver: 2009.01.18 14:39 MKIV fmt: 2009.2.24 int: english/english) (Almost) minimal

Re: [NTG-context] mkiv ppchtex greek character bug

2009-02-24 Thread Hans Hagen
Alan BRASLAU wrote: There appears to be a bug in mkiv with greek letters (and other math symbols?) within ppchtex. I am using the latest conTeXt minimals: (This is LuaTeX, Version snapshot-0.35.0 ConTeXt ver: 2009.01.18 14:39 MKIV fmt: 2009.2.24 int: english/english) (Almost) minimal

Re: [NTG-context] mkiv ppchtex greek character bug

2009-02-24 Thread Hans Hagen
Hans Hagen wrote: the \alpha shows up, the α not (not sure why) you need the mathematical alpha \startTEXpage \startchemical[width=fit,height=fit] \chemical[ONE,Z0,MOV1,SB5,Z0][C_{\alpha},C_{\utfchar{1D6FC}}] \stopchemical \stopTEXpage