XyMTeX

{{Infobox software

| name = XyMTeX

| logo = XyMTeX.svg

| logo alt = The XyMTeX logo

| author = {{nihongo|Shinsaku Fujita|藤田眞作|Fujita Shinsaku}}

| developer = Shinsaku Fujita

| released = {{Start date and age|1993|12|01|df=yes}}{{cite web |last1=Fujita |first1=Shinsaku |title=XyMTeX: A Macro Package Set for Typesetting Chemical Structural Formulas |date=1996-08-16 |publisher=Ashigara Research Laboratories |location=Minami-Ashigara, Kanagawa, Japan |page=2 |edition=1.01 |url=http://xymtex.com/fujitas3/xymtex/xym101/xymdvi/xymtex.dvi |format=DVI |access-date=10 April 2019 |ref=1-01-manual |archive-url=https://web.archive.org/web/20080907205934/http://xymtex.com/fujitas3/xymtex/xym101/xymdvi/xymtex.dvi |archive-date=2008-09-07 |url-status=dead}}

| latest release version = 5.06{{cite web |title=CTAN: Package xymtex |url=https://ctan.org/pkg/xymtex |author= |website= CTAN |access-date= 2019-04-10}}

| latest release date = {{Start date and age|2013|09|01|df=yes}}{{cite web |last1=Fujita |first1=Shinsaku |title=XyMTeX for Drawing Chemical Structures |date=2016-09-02 |url=http://xymtex.com/fujitas3/xymtex/indexe.html |access-date=10 April 2019 |ref=official-site |archive-url=https://web.archive.org/web/20180824213724/http://xymtex.com/fujitas3/xymtex/indexe.html |archive-date=2018-08-24 |url-status=live }}

| platform = Multiplatform (TeX)

| size = 15125 KB

| genre = Molecule editor

| license = LaTeX Project Public License 1.3

| website = {{URL|http://xymtex.com/fujitas3/xymtex/indexe.html}}

}}

ΧyMTeΧ is a macro package for TeX which renders high-quality chemical structure diagrams. Using the typesetting system, the name is styled as {{Stylized LaTeX|6}}. It was originally written by {{nihongo|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}

File:Cortiscosterone.svg

See also

References