Hi,
after few hours trying to understand syntax and find proper expression, I decided ask for help...
I need just one figure with structural formula of 2-aminofluorene (see attachment).
If anybody could help, it would be a BIG help for me. Thank you in advance!
Math & Science ⇒ XymTeX
-
- Posts: 2
- Joined: Wed May 18, 2011 1:12 am
XymTeX
- Attachments
-
- 2-aminofluorene
- 153-78-6.gif (1.23 KiB) Viewed 3025 times
NEW: TikZ book now 40% off at Amazon.com for a short time.

XymTeX
Well, I can't help you with XyMTeX, but if you'd use ChemFig instead, then it is easily done:
Code: Select all
\documentclass[parskip=full]{scrartcl}
\usepackage{chemfig}
\begin{document}
\chemfig{*6(=-(--[::60]*6(=-(-NH_2)=-=?-))=?-=-)}
smaller,thicker lines, customized double bonds:
\setatomsep{2em}\setbondstyle{thick}\setdoublesep{3pt}
\chemfig{*6(=-(--[::60]*6(=-(-NH_2)=-=?-))=?-=-)}
\end{document}
- Attachments
-
- 7-aminofluorene.jpg (17.94 KiB) Viewed 3015 times
site moderator & package author
-
- Posts: 2
- Joined: Wed May 18, 2011 1:12 am
Re: XymTeX
Thank you very much, ChemFig package looks much more intuitive than XyMTeX (at first glance, at least:)
-
- Posts: 2
- Joined: Wed Aug 17, 2011 9:09 am
XymTeX
The following is the code for XyMTeX under PostScript Mode (latex --> dvips etc.), or under PDF Mode (latex --> dvipdfmx etc.):
Code: Select all
\documentclass{article}
%\usepackage{xymtexps} % PostScript mode
\usepackage{xymtexpdf} % PDF mode
\begin{document}
\nonaheterov[egj{b\sixfusev[bdf]{}{3==NH$_{2}$}{e}}]{}{}
\end{document}