1%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
2%                             ug documentation                              %
3%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
4
5% Sizes
6\textwidth=155mm
7\textheight=220mm
8\headheight25pt
9\headsep=12mm
10\oddsidemargin=9mm
11\evensidemargin=-4mm
12% workstation:
13\topmargin=-25mm
14% Mac:
15%\topmargin=0mm
16\textfloatsep15mm
17\parindent0mm
18\setlength{\parskip}{6pt plus1pt minus2pt}
19\leftmargin8mm
20\renewcommand{\textfraction}{0.15}
21\renewcommand{\topfraction}{0.9}
22\renewcommand{\bottomfraction}{0.9}
23\renewcommand{\floatpagefraction}{0.9}
24
25%Rainer
26\newcommand{\br}{15.5cm}                     % Textbreite f�r Boxen
27\newcommand{\GRAD}{\, \mbox{\rm \bf grad} \,}        % sch�nes "grad"
28\newcommand{\DIV}{\, \mbox{\rm div} \,}          % sch�nes "div"
29\newcommand{\ds}[1]{\displaystyle{#1}}
30\newcommand{\JAK}{\, {{\bf J}_{Jak}}}
31\newcommand{\JI}{\, {{\bf J}_{Jak}^{-1}}}
32\newcommand{\J}{\, \mbox{\rm det} \, {\bf J}_{Jak}}
33\newcommand{\np}{n_{phas}}
34\newcommand{\nel}{n_{elem}}
35\newcommand{\nk}{n_{kno}}
36\newcommand{\Sum}{\sum\limits}
37\newcommand{\Int}{\int\limits}
38\newcommand{\na}{\sc}
39\newcommand{\au}{\sf}
40\newcommand{\K}{{\, \bf K}}
41\newcommand{\FAK}{F\!a\!k}
42
43
44
45% Theorems
46\newtheorem{algo}{\noindent\bf Algorithm}[section]
47\newtheorem{remark}{\noindent\bf Remark}[section]
48\newtheorem{definition}{\noindent\bf Definition}[section]
49\newtheorem{lemma}{\noindent\bf Lemma}[section]
50\newtheorem{unit}{\mbox{}}[section]
51
52% Macros
53\newcommand{\Abb}[4]{
54   \begin{figure}[#1]
55   \centerline{\epsffile{#2}}
56   \caption{#4}
57   \label{#3}
58   \end{figure}
59}
60\newcommand{\Absatz}[1]{
61   {\medskip\noindent\bf #1}
62}
63\newcommand{\DoubleBox}[2]{%
64\begin{minipage}[t]{6cm} #1 \end{minipage}\hfill
65\begin{minipage}[t]{9cm} #2 \end{minipage}
66}
67\newcommand{\headerfile}[1]{
68   {\parindent10mm\bf #1}
69}
70
71% Abkuerzungen
72\newcommand{\spann}{\mbox{span}}
73\newcommand{\meas}{\mbox{meas}}
74%\newcommand{\DIV}{\mbox{div}}
75\newcommand{\TT}{{\cal T}}
76\newcommand{\CC}{{\cal C}}
77\newcommand{\SS}{{\cal S}}
78\newcommand{\AAA}{{\cal A}}
79\newcommand{\QQ}{{\cal Q}}
80\newcommand{\RR}{{\cal R}}
81\newcommand{\PP}{{\cal P}}
82\newcommand{\VV}{{\cal V}}
83\newcommand{\LL}{{\cal L}}
84\newcommand{\BB}{{\cal B}}
85\newcommand{\EE}{{\cal E}}
86\newcommand{\II}{{\cal I}}
87\newcommand{\OO}{{\cal O}}
88\newcommand{\Real}{\mbox{\bf R}}
89\newcommand{\Natural}{\mbox{\bf N}}
90\newcommand{\Integer}{\mbox{\bf Z}}
91\newcommand{\SP}{\hspace{5mm}}
92\newcommand{\bigsp}{\hspace{5mm}}
93\newcommand{\ssp}{\hspace{1em}}
94\newcommand{\UG}{{\sl UG }}
95\newcommand{\Prio}{\mbox{prio}}
96\newcommand{\Mark}{\mbox{mark}}
97\newcommand{\diag}{\mbox{diag}}
98\newcommand{\blockdiag}{\mbox{blockdiag}}
99\newcommand{\Bottom}{\mbox{bottom}}
100\newcommand{\Top}{\mbox{top}}
101\newcommand{\Root}{\mbox{root}}
102\newcommand{\mod}{\mbox{mod}}
103\newcommand{\Regular}{\mbox{regular}}
104\newcommand{\Temporary}{\mbox{temporary}}
105\newcommand{\Copy}{\mbox{copy}}
106\newcommand{\Level}{\mbox{level}}
107
108\frenchspacing
109