From 35df93b49f61d7b18f92c6d22c130e495c20fbcc Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 12 Jan 2012 23:37:29 +0000 Subject: biblatex-luh-ipw (10jan12) git-svn-id: svn://tug.org/texlive/trunk@25093 c570f23f-e606-0410-a88d-b1316a301751 --- .../biblatex-luh-ipw/bbx/authoryear-luh-ipw.bbx | 45 +-- .../biblatex-luh-ipw/bbx/standard-luh-ipw.bbx | 37 ++- .../biblatex-luh-ipw/bbx/verbose-inote-luh-ipw.bbx | 4 +- .../biblatex-luh-ipw/cbx/authoryear-luh-ipw.cbx | 306 ++++++++++++++++++++- .../biblatex-luh-ipw/cbx/standard-luh-ipw.cbx | 26 ++ .../biblatex-luh-ipw/cbx/verbose-inote-luh-ipw.cbx | 4 +- .../latex/biblatex-luh-ipw/lbx/english-luh-ipw.lbx | 4 +- .../latex/biblatex-luh-ipw/lbx/german-luh-ipw.lbx | 4 +- 8 files changed, 385 insertions(+), 45 deletions(-) create mode 100644 Master/texmf-dist/tex/latex/biblatex-luh-ipw/cbx/standard-luh-ipw.cbx (limited to 'Master/texmf-dist/tex/latex/biblatex-luh-ipw') diff --git a/Master/texmf-dist/tex/latex/biblatex-luh-ipw/bbx/authoryear-luh-ipw.bbx b/Master/texmf-dist/tex/latex/biblatex-luh-ipw/bbx/authoryear-luh-ipw.bbx index 8a1d36e7e24..8400fd34523 100644 --- a/Master/texmf-dist/tex/latex/biblatex-luh-ipw/bbx/authoryear-luh-ipw.bbx +++ b/Master/texmf-dist/tex/latex/biblatex-luh-ipw/bbx/authoryear-luh-ipw.bbx @@ -1,13 +1,20 @@ -% authoryear-luh-ipw.bbx, Oliver Heins (heins@sopos.org) 2011 +% authoryear-luh-ipw.bbx, Oliver Heins (heins@sopos.org) 2012 -\ProvidesFile{authoryear-luh-ipw.bbx}[2011/11/01 v0.1 bibliography style for use with biblatex 1.x] +\ProvidesFile{authoryear-luh-ipw.bbx}[2012/01/09 v0.2 bibliography style for use with biblatex 1.x] -\RequireBibliographyStyle{authoryear} +\RequireBibliographyStyle{authoryear-icomp} \RequireBibliographyStyle{standard-luh-ipw} \newtoggle{bbx:parensyear} -\DeclareBibliographyOption{yearnotinparens}[true]{% +\DeclareBibliographyOption{yearinparens}[true]{% \settoggle{bbx:parensyear}{#1}} +\DeclareBibliographyOption{yearnotinparens}[true]{% Deprecated, use + \settoggle{bbx:parensyear}{#1}% option yearinparens instead + \iftoggle{bbx:parensyear} + {\settoggle{bbx:parensyear}{false}} + {\settoggle{bbx:parensyear}{true}}} + +\ExecuteBibliographyOptions{yearinparens} %% Klammern um das Jahr optional ausschalten \def\bbx@opt@mergedate@maximum{% @@ -15,13 +22,13 @@ \iffieldundef{year} {} {\iftoggle{bbx:parensyear} - {\printfield{issue}% - \setunit*{\addspace}% - \printdateextra} {\printtext[parens]{% \printfield{issue}% \setunit*{\addspace}% - \printdateextra}}}}% + \printdateextra}} + {\printfield{issue}% + \setunit*{\addspace}% + \printdateextra}}}% \renewbibmacro*{date}{}% \renewbibmacro*{issue+date}{}% } @@ -31,8 +38,8 @@ \iffieldundef{year} {} {\iftoggle{bbx:parensyear} - {\printdateextra} - {\printtext[parens]{\printdateextra}}}}% + {\printtext[parens]{\printdateextra}} + {\printdateextra}}}% \renewbibmacro*{date}{}% \renewbibmacro*{issue+date}{% \iffieldundef{issue} @@ -46,11 +53,11 @@ \iffieldundef{labelyear} {} {\iftoggle{bbx:parensyear} - {\printfield{labelyear}% - \printfield{extrayear}} {\printtext[parens]{% \printfield{labelyear}% - \printfield{extrayear}}}}}% + \printfield{extrayear}}} + {\printfield{labelyear}% + \printfield{extrayear}}}}% \renewbibmacro*{date}{% \iffieldundef{month} {} @@ -74,11 +81,11 @@ \iffieldundef{labelyear} {} {\iftoggle{bbx:parensyear} - {\printfield{labelyear}% - \printfield{extrayear}} {\printtext[parens]{% \printfield{labelyear}% - \printfield{extrayear}}}}}% + \printfield{extrayear}}} + {\printfield{labelyear}% + \printfield{extrayear}}}}% \renewbibmacro*{date}{% \ifboolexpr{ test {\iffieldundef{month}} @@ -108,11 +115,11 @@ \iffieldundef{labelyear} {} {\iftoggle{bbx:parensyear} - {\printfield{labelyear}% - \printfield{extrayear}} {\printtext[parens]{% \printfield{labelyear}% - \printfield{extrayear}}}}}% + \printfield{extrayear}}} + {\printfield{labelyear}% + \printfield{extrayear}}}}% \renewbibmacro*{date}{\printdate}% \renewbibmacro*{issue+date}{% \printtext[parens]{% diff --git a/Master/texmf-dist/tex/latex/biblatex-luh-ipw/bbx/standard-luh-ipw.bbx b/Master/texmf-dist/tex/latex/biblatex-luh-ipw/bbx/standard-luh-ipw.bbx index 039ad2b63f4..fb61aebee07 100644 --- a/Master/texmf-dist/tex/latex/biblatex-luh-ipw/bbx/standard-luh-ipw.bbx +++ b/Master/texmf-dist/tex/latex/biblatex-luh-ipw/bbx/standard-luh-ipw.bbx @@ -1,13 +1,21 @@ -% standard-luh-ipw.bbx, Oliver Heins (heins@sopos.org) 2011 +% standard-luh-ipw.bbx, Oliver Heins (heins@sopos.org) 2012 -\ProvidesFile{standard-luh-ipw.bbx}[2011/11/01 v0.1 bibliography style for use with biblatex 1.x] +\ProvidesFile{standard-luh-ipw.bbx}[2012/01/09 v0.2 bibliography style for use with biblatex 1.x] \DeclareBibliographyOption{ipwstrict}[true]{% - \ExecuteBibliographyOptions{noemphtitle=#1,yearnotinparens=#1}} + \ifstrequal{#1}{true} + {\ExecuteBibliographyOptions{emphtitle=false,yearinparens=false}} + {}} -\newtoggle{bbx:noemphtitle} -\DeclareBibliographyOption{noemphtitle}[true]{% - \settoggle{bbx:noemphtitle}{#1}} +\newtoggle{bbx:emphtitle} +\DeclareBibliographyOption{emphtitle}[true]{% + \settoggle{bbx:emphtitle}{#1}} +\DeclareBibliographyOption{noemphtitle}[true]{% Deprecated, use + \ifstrequal{#1}{true} % emphtitle instead + {\settoggle{bbx:emphtitle}{false}} + {\settoggle{bbx:emphtitle}{true}}} + +\ExecuteBibliographyOptions{emphtitle} \newcommand{\mkbibvolume}[1]{\bibstring{jourvol}\adddot~#1} @@ -30,18 +38,18 @@ {\printtext[parens]{#1}}} %% Wenn die Option emphtitle=false, werden die Titel nicht hervorgehoben -\DeclareFieldFormat{citetitle}{\iftoggle{bbx:noemphtitle}{#1}{\mkbibemph{#1}}} +\DeclareFieldFormat{citetitle}{\iftoggle{bbx:emphtitle}{\mkbibemph{#1}}{#1}} \DeclareFieldFormat [article,inbook,incollection,inproceedings,patent,thesis,unpublished] - {citetitle}{\iftoggle{bbx:noemphtitle}{#1\isdot}{\mkbibquote{#1\isdot}}} -\DeclareFieldFormat{booktitle}{\iftoggle{bbx:noemphtitle}{#1}{\mkbibemph{#1}}} -\DeclareFieldFormat{journaltitle}{\iftoggle{bbx:noemphtitle}{#1}{\mkbibemph{#1}}} -\DeclareFieldFormat{issuetitle}{\iftoggle{bbx:noemphtitle}{#1}{\mkbibemph{#1}}} -\DeclareFieldFormat{maintitle}{\iftoggle{bbx:noemphtitle}{#1}{\mkbibemph{#1}}} -\DeclareFieldFormat{title}{\iftoggle{bbx:noemphtitle}{#1}{\mkbibemph{#1}}} + {citetitle}{\iftoggle{bbx:emphtitle}{\mkbibquote{#1\isdot}}{#1\isdot}} +\DeclareFieldFormat{booktitle}{\iftoggle{bbx:emphtitle}{\mkbibemph{#1}}{#1}} +\DeclareFieldFormat{journaltitle}{\iftoggle{bbx:emphtitle}{\mkbibemph{#1}}{#1}} +\DeclareFieldFormat{issuetitle}{\iftoggle{bbx:emphtitle}{\mkbibemph{#1}}{#1}} +\DeclareFieldFormat{maintitle}{\iftoggle{bbx:emphtitle}{\mkbibemph{#1}}{#1}} +\DeclareFieldFormat{title}{\iftoggle{bbx:emphtitle}{\mkbibemph{#1}}{#1}} \DeclareFieldFormat [article,inbook,incollection,inproceedings,patent,thesis,unpublished] - {title}{\iftoggle{bbx:noemphtitle}{#1\isdot}{\mkbibquote{#1\isdot}}} + {title}{\iftoggle{bbx:emphtitle}{\mkbibquote{#1\isdot}}{#1\isdot}} %% -> vor 'number' (z.B. ', Nr. ') @@ -71,5 +79,4 @@ \setunit{\addcomma\space}% \printfield{eid}} - \endinput \ No newline at end of file diff --git a/Master/texmf-dist/tex/latex/biblatex-luh-ipw/bbx/verbose-inote-luh-ipw.bbx b/Master/texmf-dist/tex/latex/biblatex-luh-ipw/bbx/verbose-inote-luh-ipw.bbx index 8b1ac257013..7cd79413519 100644 --- a/Master/texmf-dist/tex/latex/biblatex-luh-ipw/bbx/verbose-inote-luh-ipw.bbx +++ b/Master/texmf-dist/tex/latex/biblatex-luh-ipw/bbx/verbose-inote-luh-ipw.bbx @@ -1,6 +1,6 @@ -% verbose-inote-luh-ipw.bbx, Oliver Heins (heins@sopos.org) 2011 +% verbose-inote-luh-ipw.bbx, Oliver Heins (heins@sopos.org) 2012 -\ProvidesFile{verbose-inote-luh-ipw.bbx}[2011/11/01 v0.1 bibliography style for use with biblatex 1.x] +\ProvidesFile{verbose-inote-luh-ipw.bbx}[2012/01/09 v0.2 bibliography style for use with biblatex 1.x] \RequireBibliographyStyle{verbose-inote} \RequireBibliographyStyle{standard-luh-ipw} diff --git a/Master/texmf-dist/tex/latex/biblatex-luh-ipw/cbx/authoryear-luh-ipw.cbx b/Master/texmf-dist/tex/latex/biblatex-luh-ipw/cbx/authoryear-luh-ipw.cbx index 610c414067d..f63c92514f1 100644 --- a/Master/texmf-dist/tex/latex/biblatex-luh-ipw/cbx/authoryear-luh-ipw.cbx +++ b/Master/texmf-dist/tex/latex/biblatex-luh-ipw/cbx/authoryear-luh-ipw.cbx @@ -1,8 +1,308 @@ -% authoryear-ipol.cbx, Oliver Heins (heins@sopos.org) 2011 +% authoryear-luh-ipol.cbx, Oliver Heins (heins@sopos.org) 2012 -\ProvidesFile{authoryear-ipol.cbx}[2011/11/01 v0.1 biblatex citation style for use with biblatex 1.x] +\ProvidesFile{authoryear-luh-ipol.cbx}[2012/01/09 v0.2 biblatex citation style for use with biblatex 1.x] -\RequireCitationStyle{authoryear} +\RequireCitationStyle{authoryear-icomp} +\RequireCitationStyle{standard-luh-ipw} + + +\newtoggle{cbx:cquote} +\DeclareBibliographyOption{cquote}[true]{% + \settoggle{cbx:cquote}{#1}% + \ifstrequal{#1}{true} + {\luh@info{option cquote: patching package\MessageBreak + csquotes (experimental)}}% + {}} + + +\newif\ifluh@csquotes@loaded@ + +\@ifpackageloaded{csquotes} % Ist csquotes geladen? + {\luh@csquotes@loaded@true} + {\luh@csquotes@loaded@false} + +\AtEndPreamble{% +\iftoggle{cbx:cquote}{% + + \ifluh@csquotes@loaded@ % Mindestens v5.1d + \@ifpackagelater{csquotes}{2011/10/22} + {} + {\PackageError{biblatex-luh-ipw} + {Outdated 'csquotes' package} + {Upgrade to csquotes v5.1d (2011/10/22) or later.\MessageBreak + I found: '\csuse{ver@csquotes.sty}'.\MessageBreak + This is a fatal error. I'm aborting now.}% + \endinput}% + \fi + + \@ifpackageloaded{csquotes}{% csquotes ist geladen -- und neu genug + \luh@info{csquotes loaded}% + + \let\luh@textcquote@orig\textcquote + \let\luh@blockcquote@orig\blockcquote + + \newif\ifluh@blockcquotecmd@ + + \newcommand{\luh@textcquote}{% + \luh@blockcquotecmd@false + \let\luh@next\luh@textcquote@orig\luh@scancquote}% + + \newcommand{\luh@blockcquote}{% + \luh@blockcquotecmd@true + \let\luh@next\luh@blockcquote@orig\luh@scancquote}% + + \newcommand{\luh@scancquote}{% + \luh@scancite}% + + % scancite: [
][]{}[]
+    % scantext: {}
+  
+    \newtoks\luh@citet
+  
+    \def\luh@scancite{%
+      \@ifnextchar[%]
+      {\luh@scancite@i}
+      {\luh@scancite@ii[][]}}%
+  
+    \long\def\luh@scancite@i[#1]{%
+      \@ifnextchar[%]
+      {\luh@scancite@ii[#1]}
+      {\luh@scancite@ii[][#1]}}%
+  
+    \long\def\luh@scancite@ii[#1][#2]#3{%
+      \@ifnextchar[%]
+      {\luh@scancite@iii{#1}{#2}{#3}}
+      {\luh@scancite@iii{#1}{#2}{#3}[]}}%
+    
+    \long\def\luh@scancite@iii#1#2#3[#4]{%
+      \luh@citet={[#1][#2]{#3}[#4]}%
+      \luh@scantext}%
+  
+    \def\luh@defargs[#1][#2]#3[#4]{%
+      \edef\luh@prenote{#1}%
+      \edef\luh@postnote{#2}%
+      \edef\luh@citekey{#3}%
+      \edef\luh@punct{#4}}%
+    
+    \newif\ifluh@capitalizeCite@
+    \newif\ifluh@testsepunct@
+    \newif\ifluh@sepunct@
+  
+    \newtoks\luh@text
+    \long\def\luh@scantext#1{%
+      \luh@lastchar{#1}% finde den letzten Buchstaben des Textes
+      % Testbedingungen: : empty
+      %                  : empty oder SentPunct
+      %                  : endet mit SentPunct
+      {\luh@debug{\the\luh@citet}}%
+      \expandafter\luh@defargs\the\luh@citet
+      \luh@blockquote@false
+      \let\luh@actual@mkxquote\mktextquote% Standard: scanne mktextquote
+      \ifluh@blockcquotecmd@% jedoch: wird gerade blockcquote benutzt?
+        % schaue, ob inline oder outer gesetzt wird
+        \luh@bquote@i{\luh@prenote}{\luh@postnote}{\luh@citekey}{}{#1}%
+      \fi
+      \ifluh@blockquote@% wenn outer gesetzt wird, scanne mkblockquote
+        \let\luh@actual@mkxquote\mkblockquote
+      \fi
+      \luh@capitalizeCite@true
+      \luh@testsepunct@false
+      \ifx\luh@prenote\@empty
+        \luh@testsepunct@true
+      \else\luh@capitalizeCite@false\fi
+      \ifluh@testsepunct@
+        \expandafter\expandafter\expandafter\luh@mktextquote\expandafter{\meaning\luh@actual@mkxquote}%
+        \expandafter\expandafter\expandafter\luh@scanpunctinquotes\expandafter{\the\luh@mktextquote}%
+        \luh@sepunct@false
+        \ifluh@fourinquotes@
+          \luh@testinnerpunct
+        \fi
+        \luh@testpunct
+        \ifluh@sepunct@\luh@debug{GROSS}%
+        \else\luh@debug{klein}\fi
+      \fi
+      \expandafter\luh@next\the\luh@citet{#1}}%
+  
+    \long\def\luh@testpunct{%
+      \let\luh@tempc\luh@tempb% Das letzte Zeichen
+      \expandafter\luh@testpunct@i{\luh@sepunct}}%
+  
+    \def\luh@testinnerpunct{%
+      \let\luh@tempc\luh@punct% Der gesetzte innerpunct
+      \expandafter\luh@testpunct@i{\luh@sepunct}}%
+  
+    \def\luh@testpunct@i#1{%
+      \@for\luh@sign:=#1\do{\luh@debug{\luh@sign}%
+        \ifx\luh@tempc\luh@sign \luh@sepunct@true\fi}}%
+  
+    % Schreibe das letzte Zeichen nach \luh@tempb
+    \long\def\luh@lastchar#1{\luh@lastchar@i#1\luh@end}%
+  
+    \long\def\luh@lastchar@i#1{%
+      \ifx#1\luh@end \let\luhatnext=\relax
+      \else 
+        \let\luhatnext=\luh@lastchar@i 
+        \luh@text={#1}%
+        \edef\luh@tempb{\the\luh@text}%
+      \fi
+      \luhatnext}%
+  
+    % Einiges an foo-Zauber, um festzustellen, ob mktextquote
+    % bzw. mkblockquote evtl. ein Satzendezeichen setzen.  
+    \newif\luh@isinquotes
+  
+    \newif\ifluh@sixfound@
+    \newif\ifluh@fourinquotes@
+    \newif\ifluh@hyphenfound@
+    \def\luh@scanpunctinquotes#1{%
+      \luh@sixfound@false
+      \luh@fourinquotes@false
+      \luh@hyphenfound@false
+      \luh@debug{#1}%
+      \luh@scanpunctinquotes@i#1\printbibliography
+      \ifluh@fourinquotes@ \luh@debug{Drinnen}\else\luh@debug{Draussen}\fi}%
+  
+    \def\luh@six{6}%
+    \def\luh@four{4}%
+    \def\luh@hyphen{-}%
+    \def\luh@scanpunctinquotes@i#1{%
+      \edef\luh@number{#1}%
+      \luh@debug{#1}%
+      \ifx#1\printbibliography \let\luh@next@i\relax
+      \else 
+        \let\luh@next@i\luh@scanpunctinquotes@i
+        \ifluh@hyphenfound@
+          \ifx\luh@number\luh@six \luh@sixfound@true \luh@debug{6 found}\fi
+          \ifx\luh@number\luh@four
+            \luh@debug{4 found}%
+            \ifluh@sixfound@ \else \luh@fourinquotes@true \fi
+          \fi
+        \fi
+        \ifx\luh@number\luh@hyphen \luh@hyphenfound@true \fi
+       \fi
+       \luh@next@i}%
+  
+     \newtoks\luh@mktextquote
+  
+     \def\luh@scanpunct{%
+       \expandafter\expandafter\expandafter\luh@mktextquote\expandafter{\meaning\luh@actual@mkxquote}%
+       \expandafter\expandafter\expandafter\luh@scanpunctinquotes\expandafter{\the\luh@mktextquote}%
+     }%
+  
+    % Kommando \DeclareSentenceEndPunct (Liste der Satzendezeichen)
+    % (Die Liste muss in eine kommaseparierte gewandelt werden, deshalb
+    % der ganze Zauber)
+    \newrobustcmd*{\DeclareSentenceEndPunct}[1]{%
+      \ifblank{#1}
+      {\def\luh@sepunct{}}
+      {\luh@addsepunct{#1}}}%
+  
+    \long\def\luh@addsepunct#1{%
+      \let\luh@sepunct\relax%
+      \expandafter\luh@addsepunct@i#1\@end}%
+  
+    \def\luh@addsepunct@i#1{%
+      \ifx#1\@end\let\luh@next=\relax%
+      \else%
+        \ifx\luh@sepunct\relax
+          \edef\luh@sepunct{#1}%
+        \else
+          \edef\luh@sepunct{\luh@sepunct,#1}%
+        \fi
+        \let\luh@next\luh@addsepunct@i%
+      \fi%
+      \luh@next}%
+  
+    \DeclareSentenceEndPunct{.!?}%
+  
+    \let\textcquote\luh@textcquote
+    \let\blockcquote\luh@blockcquote
+  
+    \newcommand{\luh@parencite}{%
+      \ifluh@sepunct@\let\luh@citecmd\Parencite
+      \else\let\luh@citecmd\parencite\fi
+      \luh@citecmd}%
+  
+    \SetCiteCommand{\luh@parencite}%
+  
+    %%%% 
+    \newif\ifluh@blockquote@\luh@blockquote@false
+    \long\def\luh@bquote@i#1#2#3#4#5#6{%
+      \begingroup
+      \blockquote@prehook
+      \togglefalse{csq@tempsw}%
+      \setbox\@tempboxa=\vbox{%
+        \csuse{csq@bcount@\csq@thresholdtype}%
+        \parindent\z@
+        \blockquote@parsehook
+        #1#6#5#2\endgraf\expandafter}\expandafter
+      \@tempcnta\number\prevgraf\relax
+      \iftoggle{csq@tempsw}
+        {\luh@debug{%
+            \@backslashchar blockquote has \number\@tempcnta\space
+            \csq@thresholdtype\space and manual breaks.\MessageBreak
+            Setting as display}}
+        {\ifnumgreater\@tempcnta\csq@tshold
+          {\toggletrue{csq@tempsw}}
+          {}%
+          \luh@debug{%
+         \@backslashchar blockquote has \number\@tempcnta\space
+         \csq@thresholdtype. Threshold is \number\csq@tshold.\MessageBreak
+         Setting \iftoggle{csq@tempsw}{as display}{inline}}}%
+     \blockquote@posthook
+     \iftoggle{csq@tempsw}
+       {\aftergroup\@firstoftwo}
+       {\aftergroup\@secondoftwo}%
+     \endgroup
+     \luh@blockquote@true\luh@blockquote@false}%
+  
+% Das ist die originale Definition des obigen Makros aus 
+% csquotes.sty,v 5.1d 2011/10/22 19:17:39 lehman stable
+% Diese wird mit der aktuellen verglichen, und ggf. eine Fehlermeldung
+% ausgegeben, da bei Aenderung u. U. falsch berechnet wird.
+\long\def\luh@csq@bquote@i#1#2#3#4#5#6{%
+  \begingroup
+  \blockquote@prehook
+  \togglefalse{csq@tempsw}%
+  \setbox\@tempboxa=\vbox{%
+    \csuse{csq@bcount@\csq@thresholdtype}%
+    \parindent\z@
+    \blockquote@parsehook
+    #1#6#5#2\endgraf\expandafter}\expandafter
+  \@tempcnta\number\prevgraf\relax
+  \iftoggle{csq@tempsw}
+    {\csq@debug{%
+       \@backslashchar blockquote has \number\@tempcnta\space
+       \csq@thresholdtype\space and manual breaks.\MessageBreak
+       Setting as display}}
+    {\ifnumgreater\@tempcnta\csq@tshold
+       {\toggletrue{csq@tempsw}}
+       {}%
+     \csq@debug{%
+       \@backslashchar blockquote has \number\@tempcnta\space
+       \csq@thresholdtype. Threshold is \number\csq@tshold.\MessageBreak
+       Setting \iftoggle{csq@tempsw}{as display}{inline}}}%
+  \blockquote@posthook
+  \iftoggle{csq@tempsw}
+    {\aftergroup\@firstoftwo}
+    {\aftergroup\@secondoftwo}%
+  \endgroup
+  \csq@bquote@iii\csq@bquote@ii{#1}{#2}{#3}{#4}{#5}{#6}}%
+
+    \ifx\csq@bquote@i\luh@csq@bquote@i
+      %% alles ist gut, keine Aenderung
+    \else\luh@warning{% Uhhh ohhh :(
+      Package csquotes has changed, and \MessageBreak
+      biblatex-luh-ipw is not yet aware\MessageBreak
+      of the changes.  Sadly, this might\MessageBreak
+      break biblatex-luh-ipw.  Please\MessageBreak
+      drop me (heins@sopos.org) a mail,\MessageBreak
+      if this message keeps beeing thrown\MessageBreak
+      out for longer than a week or so.^^J}%
+    \fi
+  }
+  {\luh@warning{Package csquotes not loaded. \MessageBreak 
+      Not defining additional macros^^J}}}}
 
 \endinput
diff --git a/Master/texmf-dist/tex/latex/biblatex-luh-ipw/cbx/standard-luh-ipw.cbx b/Master/texmf-dist/tex/latex/biblatex-luh-ipw/cbx/standard-luh-ipw.cbx
new file mode 100644
index 00000000000..30da256634b
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/biblatex-luh-ipw/cbx/standard-luh-ipw.cbx
@@ -0,0 +1,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
\ No newline at end of file
diff --git a/Master/texmf-dist/tex/latex/biblatex-luh-ipw/cbx/verbose-inote-luh-ipw.cbx b/Master/texmf-dist/tex/latex/biblatex-luh-ipw/cbx/verbose-inote-luh-ipw.cbx
index 06b24c8a265..55014e11eb6 100644
--- a/Master/texmf-dist/tex/latex/biblatex-luh-ipw/cbx/verbose-inote-luh-ipw.cbx
+++ b/Master/texmf-dist/tex/latex/biblatex-luh-ipw/cbx/verbose-inote-luh-ipw.cbx
@@ -1,6 +1,6 @@
-% authoryear-luh-ipw.cbx, Oliver Heins (heins@sopos.org) 2011
+% authoryear-luh-ipw.cbx, Oliver Heins (heins@sopos.org) 2012
 
-\ProvidesFile{verbose-inote-luh-ipw.cbx}[2011/11/01 v0.1 biblatex citation style for use with biblatex 1.x]
+\ProvidesFile{verbose-inote-luh-ipw.cbx}[2012/01/09 v0.2 biblatex citation style for use with biblatex 1.x]
 
 \RequireCitationStyle{verbose-inote}
 
diff --git a/Master/texmf-dist/tex/latex/biblatex-luh-ipw/lbx/english-luh-ipw.lbx b/Master/texmf-dist/tex/latex/biblatex-luh-ipw/lbx/english-luh-ipw.lbx
index acb711a2dad..ca81ae82cab 100644
--- a/Master/texmf-dist/tex/latex/biblatex-luh-ipw/lbx/english-luh-ipw.lbx
+++ b/Master/texmf-dist/tex/latex/biblatex-luh-ipw/lbx/english-luh-ipw.lbx
@@ -1,6 +1,6 @@
-% english-luh-ipw.bbx, Oliver Heins (heins@sopos.org) 2011
+% english-luh-ipw.bbx, Oliver Heins (heins@sopos.org) 2012
 
-\ProvidesFile{english-luh-ipw.lbx}[2011/11/01 v0.1 bibliography localization for use with biblatex 1.x]
+\ProvidesFile{english-luh-ipw.lbx}[2012/01/09 v0.2 bibliography localization for use with biblatex 1.x]
 
 \InheritBibliographyExtras{english}
 
diff --git a/Master/texmf-dist/tex/latex/biblatex-luh-ipw/lbx/german-luh-ipw.lbx b/Master/texmf-dist/tex/latex/biblatex-luh-ipw/lbx/german-luh-ipw.lbx
index d97b778a5af..527ae1e7a54 100644
--- a/Master/texmf-dist/tex/latex/biblatex-luh-ipw/lbx/german-luh-ipw.lbx
+++ b/Master/texmf-dist/tex/latex/biblatex-luh-ipw/lbx/german-luh-ipw.lbx
@@ -1,6 +1,6 @@
-% german-luh-ipw.bbx, Oliver Heins (heins@sopos.org) 2011
+% german-luh-ipw.bbx, Oliver Heins (heins@sopos.org) 2012
 
-\ProvidesFile{german-luh-ipw.bbx}[2011/11/01 v0.1 bibliography localization for use with biblatex 1.x]
+\ProvidesFile{german-luh-ipw.bbx}[2012/01/09 v0.2 bibliography localization for use with biblatex 1.x]
 
 \InheritBibliographyExtras{german}
 
-- 
cgit v1.2.3