diff options
Diffstat (limited to 'Master/texmf-doc/doc/german/latex-tipps-und-tricks/echem2.tex')
-rw-r--r-- | Master/texmf-doc/doc/german/latex-tipps-und-tricks/echem2.tex | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Master/texmf-doc/doc/german/latex-tipps-und-tricks/echem2.tex b/Master/texmf-doc/doc/german/latex-tipps-und-tricks/echem2.tex new file mode 100644 index 00000000000..9ddc784e7af --- /dev/null +++ b/Master/texmf-doc/doc/german/latex-tipps-und-tricks/echem2.tex @@ -0,0 +1,14 @@ +\documentclass[a4paper,12pt]{report} +\usepackage{german,echem} + +\begin{document} +\noindent +Ringe k"onnen als Textformel +CH\3\sbond\atomconnect{C}{H\2\sbond CH\2\sbond}{C}H\sbond CH\3 + gesetzt werden, wie zum Beispiel das 1,2-Dimethylcyclopropan oder +\atomconnect{C}{H\2\sbond CH\2\sbond}{C}\dbond O +(Cyclopropanon). +Es sind Makros f"ur Indizes (\2 und \3) sowie Einfach- und +Doppelbindungen vorhanden: H\2C\dbond N\sbond OH. + +\end{document} |