diff options
author | Karl Berry <karl@freefriends.org> | 2010-04-04 23:01:22 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-04-04 23:01:22 +0000 |
commit | 31f40f2083a93e90e2b7a55912875effb86e9955 (patch) | |
tree | d321e0a75e3aa31320af27e9673e8a4bc6f910ec /Master/texmf-dist/tex/latex/biblatex-philosophy/philosophy-classic.bbx | |
parent | af9c077df1bd0d7aabc861d8e1871c86db6bc200 (diff) |
biblatex-philosophy update (4apr10)
git-svn-id: svn://tug.org/texlive/trunk@17685 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/biblatex-philosophy/philosophy-classic.bbx')
-rw-r--r-- | Master/texmf-dist/tex/latex/biblatex-philosophy/philosophy-classic.bbx | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Master/texmf-dist/tex/latex/biblatex-philosophy/philosophy-classic.bbx b/Master/texmf-dist/tex/latex/biblatex-philosophy/philosophy-classic.bbx index b5023b6e0e8..97f3104edd1 100644 --- a/Master/texmf-dist/tex/latex/biblatex-philosophy/philosophy-classic.bbx +++ b/Master/texmf-dist/tex/latex/biblatex-philosophy/philosophy-classic.bbx @@ -1,11 +1,11 @@ -% $Id: philosophy-classic.bbx,v 0.7 2010/03/30 Valbusa$ +% $Id: philosophy-classic.bbx,v 0.7a 2010/04/03 Valbusa$ % 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-classic.bbx}[philosophy-classic.bbx,v 0.7 2010/03/30 valbusa beta$] +\ProvidesFile{philosophy-classic.bbx}[philosophy-classic.bbx,v 0.7a 2010/04/03 valbusa beta$] \RequireBibliographyStyle{authoryear} \RequireBibliographyStyle{philosophy-standard} @@ -81,8 +81,8 @@ square=false} \setcounter{minnamesincross}{\value{minnames}} \ifbool{bbx:square} - {\renewcommand{\bibleftparen}{\bibleftbracket}% - \renewcommand{\bibrightparen}{\bibrightbracket}} + {\renewcommand{\bibopenparen}{\bibopenbracket}% + \renewcommand{\bibcloseparen}{\bibclosebracket}} {}} @@ -103,10 +103,10 @@ square=false} \iffieldundef{issue} {\printfield{month}}% {\printfield{issue}}}}% - {\printtext[parens]{% + {\ifthenelse{\iffieldundef{issue}\AND\iffieldundef{month}}{}{\printtext[parens]{% \iffieldundef{issue} {\printfield{month}} - {\printfield{issue}}}} + {\printfield{issue}}}}} \newunit} % changed |