XyMTeX
From Wikipedia, the free encyclopedia
ΧΥΜΤΕΧ, written XyMTeX in plain text, is a macro package for TeX which renders high-quality chemical structure diagrams. Using the typesetting system, the name is styled as . It was originally written by 藤田 眞作 (FUJITA, Shinsaku). Molecules are defined by TeX markup.
[edit] Example
The following code produces the image for corticosterone below.
\documentclass{letter}
\usepackage{epic,carom}
\pagestyle{empty}
\begin{document}
\begin{picture}(1000,500)
\put(0,0){\steroid[d]{3D==O;{{10}}==\lmoiety{H$_{3}$C};{{13}}==\lmoiety{H$_{3}$C};{{11}}==HO}}
\put(684,606){\sixunitv{}{2D==O;1==OH}{cdef}}
\end{picture}
\end{document}
[edit] See also
[edit] External links
- Shonan Institute of Chemoinformatics and Mathematical Chemistry
- Fujita Shinsaku TeX/LaTeX Page—XyMTeX System (in English) — Download of XyMTeX Version 4.03 and its manuals.
- Fujita Shinsaku TeX/LaTeX Page—XyMTeX System (in Japanese) — Download of XyMTeX Version 4.03 and its manuals.
- the Comprehensive TeX Archive Network (CTAN)
- Downloading and Installing XyMTeX (Version 3.00)
- Shinsaku Fujita, A Macro Package for Typesetting Chemical Structural Formulas — Manual for XyMTeX Version 1.00
- WikiTeX now includes support for XyMTeX directly in Wiki articles.
- [1] XyMTeX Google groups page.
- [2] An article that discusses XyMTeX from The PracTeX Journal.