On Sat, 30 Aug 2008, Philipp Moritz wrote:
Hello,
I can confirm that this file fails with MKIV, but works fine with MKII. It seems that supp-mps is not loaded under MKIV.
does there exist a workaround for mkiv? I tried
\usemodule[chemic]
For the time being add this after loading chemic. \unprotect \def\MPdivten[#1]% {\@EA\@EA\@EA\doMPdivten\@EA\@EA\@EA[\@EA#1]} \def\doMPdivten[#1]% {\ifnum#1> 9999 \dodoMPdivtenB#1\else \ifnum#1> 999 \dodoMPdivtenC#1\else \ifnum#1> 99 \dodoMPdivtenD#1\else \ifnum#1> 9 \dodoMPdivtenE#1\else \ifnum#1> 0 \dodoMPdivtenF#1\else \ifnum#1<-9999 \dodoMPdivtenA#1\else \ifnum#1< -999 \dodoMPdivtenB#1\else \ifnum#1< -99 \dodoMPdivtenC#1\else \ifnum#1< -9 \dodoMPdivtenD#1\else \ifnum#1< 0 \dodoMPdivtenE#1\else 0 \fi\fi\fi\fi\fi\fi\fi\fi\fi\fi} \def\dodoMPdivtenA#1#2#3#4#5#6{#1#2#3#4#5.#6} \def\dodoMPdivtenB #1#2#3#4#5{#1#2#3#4.#5} \def\dodoMPdivtenC #1#2#3#4{#1#2#3.#4} \def\dodoMPdivtenD #1#2#3{#1#2.#3} \def\dodoMPdivtenE #1#2{#1.#2} \def\dodoMPdivtenF #1{.#1} \protect Aditya