File: guide.tex

package info (click to toggle)
dballe 5.18-1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 8,252 kB
  • sloc: cpp: 29,311; sh: 11,475; python: 5,801; f90: 883; perl: 582; makefile: 575
file content (71 lines) | stat: -rw-r--r-- 1,486 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
%\documentclass[draft,a4paper]{book}
%\documentclass[final,a4wide]{book}
%\documentclass[final,12pt,a4paper,twoside]{book}
\documentclass[final,12pt,a4paper,twoside]{book}
%\usepackage[italian]{babel}
\usepackage[ascii]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{graphicx}
\usepackage{moreverb}
\usepackage{ifthen}
% Include alcuni simboli non pi standard ma usati da gnuplot
\usepackage{subfigure}
\usepackage{epsfig}

\title{DB-ALLe Manual for Advanced Users and Administrators}
\author{Enrico Zini \hfil {\tt enrico@enricozini.com}}

\newcommand{\dballe}{{\tt DB-ALLe}}
\newcommand{\sourcedir}{{\tt dballe-0.4}}
\newcommand{\tarball}{{\tt \sourcedir{}.tar.gz}}

\newcommand{\srcinsert}[1]{%
{\scriptsize
\verbatimtabinput[4]{#1}
}}

%\newlength{\savedmarginparwidth}
\newcommand{\figures}[2][!]{%
\smallskip
%\setlength{\savedmarginparwidth}{\marginparwidth}
%\setlength{\marginparwidth}{0pt}
\begin{minipage}[c]{\textwidth}
\ifthenelse{\equal{#1}{!}}{}{#1:\\}
#2
\end{minipage}
\medskip
%\setlength{\marginparwidth}{\savedmarginparwidth}
}

\makeindex

\begin{document}
\bibliographystyle{plain}

\maketitle

\tableofcontents
%\listoffigures
%\listoftables

\chapter{Introduction}
\label{ch-intro}
\input{intro.tex}

\chapter{Installation}
\label{ch-install}
\input{install.tex}

\chapter{Maintainance}
\label{ch-config}
\input{maintainance.tex}

\chapter{FAQ and Troubleshooting}
\label{ch-trouble}
\input{troubleshooting.tex}

\appendix

\bibliography{local}

\end{document}