I read about Xymtex and I like the somewhat easier format. I am close to drawing the structure but not quite there.
Does anyone know how I can draw the structure closer to what the compound should actually look like?
I'm also open to a different method if there is something better than Xymtex for what I want to do.
So far I have:
Code: Select all
Code, edit and compile here:
\documentclass{article}% \usepackage{xymtexps} % enables PS-mode\usepackage{xymtex} % if using pdflatex\begin{document}1. basic structure \\\tetrahedral{0==P;1D==O;2==CH$_3$CH$_2$O;3==OCH$_2$CH$_3$;4==OCH$_2$CH$_3$}\\2. A little more advanced but the bottom bond of P does not look correct \\\tetrahedral{0==P;1D==O;2==\trimethylenei{3==O}{3==(yl)};3==\trimethylenei{1==O}{1==(yl)};4==\trimethylene{1==O}{1==(yl)}}\\3. Even better but I don't know how to make the bottom bond on P. Here is my best effort which creates both bonds on the top of P \\~\\\heptamethylene{3==O;4==P;5==O}{4D==O;4Sa==\trimethylene{1==O}{1==(yl)}}\\\end{document}