blob: 1b6ab10a926254159e7b8fa0aa46dc9de90d8ef8 (
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 (oheins@sopos.org) 2012--2013
\ProvidesFile{standard-luh-ipw.cbx}[2013/11/18 v0.3 citation style for use with biblatex 2.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
|