Has anyone tried XeTeX/ConTeXt with chemical structures?
I've tried a simple molecule but can't make it work.
MWI:
Code: Select all
% !TEX context
\usemodule[chemic]
\setupchemical[width=fit]
\starttext
\startchemical
\chemical[SIX,B,C,MOV2,B,C,R234,RZ234,MOV5,MOV6,B,C,R561,RZ561]
[R,R,R,R,R,R]
\stopchemical
\stoptext
The above should work but does not. I'm using MacTeX (TexLive 2009) updated using tlmgr update --all.
-J