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 days ago, I was facing another trouble pointed out by the following MCE: \listfiles{} \documentclass{article} \usepackage{etex,m-pictex,m-ch-en} \begin{document} \startchemical \chemical{2H_2,PLUS,O_2,GIVES,2H_2O} \stopchemical \end{document} The error is: ! Undefined control sequence. \dodogetgroupargument ->\normalifx \nextargument \bgroup \endrobusttest \nos... l.6 \chemical{ 2H_2,PLUS,O_2,GIVES,2H_2O} ? Here is my files list: *File List* article.cls 2007/10/19 v1.4h Standard LaTeX document class size10.clo 2007/10/19 v1.4h Standard LaTeX file (size option) etex.sty 1998/03/26 v2.0 eTeX basic definition package (PEB) m-pictex.sty 2004/07/30 package wrapper for m-pictex.tex m-pictex.tex m-ch-en.sty 2004/07/30 package wrapper for m-ch-en.tex m-ch-en.tex It seems that mkiv seems still not ok with my up-to-date TeX Live 2009, as: $ more test-context-minimal.tex \starttext Hello World! \stoptext $ context test-context-minimal.tex MTXrun | unknown script 'context.lua' or 'mtx-context.lua' But mkii is ok (tested with `texexec test-context-minimal.tex`). And, with mkii, the following ppchtex MCE is OK: \usemodule[pictex,chemic] \starttext \startchemical \chemical[SIX,B,R,RZ][1,2,3,4,5,6] \stopchemical \stoptext Thanks in advance for any hint... -- Denis
On 17-4-2010 11:10, Denis Bitouzé wrote:
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 days ago, I was facing another trouble pointed out by the following MCE:
\listfiles{} \documentclass{article} \usepackage{etex,m-pictex,m-ch-en} \begin{document} \startchemical \chemical{2H_2,PLUS,O_2,GIVES,2H_2O} \stopchemical \end{document}
The error is:
! Undefined control sequence. \dodogetgroupargument ->\normalifx
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? i font, get the cont-tmf.zip file from our website and unzip it in your tex tree (and run mktexlsr afterwards) Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
Le dimanche 18/04/10 à 23h23,
Hans Hagen
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: [bitouze@drums ~]$ kpsewhich ppchtex.noc /usr/local/texlive/2009/texmf-dist/tex/generic/context/ppchtex.noc [bitouze@drums ~]$ cd /usr/local/texlive/2009/texmf-dist/tex/generic/context/ [bitouze@drums context]$ more ppchtex.noc | grep mkii \input supp-mis.mkii \let\writestatus\undefined \input syst-gen.mkii \input syst-fnt.mkii \input ppchtex.mkii [bitouze@drums context]$ Thanks for any further idea! ;) -- Denis
On 22-4-2010 11:30, Denis Bitouzé wrote:
Le dimanche 18/04/10 à 23h23, Hans Hagen
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:
[bitouze@drums ~]$ kpsewhich ppchtex.noc /usr/local/texlive/2009/texmf-dist/tex/generic/context/ppchtex.noc [bitouze@drums ~]$ cd /usr/local/texlive/2009/texmf-dist/tex/generic/context/ [bitouze@drums context]$ more ppchtex.noc | grep mkii \input supp-mis.mkii \let\writestatus\undefined \input syst-gen.mkii \input syst-fnt.mkii \input ppchtex.mkii [bitouze@drums context]$
and are you sure that these files are loaded? Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
participants (2)
-
Denis Bitouzé
-
Hans Hagen