]> git.sur5r.net Git - bacula/docs/blob - docs/manuals/en/utility/utility.tex
Add missing license line on first page
[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-2014, Free Software Foundation Europe
49       e.V. \\
50       Bacula$^{\normalsize \textregistered}$ is a registered trademark of Kern Sibbald.\\
51       \vspace{0.2in}
52       This Bacula documentation by Kern Sibbald with contributions from many
53       others, a complete list can be found in the License chapter.
54       \elink{Creative Commons Attribution-ShareAlike 4.0 International
55       License}{http://creativecommons.org/licenses/by-sa/4.0/}.
56       \vspace{0.2in}
57       \begin{center}
58       \includegraphics[width=0.2\linewidth]{by-sa} 
59       \end{center}
60 }
61
62 \maketitle
63
64 \clearpage
65 \tableofcontents
66 \clearpage
67
68 \include{progs}
69 \include{bimagemgr-chapter}
70 \include{rpm-faq}
71 \include{license}
72 \include{cc-by-sa}
73
74
75 % The following line tells link_resolver.pl to not include these files:
76 % nolinks developersi baculai-dir baculai-fd baculai-sd baculai-console baculai-main
77
78 % pull in the index
79 \clearpage
80 \printindex[general]
81
82 \end{document}