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

« back to all changes in this revision

Viewing changes to .pc/tex-styles-and-paths/manuals/en/developers/developers.tex

  • Committer: Bazaar Package Importer
  • Author(s): Ralf Treinen
  • Date: 2011-02-22 20:57:55 UTC
  • Revision ID: james.westby@ubuntu.com-20110222205755-ozs6wv0frt3ou11d
Tags: 5.0.2-3
* QA upload.
* debian/control:
  + Remove useless dependency on ${shlibs:Depends},
  + Add dependency on ghostscript which contains dvipdf. Closes: #614534.
* debian/rules:
  + remove some cruft
  + move stuff from binary-arch to binary-indep.
* debian/copyright:
  + refer to licence text in /usr/share/common-licences.
  + recode to utf8
* Rename the patch in debian/patches, remove cruft from its header.
* Remove some debhelper templates from debian/

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
 
 
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[linkcolor=black,colorlinks=true]{hyperref}
 
28
\usepackage{url}
 
29
 
 
30
\makeindex
 
31
\newindex{dir}{ddx}{dnd}{Director Index}
 
32
\newindex{fd}{fdx}{fnd}{File Daemon Index}
 
33
\newindex{sd}{sdx}{snd}{Storage Daemon Index}
 
34
\newindex{console}{cdx}{cnd}{Console Index}
 
35
\newindex{general}{idx}{ind}{General Index}
 
36
 
 
37
\sloppy
 
38
 
 
39
\begin{document}
 
40
\sloppy
 
41
 
 
42
\include{coverpage}
 
43
 
 
44
\clearpage
 
45
\pagenumbering{roman}
 
46
\tableofcontents
 
47
\clearpage
 
48
 
 
49
\pagestyle{myheadings}
 
50
\markboth{Bacula Version \version}{Bacula Version \version}
 
51
\pagenumbering{arabic}
 
52
\include{generaldevel}
 
53
\include{git}
 
54
\include{pluginAPI}
 
55
\include{platformsupport}
 
56
\include{daemonprotocol}
 
57
\include{director}
 
58
\include{file}
 
59
\include{storage}
 
60
\include{catalog}
 
61
\include{mediaformat}
 
62
\include{porting}
 
63
\include{gui-interface}
 
64
\include{tls-techdoc}
 
65
\include{regression}
 
66
\include{md5}
 
67
\include{mempool}
 
68
\include{netprotocol}
 
69
\include{smartall}
 
70
\include{fdl}
 
71
 
 
72
 
 
73
% The following line tells link_resolver.pl to not include these files:
 
74
% nolinks developersi baculai-dir baculai-fd baculai-sd baculai-console baculai-main
 
75
 
 
76
% pull in the index
 
77
\clearpage
 
78
\printindex
 
79
 
 
80
\end{document}