summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/biblatex-dw/biblatex-dw-print.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-03-12 00:04:57 +0000
committerKarl Berry <karl@freefriends.org>2010-03-12 00:04:57 +0000
commitb93495d96a481c80e8feab510d8eebea5a166b02 (patch)
treeefc8ceac7cbf9b2587f474ff4dc21b5007b598bd /Master/texmf-dist/doc/latex/biblatex-dw/biblatex-dw-print.tex
parent6d184abba1025d22c5317531c2e3e253ad7583bd (diff)
new-to-tl biblatex-dw 1.3 (11mar10)
git-svn-id: svn://tug.org/texlive/trunk@17433 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/biblatex-dw/biblatex-dw-print.tex')
-rw-r--r--Master/texmf-dist/doc/latex/biblatex-dw/biblatex-dw-print.tex59
1 files changed, 59 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/biblatex-dw/biblatex-dw-print.tex b/Master/texmf-dist/doc/latex/biblatex-dw/biblatex-dw-print.tex
new file mode 100644
index 00000000000..0398300f73d
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/biblatex-dw/biblatex-dw-print.tex
@@ -0,0 +1,59 @@
+% biblatex-dw
+% Copyright (c) Dominik Waßenhoven <domwass(at)web.de>, 2010
+%
+% 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
+}
+
+%%%%% 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{\textls{\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{\textls{\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,%
+}