[Tex/LaTex] draw the chemical Structural Formula of Bisphenol A

chemfigdiagramstikz-pgf

I need to draw the chemical structure of Bisphenol A as shown on this page:

http://commons.wikimedia.org/wiki/File:Bisphenol_A.svg

I've also found this presentation how to do it:

http://www.suedraum.de/latex/stammtisch/strukturformeln.pdf

Kindly help me with some guidance.

Best Answer

Here are the fish you wanted, that I caught with texdoc chemfig.

\documentclass{article}
\usepackage{chemfig}
\begin{document}
\setatomsep{2em}
\setdoublesep{.3em}
\renewcommand*\printatom[1]{\ensuremath{\mathsf{#1}}}
\chemfig[line width=1pt]
{
HO-*6(-=-(-(-[::90]CH_3)(-[::-90]CH_3)-*6(-=-(-OH)=-=))=-=)
}
\end{document}

Now your turn to fetch the cane.