XeTeXXeTeX / ConTeXt

Information and discussion about XeTeX, an alternative for pdfTeX based on e-Tex
Post Reply
verbunk
Posts: 18
Joined: Fri Nov 14, 2008 10:48 pm

XeTeX / ConTeXt

Post by verbunk »

Hi Guys,

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
which I call with texexec --xtx myfile.tex

The above should work but does not. I'm using MacTeX (TexLive 2009) updated using tlmgr update --all.

-J

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

Post Reply