Science  People  Locations  Timeline
Index: A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Home > XyMTeX


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; ==\lmoiety{H$_{3}$C}; ==\lmoiety{H$_{3}$C}; ==HO}}
   \put(684,606){\sixunitv{}{2D==O;1==OH}{cdef}}
\end{picture}
\end{document}


1 See also

2 Source code

3 External links


This article is a stub. You can help Wikipedia by [ ṣlocalurl: : |action=edit}} expanding it].



Read more »

Non User