XyMTeX
From Wikipedia, the free encyclopedia
ΧyMTeΧ is a macro package for TeX which renders high-quality chemical structure diagrams. Using the typesetting system, the name is styled as XϒMTeX. It was originally written by Shinsaku Fujita (藤田眞作, Fujita Shinsaku). Molecules are defined by TeX markup.
Original authorsShinsaku Fujita (藤田眞作, Fujita Shinsaku)
DeveloperShinsaku Fujita
Initial release1 December 1993[1]
| XyMTeX | |
|---|---|
| Original authors | Shinsaku Fujita (藤田眞作, Fujita Shinsaku) |
| Developer | Shinsaku Fujita |
| Initial release | 1 December 1993[1] |
| Stable release | |
| Platform | Multiplatform (TeX) |
| Size | 15125 KB[3] |
| Type | Molecule editor |
| License | LaTeX Project Public License 1.3[2] |
| Website | xymtex |
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}
