blob: 30da256634bc979387bc605985041969447a40c1 (
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
|
% standard-luh-ipw.cbx, Oliver Heins (heins@sopos.org) 2012
\ProvidesFile{standard-luh-ipw.cbx}[2012/01/09 v0.2 citation style for use with biblatex 1.x]
% Allgemeine Kommandos
\protected\def\luh@error#1#2{%
\PackageError{biblatex-luh-ipw}{#1}{#2.}}
\protected\def\luh@warning#1{%
\PackageWarning{biblatex-luh-ipw}{#1}}
\protected\def\luh@info#1{%
\PackageInfo{biblatex-luh-ipw}{#1}}
\protected\def\luh@logdebug#1{%
\begingroup
\def\MessageBreak{^^J(biblatex-luh-ipw) \@spaces\@spaces\@spaces\space}%
\set@display@protect
\immediate\write\m@ne{Package biblatex-luh-ipw Debug: #1\on@line.}%
\endgroup}
\let\luh@debug\@gobble
%\let\luh@debug\luh@logdebug
\endinput
|