summaryrefslogtreecommitdiff
path: root/info/examples/ltt/ochem2.tex
blob: 909d77b0b4f33f11deedfffcc257ee24bb462a18 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
\documentclass[a4paper,12pt]{report}
\usepackage{german,ochem}
\begin{document}

Als Beispiel f"ur ein gleitendes Reaktionsschema soll die Synthese
der Chrysanthemums"aure in Schema~\ref{chrysanth} dienen.

\begin{schema}
\begin{chemistry}[darv1]
set("rArrowExtend",18)
joinv(2,B)
{ joinv(2,B)
  { formula(T,B)
    { bond(30,=; -30; 30)
      branch { bond(150);  bond(30) atom("OH",L); } bond(-30)
    }
    arrow(-90){ text(T,L){formula(C,C){atom("HBr")}}}
    formula(T,B)
    { atom("Br") bond(30; -30; 30,=)
      branch { bond(90); } bond(-30)
    };

    formula(T,B,"Tosylchlorid",V,24)
    { ring(){ 2: bond(r); 5: bond(r) atom("SO$_2$Cl",L); }
    }
    arrow(-90)
    {  text(T,L){formula(C,C){atom("NaOH")}}
       text(B,L){formula(C,C){atom("Zn")}}
    }
    formula(T,B)
    { ring(){ 2: bond(r); 5: bond(r) atom("SO$_2$Na",L); }
    };
  }
  arrow(-90){} % 80%

  formula(T,B)
  { ring(){ 2: bond(r);
            5: bond(r) atom("SO$_2$",L,R) bond(30; -30; 30,=)
               branch{bond(90);} bond(-30); }
  };

  formula(T,B,"3-Methylbutens""aure",V,24)
  { bond(30) branch{ bond(90); } bond(-30,=; 30) atom("COOH",L)
  }
  arrow(-90){ text(T,L){formula(C,C){atom("CH$_3$OH")}}}
  formula(T,B)
  { bond(30) branch{ bond(90); } bond(-30,=; 30) atom("CO$_2$CH$_3$",L)
  };
}

arrow(-90){ text(T,L){formula(C,C){atom("NaOCH$_3$")}}}

formula(T,B)
{ ring()
  { 3: bond(r);
    0: bond(r) atom("S")
       branch { bond(180,=C) atom("O");
                bond(0,=C) atom("O"); }
       bond(-90)
       saveXY(#1)
       bond(-150) bond(150,=)
         branch { bond(-150); bond(90); }
       restoreXY(#1)
       bond(-30) branch { bond(-150);
                          bond(-30); }
       bond(30)
       branch{ bond(90,s,S) atom("$\ominus$"); }
       bond(-30) atom("CO$_2$CH$_3$",L);
  }
}
bracket()

arrow(-90,10){}
arrow(-90,10){ text(T,L){formula(C,C){atom("KOH")}}}

formula(T,B,"\textit{trans}-Chrysanthemums""aure",V,24)
{ ring(,,H,,3,90)
  { 1: bond(r,<.) atom("COOH",L);
    2: bond(150,<<) bond(-150,=) branch{ bond(-90); bond(150); };
    0: bond(t);
    0: bond(b);
  }
}
\end{chemistry}
\caption{Chemie mit \LaTeX: Die Synthese der Chrysanthemums"aure als 
Beispiel f"ur die Anwendung von \texttt{ochem.sty}.\label{chrysanth}}
\end{schema}

\end{document}