]> git.sur5r.net Git - bacula/docs/blob - docs/manuals/en/misc/misc.tex
Commit two patches from Philippe to cleanup the manuals
[bacula/docs] / docs / manuals / en / misc / misc.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
19 \usepackage{html}
20 \usepackage{float}
21 \usepackage{graphicx}
22 \usepackage{bacula}
23 \usepackage{longtable}
24 \usepackage{makeidx}
25 \usepackage{index}
26 \usepackage{setspace}
27 \usepackage{hyperref}
28 % \usepackage[linkcolor=black,colorlinks=true]{hyperref}
29 \usepackage{url}
30
31 \makeindex
32 \newindex{general}{idx}{ind}{General Index}
33
34 \sloppy
35
36 \begin{document}
37 \sloppy
38
39 \newfont{\bighead}{cmr17 at 36pt}
40 \parskip 10pt
41 \parindent 0pt
42
43 \title{Bacula$^{\normalsize \textregistered}$ Miscellaneous Guide}
44
45
46 \author{Kern Sibbald}
47 \date{\vspace{1.0in}\today \\
48       This manual documents Bacula version \input{version} \\
49       \vspace{0.2in}
50       Copyright {\copyright} 1999-2010, Free Software Foundation Europe
51       e.V. \\
52       Bacula {\textregistered}  is a registered trademark of Kern Sibbald.\\
53       \vspace{0.2in}
54   Permission is granted to copy, distribute and/or modify this document under the terms of the
55   GNU Free Documentation License, Version 1.2 published by the Free Software Foundation; 
56   with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
57   A copy of the license is included in the section entitled "GNU Free Documentation License".
58 }
59
60 \maketitle
61 \clearpage
62 \pagenumbering{roman}
63 \tableofcontents
64 \clearpage
65
66 \pagestyle{myheadings}
67 \markboth{Bacula Version \version}{Bacula Version \version}
68 \pagenumbering{arabic}
69 \include{python}
70 \include{vars}
71 \include{stunnel}
72 %% \include{dvd}
73 \include{projects}
74 \include{internaldb}
75 \include{license}
76 \include{fdl}
77 \include{gpl}
78 \include{lesser}
79
80
81 % pull in the index
82 \clearpage
83 \printindex[general]
84
85 \end{document}