diff options
author | Karl Berry <karl@freefriends.org> | 2010-04-02 12:54:25 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-04-02 12:54:25 +0000 |
commit | 3cb2271bc67884876da9885429ca597d0f900098 (patch) | |
tree | d8c936bb0d056fcf1613284733ccac4c5533550d /Master/texmf-dist/tex/latex/biblatex-philosophy/philosophy-verbose.cbx | |
parent | bc4a9fa10fc1b2f184be4e692db2fd9e3d974ac7 (diff) |
biblatex-philosophy update
git-svn-id: svn://tug.org/texlive/trunk@17655 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/biblatex-philosophy/philosophy-verbose.cbx')
-rw-r--r-- | Master/texmf-dist/tex/latex/biblatex-philosophy/philosophy-verbose.cbx | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/Master/texmf-dist/tex/latex/biblatex-philosophy/philosophy-verbose.cbx b/Master/texmf-dist/tex/latex/biblatex-philosophy/philosophy-verbose.cbx index 19942ef0ea6..2bce606803f 100644 --- a/Master/texmf-dist/tex/latex/biblatex-philosophy/philosophy-verbose.cbx +++ b/Master/texmf-dist/tex/latex/biblatex-philosophy/philosophy-verbose.cbx @@ -1,22 +1,25 @@ -% $Id: philosophy-verbose.cbx,v 0.6 2010/03/23 17:00:00 15:42:33 valbusa beta $ +% $Id: philosophy-verbose.cbx,v 0.7 2010/03/30 17:00:00 15:42:33 valbusa beta $ % Copyright 2009-2010 Ivan Valbusa. This package is author-maintained. % Permission is granted to copy, distribute and/or modify this software under the % terms of the LaTeX Project Public License, version 1.3c % http://www.ctan.org/tex-archive/macros/latex/base/lppl.txt. \ProvidesFile{philosophy-verbose.cbx} -[$Id: philosophy-verbose.cbx,v 0.6 2010/03/23 17:00:00 15:42:33 valbusa beta $] +[$Id: philosophy-verbose.cbx,v 0.7 2010/03/30 17:00:00 15:42:33 valbusa beta $] \RequireCitationStyle{verbose-trad2} \DeclareLanguageMapping{italian}{italian-philosophy} \newbool{cbx:scauthorscite} \newbool{cbx:latinemph} +\newbool{cbx:commacit} \DeclareBibliographyOption{scauthorscite}[true]{% \csuse{bool#1}{cbx:scauthorscite}} \DeclareBibliographyOption{latinemph}[true]{% \csuse{bool#1}{cbx:latinemph}} +\DeclareBibliographyOption{commacit}[true]{% + \csuse{bool#1}{cbx:commacit}} \ExecuteBibliographyOptions{% @@ -24,7 +27,8 @@ idemtracker=false, loccittracker=strict, citetracker=true, scauthorscite=false, -latinemph=false} +latinemph=false, +commacit=false} \newbibmacro*{cite:loccit}{% \printtext{% @@ -44,8 +48,9 @@ latinemph=false} \renewbibmacro*{cite:title}{% \printtext[bibhyperlink]{% \printfield[citetitle]{labeltitle}% - \setunit{\addspace\midsentence}% - \bibstring{opcit}}} + \ifbool{cbx:commacit}{\setunit{\addcomma\space}} + {\setunit{\addspace\midsentence}}}% + \bibstring{opcit}} \AtEveryCite{\boolfalse{bbx:annotation}} |