]> git.sur5r.net Git - bacula/docs/blobdiff - docs/manuals/en/problems/problems.tex
Update label for directives to use Component:Resource:Directive format
[bacula/docs] / docs / manuals / en / problems / problems.tex
index 2633255cf61ada4abe668c30f495c030f47e0288..0f2852a514599e96e5b10688512ae6fe9fba802b 100644 (file)
@@ -5,16 +5,30 @@
 %%
 %%   # $ % & ~ _ ^ \ { }
 %%
+\documentclass[10pt,bsyspaper,english,logo,titlepage]{bsysmanual}
+
+\renewcommand{\familydefault}{\sfdefault}
+\usepackage[utf8]{inputenc}
+\usepackage[toc,title,header,page]{appendix}
+\usepackage[T1]{fontenc}
+\usepackage{longtable,graphicx,fancyhdr,lastpage,eurosym,dcolumn,ltxtable}
+\usepackage{textcomp,varioref,lscape,pdfpages,ifthen,setspace,colortbl,diagbox}
+\usepackage{lmodern,minitoc}
+\usepackage{MnSymbol}
+\usepackage{bbding,multirow}
+\usepackage[hyphens]{url}
+\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}
+\usepackage{babel,xr,xr-hyper}
+\usepackage[font={sf,bf},textfont=md]{caption}
+\usepackage[printonlyused]{acronym}
+\setlength\arrayrulewidth{0.4pt}
+\include{bsyscommondefs}
+\usepackage[left=4cm,right=3cm,bottom=2cm,top=2.5cm]{geometry}
+\usepackage{moreverb,fancyvrb}
+\usepackage{listings}
+\input{external-references}
+\pdfminorversion=4
 
-\documentclass[10pt,a4paper]{book}
-
-\topmargin -0.5in
-\oddsidemargin 0.0in
-\evensidemargin 0.0in
-\textheight 10in
-\textwidth 6.5in
-
-\usepackage{html}
 \usepackage{float}
 \usepackage{graphicx}
 \usepackage{bacula}
 \usepackage{makeidx}
 \usepackage{index}
 \usepackage{setspace}
-\usepackage{hyperref}
 \usepackage{url}
 
-
 \makeindex
 \newindex{general}{idx}{ind}{General Index}
 
 \sloppy
+\def\bsystitle{Problem Resolution Guide}
 
 \begin{document}
+\lstset{escapechar=,breaklines=true,basicstyle=\ttfamily\scriptsize,backgroundcolor=\color{lightbsysgrey}}
 \sloppy
+\include{coverpage}
 
-\newfont{\bighead}{cmr17 at 36pt}
-\parskip 10pt
-\parindent 0pt
-
-\title{\includegraphics{\idir bacula-logo.eps} \\ \bigskip
-  \Huge{Bacula Problem Resolution Guide}
-  \begin{center}
-   \large{It comes in the night and sucks 
-          the essence from your computers. }
-  \end{center}
-}
-
-
-\author{Kern Sibbald}
-\date{\vspace{1.0in}\today \\
-      This manual documents Bacula version \input{version} \\
-      \vspace{0.2in}
-      Copyright \copyright 1999-2009, Free Software Foundation Europe
-      e.V. \\
-      \vspace{0.2in}
-  Permission is granted to copy, distribute and/or modify this document under the terms of the
-  GNU Free Documentation License, Version 1.2 published by the Free Software Foundation; 
-  with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
-  A copy of the license is included in the section entitled "GNU Free Documentation License".
-}
-
-\maketitle
-
-\clearpage
+\frontmatter
 \tableofcontents
-\clearpage
+%\listoftables
+\listoffigures
 
+\mainmatter
 \include{faq}
 \include{tips}
 \include{tapetesting}
 \include{firewalls}
 \include{kaboom}
+\begin{appendices}
+\begin{small}
 \include{fdl}
-
+\end{small}
+\end{appendices}
 
 % The following line tells link_resolver.pl to not include these files:
 % nolinks developersi baculai-dir baculai-fd baculai-sd baculai-console baculai-main
 
 % pull in the index
-\clearpage
 \printindex[general]
 
 \end{document}