]> git.sur5r.net Git - bacula/docs/blob - docs/manuals/en/misc/misc.tex
197b1bae4ac6e4e9e12e9fe5e76735e7f530366d
[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-2014, Free Software Foundation Europe
51       e.V. \\
52       Bacula$^{\normalsize \textregistered}$ is a registered trademark of Kern Sibbald.\\
53       \vspace{0.2in}
54       This Bacula documentation by Kern Sibbald with contributions from many
55       \elink{Creative Commons Attribution-ShareAlike 4.0 International
56       License}{http://creativecommons.org/licenses/by-sa/4.0/}.
57       \vspace{0.2in}
58       \begin{center}
59       \includegraphics[width=0.2\linewidth]{by-sa} 
60       \end{center}
61 }
62
63 \maketitle
64 \clearpage
65 \pagenumbering{roman}
66 \tableofcontents
67 \clearpage
68
69 \pagestyle{myheadings}
70 \markboth{Bacula Version \version}{Bacula Version \version}
71 \pagenumbering{arabic}
72 \include{python}
73 \include{vars}
74 \include{stunnel}
75 %% \include{dvd}
76 \include{projects}
77 \include{internaldb}
78 \include{license}
79 \include{cc-by-sa}
80 \include{gpl}
81 \include{lesser}
82
83
84 % pull in the index
85 \clearpage
86 \printindex[general]
87
88 \end{document}