% bibleref-german 
% Copyright (c) Dominik Wa�enhoven <domwass(at)web.de>, 2011
%
% This file configures the documentation 
% of bibleref-german to be printed

%%%%% KOMA-Script Optionen %%%%% KOMA-Script options %%%%%
\KOMAoptions{
	paper=a4
	,headinclude=true
%	,fontsize=12pt,DIV=calc
	,fontsize=11pt,DIV=9
}

%%%%% Mindestanforderung %%%%% Minimum requirement
\renewcommand{\Mindestanforderung}{%
  \iflanguage{english}%
	  {needs at least version~\mindestanforderung{} of \br{}}%
		{mindestens Version~\mindestanforderung{} von \br{}}}
		
%%%%% Kopf- und Fu�zeilen %%%%% page header and footer %%%%%
\ihead{%
  \iflanguage{english}%
    {bibleref-german documentation}%
    {Dokumentation von bibleref-german}}
\ohead{\versionname~\brgversion, \brgdate}% Kopf rechts
\cfoot{\pagemark}

%%%%% Lizenzhinweis %%%%% note on licence %%%%%
\renewcommand{\lizenz}{%
  \vfill
  \begin{quote}
  \small
  \itshape
  \iflanguage{english}{%
    This manual is part of the \brg\ package. It may be distributed and\slash
    or modified under the conditions of the \enquote{\LaTeX\ Project Public
    License}. For more details, please have a look at the
    \enquote{\textls{\texttt{README}}} file.
   }{%
    Dieses Handbuch ist Teil des Pakets \brg. Es darf nach den Bedingungen
    der \enquote{\LaTeX\ Project Public Licence} verteilt und\slash oder
    ver�ndert werden. F�r weitere Informationen schauen Sie bitte in die Datei
    \enquote{\textls{\texttt{LIESMICH}}}.
   }%
   \end{quote}
   \clearpage}

%%%%% Inhaltsverzeichnis %%%%% Table of Contents %%%%%
\let\TOC\tableofcontents

%%%%% Keine Farben in Listings %%%%% No colours in listings %%%%%
\lstset{%
	frame=lines,
	backgroundcolor=\color{white},
	language=[LaTeX]TeX,
	basicstyle=\ttfamily,%\small,
	commentstyle=\color{black},
	keywordstyle=, % LaTeX-Befehle werden nicht fett dargestellt
	numbers=none,%left/right
%	numberstyle=\tiny\lnstyle,
%	numbersep=5pt,
%	numberblanklines=false,
	breaklines=true,
%	caption=\lstname,
	xleftmargin=5pt,
	xrightmargin=5pt,
	escapeinside={(*}{*)},
	belowskip=\medskipamount,
	prebreak=\mbox{$\hookleftarrow$}% �bernommen vom scrguide (KOMA-Script)
}
\renewcommand{\meta}[1]{%
  \textrm{\emph{\small\libertineGlyph{guilsinglleft}#1\libertineGlyph{guilsinglright}}}}
\renewcommand{\marginfont}{\small}
\renewcommand{\lstbefehl}[1]{\marginnote{\cmd{#1}}[1.3\baselineskip]}
\renewcommand{\option}[1]{\enquote{#1}}
\renewcommand{\wert}[1]{\enquote*{#1}}

%%%%% verschiedene Werte f�r Beispiele %%%%% various values for examples %%%%%
\newcommand{\addmarginleft}{0em}
\newcommand{\addmarginright}{0em}
\newcommand{\LTXexamplewidth}{61mm}
\newcommand{\longtableleft}{27pt}

%%%%% Keine farbigen Links %%%%% No coloured links %%%%%
\hypersetup{%
	colorlinks=false,%
	%linkcolor=dkblue,% Links
	%citecolor=dkblue,% Links zu Literaturangaben
	%urlcolor=dkblue,% Links ins Internet
	%pdftitle={bibleref-german},%
	%pdfsubject={Dokumentation des LaTeX-Pakets bibleref-german},%
	%pdfauthor={Dominik Wa�enhoven},%
	%pdfstartview=FitH,%
%	bookmarksopen=true,%
	%bookmarksopenlevel=0,%
	%pdfprintscaling=None,%
}