Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/bareos/bareos-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'manuals/en/main/bareos-manual-main-reference.htlatex.cfg')
-rw-r--r--manuals/en/main/bareos-manual-main-reference.htlatex.cfg61
1 files changed, 0 insertions, 61 deletions
diff --git a/manuals/en/main/bareos-manual-main-reference.htlatex.cfg b/manuals/en/main/bareos-manual-main-reference.htlatex.cfg
deleted file mode 100644
index f222684..0000000
--- a/manuals/en/main/bareos-manual-main-reference.htlatex.cfg
+++ /dev/null
@@ -1,61 +0,0 @@
-\Preamble{html,index=2,info,sections+,charset=utf-8}
-% ,imgdir:images/
-%\Preamble{html,index=2,mouseover,obj-toc,sections+}
-\Configure{@HEAD}{\HCode{<link href='http://fonts.googleapis.com/css?family=Droid+Sans:400,700' rel='stylesheet' type='text/css' />}}
-
-% make includegraphics cover width parameter. Scale by 2.0, to make the sizes match better.
-\Configure{graphics*}
- {png}
- {%
- \Picture[pict]{\csname Gin@base\endcsname .png
- \space width="\the\dimexpr \expandafter\csname Gin@req@width\endcsname * 2.0"
-}%
- \special{t4ht+@File: \csname Gin@base\endcsname.png}
- }
-
-\begin{document}
-
- \Css{
- % listings: grey background
- .listings { background-color: \#e5e5e5; font-size: 120\%; }
- div.caption { text-indent:-2em; margin-left:3em; margin-right:1em; text-align:left; font-size: 90\%; }
- }
-
- % redefine \label to also create a HTML anchor
- \let\labelOrig\label
- \renewcommand{\label}[1]{
- \hypertarget{#1}{}
- \labelOrig{#1}
- }
-
-% workaround: htlatex in recent versions translates - to -_.
-% This workaround prevents this.
-\makeatletter \g@addto@macro\UrlSpecials{\do\-{\mbox{-}}}
-
-\renewcommand{\chaptermark}[1]{%
-\hypertarget{section\arabic{chapter}}{}
-\capitalizewords[e]{#1}%
-\noblanks[e]{\thestring}%
-\hypertarget{\thestring}{}
-\marginpar{\hyperlink{\thestring}{\#}}
-}
-
-\renewcommand{\sectionmark}[1]{%
-\hypertarget{section\arabic{chapter}.\arabic{section}}{}
-\capitalizewords[e]{#1}%
-\noblanks[e]{\thestring}%
-\hypertarget{\thestring}{}
-\marginpar{\hyperlink{\thestring}{\#}}
-}
-
-\renewcommand{\subsectionmark}[1]{%
-\hypertarget{section\arabic{chapter}.\arabic{section}.\arabic{subsection}}{}
-\capitalizewords[e]{#1}%
-\noblanks[e]{\thestring}%
-\hypertarget{\thestring}{}
-\marginpar{\hyperlink{\thestring}{\#}}
-}
-
-
-
-\EndPreamble