diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/latex-tipps-und-tricks/ochem1.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/latex-tipps-und-tricks/ochem1.tex | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/latex-tipps-und-tricks/ochem1.tex b/Master/texmf-dist/doc/latex/latex-tipps-und-tricks/ochem1.tex new file mode 100644 index 00000000000..563d1799ad4 --- /dev/null +++ b/Master/texmf-dist/doc/latex/latex-tipps-und-tricks/ochem1.tex @@ -0,0 +1,37 @@ +\documentclass[a4paper,12pt]{report} +\usepackage{german,ochem} +\begin{document} + +\begin{chemistry}[bsp1] +multiline(1,L) +{ formula(L,R,"(E)-Buten-2") + { atom("H$_3$C",R,R) + bond(30; -30,=; 30) atom("CH$_3$",L) + } + space(R) + formula(L,R,"Essigs""aure") + { atom("H$_3$C",R,R) bond(0) + branch{ bond(45,=C) atom("O",L); + bond(-45) atom("O",C,L) atom("H",L); + atom("C"); + } + } + space(R) + formula(L,R,"Cumarin") + { ring(){ 5: ring(,1,H) + { 3: atom("O"); + 4: bond(30,=C) atom("O");}; + } + } + space(R) + formula(L,R) + { ring(,,H,,4,-45) + { 0: bond(30,<.) atom("Br",L); + 0: bond(-60,<<) atom("OH",L); + } + }; +} +\end{chemistry} + + +\end{document}
\ No newline at end of file |