summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/biblatex-contrib/biblatex-dw/doc/biblatex-dw-print.tex
blob: 6acd04eb651086020bb797ee36ad778d68f0d96c (plain)
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
%!TEX encoding = UTF-8 Unicode
% biblatex-dw 
% Copyright (c) Dominik Waßenhoven <domwass(at)web.de>, 2023
%
% This file configures the documentation 
% of biblatex-dw 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 \bl{}}%
		{mindestens Version~\mindestanforderung{} von \bl{}}}
		
%%%%% Kopf- und Fußzeilen %%%%% page header and footer %%%%%
\ihead{%
  \iflanguage{english}%
    {biblatex-dw documentation}%
    {Dokumentation von biblatex-dw}}
\ohead{\versionname~\biblatexdwversion, \biblatexdwdate}% Kopf rechts
\cfoot{\pagemark}

%%%%% Lizenzhinweis %%%%% note on licence %%%%%
\renewcommand{\lizenz}{%
  \vfill
  \begin{quote}
  \small
  \itshape
  \iflanguage{english}{%
    This manual is part of the \bldw\ 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{\texttt{README}} file.
   }{%
    Dieses Handbuch ist Teil des Pakets \bldw. 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{\texttt{LIESMICH}}.
   }%
   \end{quote}
   \clearpage}

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

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