~ubuntu-branches/ubuntu/vivid/bacula-doc/vivid

« back to all changes in this revision

Viewing changes to .pc/debian-changes-5.0.2-1/manuals/en/problems/problems.tex

  • Committer: Bazaar Package Importer
  • Author(s): John Goerzen
  • Date: 2010-06-21 10:05:16 UTC
  • mfrom: (1.3.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20100621100516-2ijeolwzhz3ftiak
Tags: 5.0.2-1
* New upstream release.
* urgency medium since the accompanying bacula release is urgency medium
  and I want to get docs into testing the same time as the code.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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]{book}
 
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
 
 
37
\newfont{\bighead}{cmr17 at 36pt}
 
38
\parskip 10pt
 
39
\parindent 0pt
 
40
 
 
41
\title{\includegraphics{\idir bacula-logo.eps} \\ \bigskip
 
42
  \Huge{Bacula Problem Resolution Guide}
 
43
  \begin{center}
 
44
   \large{It comes in the night and sucks 
 
45
          the essence from your computers. }
 
46
  \end{center}
 
47
}
 
48
 
 
49
 
 
50
\author{Kern Sibbald}
 
51
\date{\vspace{1.0in}\today \\
 
52
      This manual documents Bacula version \input{version} \\
 
53
      \vspace{0.2in}
 
54
      Copyright \copyright 1999-2010, Free Software Foundation Europe
 
55
      e.V. \\
 
56
      \vspace{0.2in}
 
57
  Permission is granted to copy, distribute and/or modify this document under the terms of the
 
58
  GNU Free Documentation License, Version 1.2 published by the Free Software Foundation; 
 
59
  with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
 
60
  A copy of the license is included in the section entitled "GNU Free Documentation License".
 
61
}
 
62
 
 
63
\maketitle
 
64
 
 
65
\clearpage
 
66
\tableofcontents
 
67
\clearpage
 
68
 
 
69
\include{faq}
 
70
\include{tips}
 
71
\include{tapetesting}
 
72
\include{firewalls}
 
73
\include{kaboom}
 
74
\include{fdl}
 
75
 
 
76
 
 
77
% The following line tells link_resolver.pl to not include these files:
 
78
% nolinks developersi baculai-dir baculai-fd baculai-sd baculai-console baculai-main
 
79
 
 
80
% pull in the index
 
81
\clearpage
 
82
\printindex[general]
 
83
 
 
84
\end{document}