]> git.sur5r.net Git - bacula/docs/blob - docs/manuals/fr/utility/utility.tex
Apply Sebastien's second French patch
[bacula/docs] / docs / manuals / fr / utility / utility.tex
1 %%
2 %%
3 %%  The following characters must be preceded by a backslash
4 %%    to be entered as printable characters:
5 %%
6 %%   # $ % & ~ _ ^ \ { }
7 %%
8 %% Translator : Sebastien Guilbaud / sebastien.guilbaud@bull.net
9
10 \documentclass[10pt,a4paper]{book}
11
12 \topmargin -0.5in
13 \oddsidemargin 0.0in
14 \evensidemargin 0.0in
15 \textheight 10in
16 \textwidth 6.5in
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[cyr]{aeguill}
29 \usepackage[utf8]{inputenc}
30 \usepackage[francais]{babel}
31 \usepackage{alltt}
32 \usepackage[titleref,user]{zref}
33
34 \makeindex
35 \newindex{general}{idx}{ind}{Index Général}
36
37 \sloppy
38
39 \begin{document}
40 \sloppy
41
42 \newfont{\bighead}{cmr17 at 36pt}
43 \parskip 10pt
44 \parindent 0pt
45
46 \title{\includegraphics{\idir bacula-logo.eps} \\ \bigskip
47   \Huge{Utilitaires Bacula}
48   \begin{center}
49    \large{It comes in the night and sucks 
50           the essence from your computers. }
51   \end{center}
52 }
53
54
55 \author{Kern Sibbald}
56 \date{\vspace{1.0in}\today \\
57       Ce manuel couvre la version \input{version} de Bacula.\\
58       \vspace{0.2in}
59       Copyright \copyright 1999-2010, Free Software Foundation Europe
60       e.V. \\
61       \vspace{0.2in}
62   Permission is granted to copy, distribute and/or modify this document under the terms of the
63   GNU Free Documentation License, Version 1.2 published by the Free Software Foundation; 
64   with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
65   A copy of the license is included in the section entitled "GNU Free Documentation License".
66 }
67
68 \maketitle
69
70 \clearpage
71 \tableofcontents
72 \clearpage
73
74 \include{progs-fr}
75 \include{bimagemgr-chapter-fr}
76 \include{rpm-faq-fr}
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 \listoffigures
85 \printindex[general]
86
87 \end{document}