diff options
author | Karl Berry <karl@freefriends.org> | 2011-11-05 23:09:06 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-11-05 23:09:06 +0000 |
commit | dc50858e724106d4c7c763830fe10d574d8a8e78 (patch) | |
tree | 05b451c354f2fcf627326c79192e048ef7744d39 /Master/texmf-dist/doc/latex/biblatex-luh-ipw/biblatex-luh-ipw-screen.tex | |
parent | b3085c6a82dd9e1cebdfdb0562f31d0cf9a2066e (diff) |
biblatex-luh-ipw (5nov11)
git-svn-id: svn://tug.org/texlive/trunk@24512 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/biblatex-luh-ipw/biblatex-luh-ipw-screen.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/biblatex-luh-ipw/biblatex-luh-ipw-screen.tex | 76 |
1 files changed, 76 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/biblatex-luh-ipw/biblatex-luh-ipw-screen.tex b/Master/texmf-dist/doc/latex/biblatex-luh-ipw/biblatex-luh-ipw-screen.tex new file mode 100644 index 00000000000..537a10c0269 --- /dev/null +++ b/Master/texmf-dist/doc/latex/biblatex-luh-ipw/biblatex-luh-ipw-screen.tex @@ -0,0 +1,76 @@ +% biblatex-luh-ipw +% Copyright (c) Oliver Heins <heins(at)sopos.org>, 2011 +% +% This file configures the documentation +% of biblatex-luh-ipw to be viewed on a screen. +% This file is copied from the documentation of biblatex-dw +% Copyright (c) Dominik Waßenhoven <domwass(at)web.de>, 2010 + +%%%%% Satzspiegel %%%%% type area %%%%% +% übernommen aus dem scrguide von Markus Kohm +% adopted from Markus Kohm's scrguide +\usepackage{geometry} +\geometry{papersize={140mm,210mm},% + includehead,includemp,reversemp,marginparwidth=2em,% + vmargin={2mm,4mm},hmargin=2mm}% + +%%%%% Kopf- und Fußzeilen %%%%% page header and footer %%%%% +% zu großen Teilen übernommen aus dem scrguide von Markus Kohm +% for the most part adopted from Markus Kohm's scrguide +\makeatletter + \setlength{\@tempdimc}{\oddsidemargin}% + \addtolength{\@tempdimc}{1in}% + \setheadwidth[-\@tempdimc]{paper}% +\makeatother +\ohead{\smash{% + \rule[-\dp\strutbox]{0pt}{\headheight}\pagemark\hspace{2mm}}}% +\ihead[% + {\smash{\colorbox{pyellow}{% + \makebox[\dimexpr\linewidth-2\fboxsep\relax][l]{% + \rule[-\dp\strutbox]{0pt}{\headheight}% + \makebox[2em][r]% + biblatex-luh-ipw, \versionname~\biblatexluhipwversion, \biblatexluhipwdate}}}}]% + {\smash{\colorbox{pyellow}{% + \makebox[\dimexpr\linewidth-2\fboxsep\relax][l]{% + \rule[-\dp\strutbox]{0pt}{\headheight}% + \makebox[2em][r]% + biblatex-luh-ipw, \versionname~\biblatexluhipwversion, \biblatexluhipwdate}}}}% + +%%%%% Hinweis zur Bildschirmversion %%%%% note on screen version %%%%% +\renewcommand{\screenversion}{% + \begin{quote} + \small + \color{dkred} + \sffamily + \iflanguage{english}{% + This is the screen version of the \blluhipw{} documentation. + If you would like to have a printable version, please have a look + at the \enquote{\textls{\texttt{README}}} file. + }{% + Dies ist die Bildschirmversion der Dokumentation von \blluhipw{}. + Wenn Sie eine Druckversion haben möchten, schauen Sie bitte in die + Datei \enquote{\textls{\texttt{LIESMICH}}}. + }% + \end{quote}} + +%%%%% Lizenzhinweis %%%%% note on licence %%%%% +\renewcommand{\lizenz}{% + \vfill + \begin{quote} + \small + \itshape + \iflanguage{english}{% + This manual is part of the \blluhipw\ 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 \blluhipw. 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}} + +%%%%% Kein Inhaltsverzeichnis %%%%% No Table of Contents %%%%% +\renewcommand{\TOC}{\clearpage} |