blob: c49b430697d9e492f27e96fe906859e7f3b36702 (
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
|
%INPUT.DTB
%1
%
%LaTeX "\input{DATEI}" ---> Info mit <ALT-F2> <---
%2
%
%beliebiger Text
\begin{folie}
\titel{Mathematische Formeln}
\untertitel{Exponenten und Indizes:}
\begin{displaymath}
x^5 \qquad x_1
\end{displaymath}
\begin{verbatim}
x^5 \qquad x_1
\end{verbatim}
\untertitel{Wurzeln:}
\begin{displaymath}
\sqrt{x^2+\sqrt[3]{y}}
\end{displaymath}
\begin{verbatim}
\sqrt{x^2+\sqrt[3]{y}}
\end{verbatim}
\untertitel{Br"uche:}
\begin{displaymath}
\frac{1}{\frac{x^2+y^2+z^2}{x+y}}
\end{displaymath}
\begin{verbatim}
\frac{1}{\frac{x^2+y^2+z^2}{x+y}}
\end{verbatim}
\end{folie}
%-
%
%-
%
|