Re: [NTG-context] [ppchtex] \normalifx: Undefined control sequence

2010-04-23 Thread Denis Bitouzé
Le vendredi 23/04/10 à 09h34, Hans Hagen pra...@wxs.nl a écrit : we have context mkii and context mkiv; the new ppchtex module is for mkiv and uses a combination of lua, tex and mp; as context and latex are quite different (and even more when you consider mkiv) the new ppchtex code targets

Re: [NTG-context] [ppchtex] \normalifx: Undefined control sequence

2010-04-22 Thread Denis Bitouzé
Le dimanche 18/04/10 à 23h23, Hans Hagen pra...@wxs.nl a écrit : can you check if your ppchtex.noc file has \input supp-mis.mkii \let\writestatus\undefined \input syst-gen.mkii \input syst-fnt.mkii i.e loads the mkii files? Yes, those lines are present in the file ppchtex.noc:

Re: [NTG-context] [ppchtex] \normalifx: Undefined control sequence

2010-04-22 Thread Denis Bitouzé
Le jeudi 22/04/10 à 13h41, Hans Hagen pra...@wxs.nl a écrit : can you download the cont-tmf.zip file and unzip it in the texmd-dist root? It works! Well almost: no compilation trouble, but an empty page with the following MCE: \documentclass{article} \usepackage{etex,m-pictex,m-ch-en}

Re: [NTG-context] [ppchtex] \normalifx: Undefined control sequence

2010-04-22 Thread Denis Bitouzé
Le jeudi 22/04/10 à 15h21, Denis Bitouzé dbito...@wanadoo.fr a écrit : no compilation trouble Sorry, no error but the following message in the .log file: ppchtex: the {}{}-alternative is not permitted here -- Denis

Re: [NTG-context] [ppchtex] \normalifx: Undefined control sequence

2010-04-22 Thread Denis Bitouzé
Le jeudi 22/04/10 à 16h42, Hans Hagen pra...@wxs.nl a écrit : so use the [][] variant instead ({}{} is for inline) OK, that's better :) But the following MCE: \documentclass{article} \usepackage{etex,m-pictex,m-ch-en} \begin{document} \startchemical \chemical[2H_2,PLUS,O_2,GIVES,2H_2O]

Re: [NTG-context] [ppchtex] \normalifx: Undefined control sequence

2010-04-22 Thread Denis Bitouzé
Le jeudi 22/04/10 à 16h51, Denis Bitouzé dbito...@wanadoo.fr a écrit : But the following MCE: \documentclass{article} \usepackage{etex,m-pictex,m-ch-en} \begin{document} \startchemical \chemical[2H_2,PLUS,O_2,GIVES,2H_2O] \stopchemical \end{document} leads to the messages

Re: [NTG-context] [ppchtex] \normalifx: Undefined control sequence

2010-04-22 Thread Denis Bitouzé
Le jeudi 22/04/10 à 23h32, Hans Hagen pra...@wxs.nl a écrit : btw, in mkiv ppchtex is reimplemented; it still has some flaws but it has more room for extensions and is now part of the context mkiv kernel As I'm not using ConTeXt for the moment (but it may change! :), what are the

Re: [NTG-context] [ppchtex] \normalifx: Undefined control sequence

2010-04-22 Thread Denis Bitouzé
Le jeudi 22/04/10 à 23h30, Hans Hagen pra...@wxs.nl a écrit : sure, in the ppchtex manual; indeed {}{} is used inline (in math mode or not) and [][] between start/stop pairs Well, sorry for my misreading... -- Denis

[NTG-context] [ppchtex] \normalifx: Undefined control sequence

2010-04-17 Thread Denis Bitouzé
Hello, thanks to contributors of this list I was able to use ppchtex with LaTeX when I encountered a \writestatus: Undefined control sequence problem: http://www.ntg.nl/pipermail/ntg-context/2009/044672.html Everything went well (though I have a little use of ppchtex) but, as I tried it some

Re: [NTG-context] [ppchtex] \writestatus: Undefined control sequence

2009-11-04 Thread Denis Bitouzé
Le mercredi 04/11/09 à 09h25, luigi scarso luigi.sca...@gmail.com a écrit : Sorry, this is ConTeXt mailing list, not LaTeX mailing list . OK, but it seems to be a related to ConTeXt problem: [bito...@drums ~]$ kpsewhich m-pictex.sty

Re: [NTG-context] [ppchtex] \writestatus: Undefined control sequence

2009-11-04 Thread Denis Bitouzé
Le mercredi 04/11/09 à 10h01, luigi scarso luigi.sca...@gmail.com a écrit : Can you post a small example with context mkii ? Well, maybe the problem comes from TeX Live 2009, since: $ tlmgr list | grep context i collection-context: ConTeXt format i context: The ConTeXt macro package. i

Re: [NTG-context] [ppchtex] \writestatus: Undefined control sequence

2009-11-04 Thread Denis Bitouzé
Le mercredi 04/11/09 à 10h20, luigi scarso luigi.sca...@gmail.com a écrit : $ texexec test-context It is OK for the MCE Hello world I gave earlier, except the following warning: pdfTeX warning: pdftex: no GlyphToUnicode entry has been inserted yet! The same occurs with chemical formulas. So

Re: [NTG-context] [ppchtex] \writestatus: Undefined control sequence

2009-11-04 Thread Denis Bitouzé
Le mercredi 04/11/09 à 10h55, luigi scarso luigi.sca...@gmail.com a écrit : Can you also post a small example with with chemical formulas so I can check it with latest mkiv minimals ? Here it is: \usemodule[pictex,chemic] \starttext \startchemical \chemical[SIX,B,R,RZ][1,2,3,4,5,6]

[NTG-context] [ppchtex] \writestatus: Undefined control sequence

2009-11-03 Thread Denis Bitouzé
Hello everybody, with a fresh TeX Live 2009 distribution, I cannot compile old files because of \writestatus which seems to be undefined. For instance: \listfiles \documentclass{article} \usepackage[utf8]{inputenc} \usepackage[T1]{fontenc} \usepackage{etex} \usepackage{m-pictex,m-ch-en}