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

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

Post Reply