]> git.sur5r.net Git - bacula/docs/blob - docs/manuals/en/console/console.tex
Add philippe cover 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 %%%
10 %%% 26-sept-2012 - Philippe Chauvat
11 %%% Modifications to integrate a new design
12 %% All prefixed by PCT
13 \documentclass[10pt,bsyspaper,english,logo,titlepage]{bsysmanual}
14
15 %%% +++ PCT
16 %% \topmargin -0.5in
17 %% \oddsidemargin 0.0in
18 %% \evensidemargin 0.0in
19 %% \textheight 10in
20 %% \textwidth 6.5in
21 \renewcommand{\familydefault}{\sfdefault}
22 \usepackage[utf8]{inputenc}
23 \usepackage[T1]{fontenc}
24 \usepackage{longtable,graphicx,fancyhdr,lastpage,eurosym,dcolumn,ltxtable,textcomp,varioref,lscape,pdfpages,ifthen,setspace,colortbl,diagbox}
25 \usepackage{lmodern}
26 \usepackage{MnSymbol}
27 \usepackage{bbding,multirow}
28 \usepackage{babel,xr-hyper}
29 \usepackage[hyphens]{url}
30 \usepackage[plainpages=true,bookmarks=false,bookmarksopen=false,filecolor=black,linkcolor=black,urlcolor=bsysredtwo,filebordercolor={0. 0. 0.},menubordercolor={0. 0. 0.},urlbordercolor={0. 0. 0.},linkbordercolor={0. 0. 0.},hyperindex=false,colorlinks=true]{hyperref}
31 \usepackage[font={sf,bf},textfont=md]{caption}
32 \usepackage[printonlyused]{acronym}
33 \setlength\arrayrulewidth{0.4pt}
34 %\include{bsysincludes}
35 \include{bsyscommondefs}
36 \usepackage[left=4cm,right=3cm,bottom=2cm,top=2.5cm]
37 {geometry}
38 \usepackage{moreverb,fancyvrb}
39 \usepackage{listings}
40 \usepackage{xr}
41 \input{console.lang}
42 \input{external-references}
43 %%% --- PCT
44 \usepackage{html}
45 \usepackage{float}
46 \usepackage{graphicx}
47 \usepackage{bacula}
48 \usepackage{longtable}
49 \usepackage{makeidx}
50 \usepackage{index}
51
52
53 \makeindex
54 \newindex{general}{idx}{ind}{General Index}
55
56 \sloppy
57
58 \begin{document}
59 \lstset{escapechar=,breaklines=true,basicstyle=\ttfamily\footnotesize,backgroundcolor=\color{lightbsysgrey}}
60
61 \sloppy
62
63 \newfont{\bighead}{cmr17 at 36pt}
64 \parskip 10pt
65 \parindent 0pt
66
67 \title{\includegraphics{\idir bacula-logo.eps} \\ \bigskip
68   \Huge{Bacula Console and Operators Guide}
69   \begin{center}
70    \large{The Leading Open Source Backup Solution. }
71   \end{center}
72 }
73
74 %%% --- Header and footer
75 \fancypagestyle{plain}{%
76 \fancyhf{}%
77 \renewcommand{\footrulewidth}{0.4pt}
78 \renewcommand{\headrulewidth}{0.4pt}
79 \fancyhead[LE,RO]{\small{\textit{Bacula Console and Operators Guide}}}%
80 \fancyhead[RE,LO]{\small{\textit{\textcolor{bsysredtwo}{\leftmark}}}}%Bacula Console and Opertors Guide}}}}%
81 \fancyfoot[RE,LO]{\small{\href{http://www.baculasystems.com}{www.baculasystems.com}
82 - \textit{Bacula Console and Operators Guide}}}% -- DRAFT}}}
83 \fancyfoot[LE,RO]{\small{\textit{\thepage/\pageref{LastPage}}}}
84 }
85
86 %%% --- Header and footer
87 \pagestyle{plain}
88 \renewcommand{\chaptermark}[1]{\markboth{#1}{}}
89 \renewcommand{\sectionmark}[1]{\markboth{#1}{}}
90
91 \date{\vspace{1.0in}\today \\
92       This manual documents Bacula version \input{version} \\
93       \vspace{0.2in}
94       Copyright \copyright 1999-2010, Free Software Foundation Europe
95       e.V. \\
96       \vspace{0.2in}
97   Permission is granted to copy, distribute and/or modify this document under the terms of the
98   GNU Free Documentation License, Version 1.2 published by the Free Software Foundation; 
99   with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
100   A copy of the license is included in the section entitled "GNU Free Documentation License".
101 }
102
103 \maketitle
104
105 %\clearpage
106 \tableofcontents
107 %\clearpage
108
109 \include{bconsole} 
110 \include{fdl}
111
112
113 % The following line tells link_resolver.pl to not include these files:
114 % nolinks developersi baculai-dir baculai-fd baculai-sd baculai-console baculai-main
115
116 % pull in the index
117 \clearpage
118 \printindex[general]
119
120 \end{document}