]> git.sur5r.net Git - bacula/docs/blob - docs/manuals/de/catalog/catalog.tex
Tweak downloads report
[bacula/docs] / docs / manuals / de / catalog / catalog.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[10pt,a4paper]{book}
10
11 \topmargin -0.5in
12 \oddsidemargin 0.0in
13 \evensidemargin 0.0in
14 \textheight 10in
15 \textwidth 6.5in
16
17 \usepackage{html}
18 \usepackage{float}
19 \usepackage{graphicx}
20 \usepackage{bacula}
21 \usepackage{longtable}
22 \usepackage{makeidx}
23 \usepackage{index}
24 \usepackage{setspace}
25 \usepackage{hyperref}
26 \usepackage{url}
27 \usepackage{german}
28 \usepackage{alltt}
29 \makeindex
30 \newindex{general}{idx}{ind}{General Index}
31
32 \sloppy
33
34 \begin{document}
35 \sloppy
36
37 \newfont{\bighead}{cmr17 at 36pt}
38 \parskip 10pt
39 \parindent 0pt
40
41 \title{\includegraphics{\idir bacula-logo.eps} \\ \bigskip
42   \Huge{Bacula Katalog-Datenbank-Handbuch}
43   \begin{center}
44    \large{Es kommt bei Nacht und saugt die lebenswichtigen Daten aus Ihren Computern.}
45   \end{center}
46 }
47
48
49 \author{Kern Sibbald}
50 \date{\vspace{1.0in}\today \\
51       Dieses Handbuch dokumentiert Bacula \linebreak in der Version \fullversion \\
52       \vspace{0.2in}
53       Copyright \copyright 1999-2009, Free Software Foundation Europe
54       e.V. \\
55       \vspace{0.2in}
56   Permission is granted to copy, distribute and/or modify this document under the terms of the
57   GNU Free Documentation License, Version 1.2 published by the Free Software Foundation; 
58   with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
59   A copy of the license is included in the section entitled "`GNU Free Documentation License"'.
60 }
61
62 \maketitle
63
64 \clearpage
65 \tableofcontents
66 \clearpage
67 %\listoffigures
68 %\clearpage
69 \listoftables
70 \clearpage
71
72 \include{catmaintenance}
73 \include{mysql}
74 \include{postgresql}
75 \include{sqlite}
76 \include{internaldb}
77 \include{fdl}
78
79
80 % The following line tells link_resolver.pl to not include these files:
81 % nolinks developersi baculai-dir baculai-fd baculai-sd baculai-console baculai-main
82
83 % pull in the index
84 \clearpage
85 \printindex[general]
86
87 \end{document}