Hello, Peter Münster wrote:
PPCHTeX seems to be broken in the latest ConTeXt beta version. Here an example (copied from the manual):
If I do a dvips -Ppdf test.dvi I get the following warning: dvips: Could not find figure file ./test-mpgraph.4000; continuing dvips: Could not find figure file ./test-mpgraph.3999; continuing dvips: Could not find figure file ./test-mpgraph.3998; continuing I don't see from the log whether you have them, but in any case a DVI file doesn't carry enough information, you need a Post Script or PDF file.
\usemodule[pictex,chemic] \starttext \startchemical[scale=small,width=6000,height=6000,frame=on] \chemical[SIX,SB2356,DB14,Z2346,SR36,RZ36] [C,N,C,C,H,H_2] \chemical[PB:Z1,ONE,Z0,DIR8,Z0,SB24,DB7,Z27,PE] [C,C,CH_3,O] \chemical[PB:Z5,ONE,Z0,DIR6,Z0,SB24,DB7,Z47,PE] [C,C,H_3C,O] \chemical[SR24,RZ24] [CH_3,H_3C] \stopchemical \stoptext
With 2004.4.9 this works - well, the bonds are a bit randomly distributed but otherwise. Can you state a bit more clearly what should be different from the result you get? Tobias