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.bbx | |
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.bbx')
-rw-r--r-- | Master/texmf-dist/tex/latex/biblatex-gost/gost-inline.bbx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/biblatex-gost/gost-inline.bbx b/Master/texmf-dist/tex/latex/biblatex-gost/gost-inline.bbx index 4cea3cf60d4..8ff7fb12c30 100644 --- a/Master/texmf-dist/tex/latex/biblatex-gost/gost-inline.bbx +++ b/Master/texmf-dist/tex/latex/biblatex-gost/gost-inline.bbx @@ -1,5 +1,5 @@ \ProvidesFile{gost-inline.bbx} -[2017/02/16\space v1.13\space biblatex-gost styles] +[2017/05/03\space v1.14\space biblatex-gost styles] \RequireBibliographyStyle{gost-standard} @@ -38,9 +38,9 @@ \newbibmacro*{labeltitle}{% \iffieldundef{label} {\iffieldundef{shorttitle} - {\printfield{title}% + {\printtext[title]{\printfield[titlecase]{title}}% \clearfield{title}} - {\printfield[title]{shorttitle}}} + {\printtext[title]{\printfield[titlecase]{shorttitle}}}} {\printfield{label}}} \endinput |