summaryrefslogtreecommitdiff
path: root/info/examples/ltt/ochem1.tex
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /info/examples/ltt/ochem1.tex
Initial commit
Diffstat (limited to 'info/examples/ltt/ochem1.tex')
-rw-r--r--info/examples/ltt/ochem1.tex37
1 files changed, 37 insertions, 0 deletions
diff --git a/info/examples/ltt/ochem1.tex b/info/examples/ltt/ochem1.tex
new file mode 100644
index 0000000000..6069450ad1
--- /dev/null
+++ b/info/examples/ltt/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