XyMTeX: Difference between revisions
Appearance
Content deleted Content added
mNo edit summary |
→External links: WikiTeX |
||
Line 28: | Line 28: | ||
*[http://imt.chem.kit.ac.jp/fujita/fujitas3/xymtex/xym300/xymup3.html XyMTeX Ver 3.00] (in [[Japanese language|Japanese]]) |
*[http://imt.chem.kit.ac.jp/fujita/fujitas3/xymtex/xym300/xymup3.html XyMTeX Ver 3.00] (in [[Japanese language|Japanese]]) |
||
*Shinsaku Fujita, [http://www-texdev.mpce.mq.edu.au/l2h/ChemTeX/xymtex/xymtex.html A Macro Package for Typesetting Chemical Structural Formulas] - Manual for XyMTeX Version 1.00 |
*Shinsaku Fujita, [http://www-texdev.mpce.mq.edu.au/l2h/ChemTeX/xymtex/xymtex.html A Macro Package for Typesetting Chemical Structural Formulas] - Manual for XyMTeX Version 1.00 |
||
*[http://wikisophia.org/wiki/Wikitex#Xymtex WikiTeX] now includes support for XyMTeX directly in Wiki articles. |
|||
Revision as of 23:11, 6 September 2004
XyMTeX or XΥMTeX is an open source macro package for TeX which renders high-quality chemical structure diagrams. Molecules are defined by TeX markup, e.g. the following code produces the image for corticosterone at right.
\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}
See also
Source code
External links
- Downloading and Installing XyMTeX
- XyMTeX Ver 3.00 (in Japanese)
- 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.