]> git.sur5r.net Git - bacula/docs/blob - docs/manuals/fr/catalog/catalog.tex
Tweak downloads report
[bacula/docs] / docs / manuals / fr / 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[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
21
22 \makeindex
23 \newindex{general}{idx}{ind}{General Index}
24
25 \sloppy
26
27 \begin{document}
28 \sloppy
29
30 \newfont{\bighead}{cmr17 at 36pt}
31 \parskip 10pt
32 \parindent 0pt
33
34 \title{\includegraphics{./bacula-logo.eps} \\ \bigskip
35   \Huge{Bacula Catalog Database Guide}
36   \begin{center}
37    \large{It comes in the night and sucks 
38           the essence from your computers. }
39   \end{center}
40 }
41
42
43 \author{Kern Sibbald}
44 \date{\vspace{1.0in}\today \\
45       This manual documents Bacula version \input{version} \\
46       \vspace{0.2in}
47       Copyright \copyright 1999-2007, 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 \listoffigures
62 \clearpage
63 \listoftables
64 \clearpage
65
66 \include{catmaintenance}
67 \include{mysql}
68 \include{postgresql}
69 \include{sqlite}
70 \include{internaldb}
71 \include{fdl}
72
73
74 % The following line tells link_resolver.pl to not include these files:
75 % nolinks developersi baculai-dir baculai-fd baculai-sd baculai-console baculai-main
76
77 % pull in the index
78 \clearpage
79 \printindex[general]
80
81 \end{document}