]> git.sur5r.net Git - bacula/docs/blob - docs/manuals/en/problems/problems.tex
Commit two patches from Philippe to cleanup the manuals
[bacula/docs] / docs / manuals / en / problems / problems.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}$ Problem Resolution Guide}
43
44
45 \author{Kern Sibbald}
46 \date{\vspace{1.0in}\today \\
47       This manual documents Bacula version \input{version} \\
48       \vspace{0.2in}
49       Copyright \copyright 1999-2010, Free Software Foundation Europe
50       e.V. \\
51       \vspace{0.2in}
52   Permission is granted to copy, distribute and/or modify this document under the terms of the
53   GNU Free Documentation License, Version 1.2 published by the Free Software Foundation; 
54   with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
55   A copy of the license is included in the section entitled "GNU Free Documentation License".
56 }
57
58 \maketitle
59
60 \clearpage
61 \tableofcontents
62 \clearpage
63
64 \include{faq}
65 \include{tips}
66 \include{tapetesting}
67 \include{firewalls}
68 \include{kaboom}
69 \include{fdl}
70
71
72 % The following line tells link_resolver.pl to not include these files:
73 % nolinks developersi baculai-dir baculai-fd baculai-sd baculai-console baculai-main
74
75 % pull in the index
76 \clearpage
77 \printindex[general]
78
79 \end{document}