diff options
author | Karl Berry <karl@freefriends.org> | 2017-05-03 21:28:45 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-05-03 21:28:45 +0000 |
commit | 4173c34b74281e437b531eaaeb760d011ddac776 (patch) | |
tree | b39b54b0677fd89832264e86bba61a7fc789c781 /Master/texmf-dist/tex/latex/biblatex-gost/gost-inline.cbx | |
parent | d4bbb3bb502da4c02c8507f77478bc6a5f2439c2 (diff) |
biblatex-gost (3may17)
git-svn-id: svn://tug.org/texlive/trunk@44172 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/biblatex-gost/gost-inline.cbx')
-rw-r--r-- | Master/texmf-dist/tex/latex/biblatex-gost/gost-inline.cbx | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Master/texmf-dist/tex/latex/biblatex-gost/gost-inline.cbx b/Master/texmf-dist/tex/latex/biblatex-gost/gost-inline.cbx index 5927692f3d2..e998e1e3d52 100644 --- a/Master/texmf-dist/tex/latex/biblatex-gost/gost-inline.cbx +++ b/Master/texmf-dist/tex/latex/biblatex-gost/gost-inline.cbx @@ -1,5 +1,5 @@ \ProvidesFile{gost-inline.cbx} -[2017/02/16\space v1.13\space biblatex-gost styles] +[2017/05/03\space v1.14\space biblatex-gost styles] \DeclareLabelname [inbook,incollection,inproceedings,inreference,suppbook,suppcollection,suppperiodical,bookinbook] @@ -76,9 +76,9 @@ test {\ifnumequal{\value{citecount}}{\value{citetotal}}} and ( - not test {\iffieldundef{pages}} - or - not test {\iffieldundef{pagetotal}} + not test {\iffieldundef{pages}} + or + not test {\iffieldundef{pagetotal}} ) } {\usebibmacro{cite:postnote:pages}} @@ -406,7 +406,7 @@ {} {\setunit*{\labelnamepunct}% \printtext[bibhyperlink]{% - \printfield[citetitle]{labeltitle}}}% + \printtext[citetitle]{\printfield[titlecase]{labeltitle}}}}% \ifboolexpr{ ( test {\ifentrytype{book}} % do we use macro{volume+parts} ? or test {\ifentrytype{collection}} @@ -499,7 +499,7 @@ \newbibmacro*{textcite}{% \ifnameundef{labelname} - {\printfield[citetitle]{labeltitle}} + {\printtext[citetitle]{\printfield[titlecase]{labeltitle}}} {\printnames{labelname}}} \newbibmacro*{textcite:init}{% |