Jump to content

XyMTeX: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
m Update XymTeX versions from 5.00a to 5.01 (actual version from 2013-11-09)
Line 20: Line 20:
==See also==
==See also==
* [[PPCHTeX]] (<span style="text-transform: lowercase">PPCH</span>T<span style="text-transform: uppercase; margin-left: -0.1667em; vertical-align: -0.5ex; line-height: 0; margin-right: -0.125em">e</span>X)
* [[PPCHTeX]] (<span style="text-transform: lowercase">PPCH</span>T<span style="text-transform: uppercase; margin-left: -0.1667em; vertical-align: -0.5ex; line-height: 0; margin-right: -0.125em">e</span>X)
* [[Molecule editor]]


==External links==
==External links==

Revision as of 07:39, 14 March 2015

XyMTeX 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.

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}
Corticosterone as rendered by XyMTeX

See also