]> git.sur5r.net Git - bacula/docs/blob - docs/manuals/de/console/console.tex
update
[bacula/docs] / docs / manuals / de / console / console.tex
1 %%
2 %%
3 %%  The following characters must be preceded by a backslash
4 %%    to be entered as printable characters:
5 %%
6 %%   # $ % & ~ _ ^ \ { }
7 %%
8
9 \documentclass[11pt,a4paper]{book}
10 \usepackage{html}
11 \usepackage{float}
12 \usepackage{graphicx}
13 \usepackage{bacula}
14 \usepackage{longtable}
15 \usepackage{makeidx}
16 \usepackage{index}
17 \usepackage{setspace}
18 \usepackage{hyperref}
19 \usepackage{url}
20 \usepackage{german}
21
22
23 \makeindex
24 \newindex{general}{idx}{ind}{General Index}
25
26 \sloppy
27
28 \begin{document}
29 \sloppy
30
31 \newfont{\bighead}{cmr17 at 36pt}
32 \parskip 10pt
33 \parindent 0pt
34
35 \title{\includegraphics{./bacula-logo.eps} \\ \bigskip
36   \Huge{Bacula Console- und Benutzer-Handbuch}
37   \begin{center}
38    \large{Es kommt bei Nacht und saugt die lebenswichtigen Daten aus Ihren Computern.}
39   \end{center}
40 }
41
42
43 \author{Kern Sibbald}
44 \date{\vspace{1.0in}\today \\
45       Dieses Handbuch dokumentiert Bacula in der Version \input{version} \\
46       \vspace{0.2in}
47       Copyright \copyright 1999-2008, Free Software Foundation Europe
48       e.V. \\
49       \vspace{0.2in}
50   Permission is granted to copy, distribute and/or modify this document under the terms of the
51   GNU Free Documentation License, Version 1.2 published by the Free Software Foundation; 
52   with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
53   A copy of the license is included in the section entitled "`GNU Free Documentation License"'.
54 }
55
56 \maketitle
57
58 \clearpage
59 \tableofcontents
60 \clearpage
61 %%no tables and figures
62 %\listoffigures
63 %\clearpage
64 %\listoftables
65 %\clearpage
66
67 \include{bconsole} 
68 \include{gui}
69 \include{fdl}
70
71
72 % The following line tells link_resolver.pl to not include these files:
73 % nolinks developersi baculai-dir baculai-fd baculai-sd baculai-console baculai-main
74
75 % pull in the index
76 \clearpage
77 \printindex[general]
78
79 \end{document}