]> git.sur5r.net Git - bacula/docs/blob - docs/manuals/en/utility/utility.tex
Commit two patches from Philippe to cleanup the manuals
[bacula/docs] / docs / manuals / en / 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
9 \documentclass[10pt,a4paper,english,titlepage]{borgmanual}
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
29
30 \makeindex
31 \newindex{general}{idx}{ind}{General Index}
32
33 \sloppy
34
35 \begin{document}
36 \sloppy
37
38 \newfont{\bighead}{cmr17 at 36pt}
39 \parskip 10pt
40 \parindent 0pt
41
42 \title{Bacula$^{\normalsize \textregistered}$ Utility Programs}
43
44 \author{Kern Sibbald}
45 \date{\vspace{1.0in}\today \\
46       This manual documents Bacula version \input{version} \\
47       \vspace{0.2in}
48       Copyright \copyright 1999-2010, Free Software Foundation Europe
49       e.V. \\
50       \vspace{0.2in}
51   Permission is granted to copy, distribute and/or modify this document under the terms of the
52   GNU Free Documentation License, Version 1.2 published by the Free Software Foundation; 
53   with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
54   A copy of the license is included in the section entitled "GNU Free Documentation License".
55 }
56
57 \maketitle
58
59 \clearpage
60 \tableofcontents
61 \clearpage
62
63 \include{progs}
64 \include{bimagemgr-chapter}
65 \include{rpm-faq}
66 \include{fdl}
67
68
69 % The following line tells link_resolver.pl to not include these files:
70 % nolinks developersi baculai-dir baculai-fd baculai-sd baculai-console baculai-main
71
72 % pull in the index
73 \clearpage
74 \printindex[general]
75
76 \end{document}