]> git.sur5r.net Git - bacula/docs/blob - docs/manuals/en/console/console.tex
Add missing license line on first page
[bacula/docs] / docs / manuals / en / console / console.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
11 \topmargin -0.5in
12 \oddsidemargin 0.0in
13 \evensidemargin 0.0in
14 \textheight 10in
15 \textwidth 6.5in
16
17 \usepackage{html}
18 \usepackage{float}
19 \usepackage{graphicx}
20 \usepackage{bacula}
21 \usepackage{longtable}
22 \usepackage{makeidx}
23 \usepackage{index}
24 \usepackage{setspace}
25 \usepackage{hyperref}
26 \usepackage{url}
27
28
29 \makeindex
30 \newindex{general}{idx}{ind}{General Index}
31
32 \sloppy
33
34 \begin{document}
35 \sloppy
36 \title{Bacula$^{\normalsize \textregistered}$ Console and Operators Guide}
37
38 \author{Kern Sibbald}
39 \date{\vspace{1.0in}\today \\
40       This manual documents Bacula version \input{version} \\
41       \vspace{0.2in}
42       Copyright {\copyright} 1999-2014, Free Software Foundation Europe
43       e.V. \\
44       Bacula$^{\normalsize \textregistered}$ is a registered trademark of Kern Sibbald.\\
45       \vspace{0.2in}
46       This Bacula documentation by Kern Sibbald with contributions from many
47       others, a complete list can be found in the License chapter.
48       \elink{Creative Commons Attribution-ShareAlike 4.0 International
49       License}{http://creativecommons.org/licenses/by-sa/4.0/}.
50       \vspace{0.2in}
51       \begin{center}
52       \includegraphics[width=0.2\linewidth]{by-sa} 
53       \end{center}
54 }
55
56 \maketitle
57
58 \frontmatter
59 \tableofcontents
60 \mainmatter
61
62 \include{bconsole} 
63 \include{license}
64 \include{cc-by-sa}
65
66 % The following line tells link_resolver.pl to not include these files:
67 % nolinks developersi baculai-dir baculai-fd baculai-sd baculai-console baculai-main
68
69 % pull in the index
70 \clearpage
71 \printindex[general]
72
73 \end{document}