summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/biblatex-luh-ipw/cbx
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-11-05 23:09:06 +0000
committerKarl Berry <karl@freefriends.org>2011-11-05 23:09:06 +0000
commitdc50858e724106d4c7c763830fe10d574d8a8e78 (patch)
tree05b451c354f2fcf627326c79192e048ef7744d39 /Master/texmf-dist/tex/latex/biblatex-luh-ipw/cbx
parentb3085c6a82dd9e1cebdfdb0562f31d0cf9a2066e (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/tex/latex/biblatex-luh-ipw/cbx')
-rw-r--r--Master/texmf-dist/tex/latex/biblatex-luh-ipw/cbx/authoryear-luh-ipw.cbx8
-rw-r--r--Master/texmf-dist/tex/latex/biblatex-luh-ipw/cbx/verbose-inote-luh-ipw.cbx32
2 files changed, 40 insertions, 0 deletions
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
new file mode 100644
index 00000000000..610c414067d
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/biblatex-luh-ipw/cbx/authoryear-luh-ipw.cbx
@@ -0,0 +1,8 @@
+% authoryear-ipol.cbx, Oliver Heins (heins@sopos.org) 2011
+
+\ProvidesFile{authoryear-ipol.cbx}[2011/11/01 v0.1 biblatex citation style for use with biblatex 1.x]
+
+\RequireCitationStyle{authoryear}
+
+
+\endinput
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
new file mode 100644
index 00000000000..06b24c8a265
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/biblatex-luh-ipw/cbx/verbose-inote-luh-ipw.cbx
@@ -0,0 +1,32 @@
+% authoryear-luh-ipw.cbx, Oliver Heins (heins@sopos.org) 2011
+
+\ProvidesFile{verbose-inote-luh-ipw.cbx}[2011/11/01 v0.1 biblatex citation style for use with biblatex 1.x]
+
+\RequireCitationStyle{verbose-inote}
+
+\renewbibmacro*{cite:save}{%
+ \csxdef{cbx@t@\thefield{entrykey}}{\the\value{instcount}}}
+
+%% Klammern um seenote
+\renewbibmacro*{footcite:note}{%
+ \ifnameundef{labelname}
+ {\printfield{label}}
+ {\printnames{labelname}}%
+ \ifsingletitle
+ {}
+ {\setunit*{\nametitledelim}%
+ \printfield[title]{labeltitle}}%
+ \setunit*{\addspace}%
+ \printtext{%
+ \mkbibparens{%
+ \bibstring{seenote}\addnbspace
+ \ref{cbx@\csuse{cbx@f@\thefield{entrykey}}}%
+ \iftoggle{cbx:pageref}
+ {\ifsamepage{\the\value{instcount}}
+ {\csuse{cbx@f@\thefield{entrykey}}}
+ {}
+ {\addcomma\space\bibstring{page}\addnbspace
+ \pageref{cbx@\csuse{cbx@f@\thefield{entrykey}}}}}
+ {}}}}
+
+\endinput