diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/latex-tipps-und-tricks/chemtex.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/latex-tipps-und-tricks/chemtex.tex | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/latex-tipps-und-tricks/chemtex.tex b/Master/texmf-dist/doc/latex/latex-tipps-und-tricks/chemtex.tex new file mode 100644 index 00000000000..b344c5ffcc8 --- /dev/null +++ b/Master/texmf-dist/doc/latex/latex-tipps-und-tricks/chemtex.tex @@ -0,0 +1,18 @@ +\documentclass[a4paper,12pt]{report} +\usepackage{chemtex} +\begin{document} + +\initial + +\begin{figure}[h]\centering +\parbox{.3\textwidth}{\ethene{H}{H$_3$C}{CH$_3$}{Br}} +\hfil +\parbox{.3\textwidth}{\cbranch{H}{S}{H}{S}{C}{S}{}{S}{H} + \xi=-200 \cright{}{Q}{C}{D}{O}{S}{OH}} +\hfil +\parbox{.3\textwidth}{\hetisix{Q}{Q}{Q}{Q}{Q}{Q}{O}{Q}{O} + \xi=-171 \fuseup{Q}{Q}{Q}{Q}{D}{Q}{D}{Q}{D}} +\caption{Chemie mit {\tt CHEMTEX}\label{a1}} +\end{figure} + +\end{document} |