]> git.sur5r.net Git - bacula/docs/blob - docs/manuals/de/console/console.tex
changes since january
[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[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
18 \usepackage{html}
19 \usepackage{float}
20 \usepackage{graphicx}
21 \usepackage{bacula}
22 \usepackage{longtable}
23 \usepackage{makeidx}
24 \usepackage{index}
25 \usepackage{setspace}
26 \usepackage{hyperref}
27 \usepackage{url}
28 \usepackage{german}
29
30
31 \makeindex
32 \newindex{general}{idx}{ind}{General Index}
33
34 \sloppy
35
36 \begin{document}
37 \sloppy
38
39 \newfont{\bighead}{cmr17 at 36pt}
40 \parskip 10pt
41 \parindent 0pt
42
43 \title{\includegraphics{\idir bacula-logo.eps} \\ \bigskip
44   \Huge{Bacula Console- und Benutzer-Handbuch}
45   \begin{center}
46    \large{Es kommt bei Nacht und saugt die lebenswichtigen Daten aus Ihren Computern.}
47   \end{center}
48 }
49
50
51 \author{Kern Sibbald}
52 \date{\vspace{1.0in}\today \\
53       Dieses Handbuch dokumentiert Bacula \linebreak in der Version \fullversion \\
54       \vspace{0.2in}
55       Copyright \copyright 1999-2009, Free Software Foundation Europe
56       e.V. \\
57       \vspace{0.2in}
58   Permission is granted to copy, distribute and/or modify this document under the terms of the
59   GNU Free Documentation License, Version 1.2 published by the Free Software Foundation; 
60   with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
61   A copy of the license is included in the section entitled "`GNU Free Documentation License"'.
62 }
63
64 \maketitle
65
66 \clearpage
67 \tableofcontents
68 \clearpage
69 %%no tables and figures
70 %\listoffigures
71 %\clearpage
72 %\listoftables
73 %\clearpage
74
75 \include{bconsole} 
76 \include{gui}
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}