]> git.sur5r.net Git - bacula/docs/blob - docs/manuals/en/problems/problems.tex
Add code from Philippe Chauvat for creating html
[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       Bacula$^{\normalsize \textregistered}$ is a registered trademark of Kern Sibbald.\\
52       \vspace{0.2in}
53   Permission is granted to copy, distribute and/or modify this document under the terms of the
54   GNU Free Documentation License, Version 1.2 published by the Free Software Foundation; 
55   with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
56   A copy of the license is included in the section entitled "GNU Free Documentation License".
57 }
58
59 \maketitle
60
61 \clearpage
62 \tableofcontents
63 \clearpage
64
65 \include{faq}
66 \include{tips}
67 \include{tapetesting}
68 \include{firewalls}
69 \include{kaboom}
70 \include{fdl}
71
72
73 % The following line tells link_resolver.pl to not include these files:
74 % nolinks developersi baculai-dir baculai-fd baculai-sd baculai-console baculai-main
75
76 % pull in the index
77 \clearpage
78 \printindex[general]
79
80 \end{document}