diff options
author | Karl Berry <karl@freefriends.org> | 2014-08-24 21:18:53 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-08-24 21:18:53 +0000 |
commit | 9913fb8461243c1606b55dabd26ad4871aac1929 (patch) | |
tree | 1655970e12b0c09e3d0a8ea939925543b1a5f5ec /Master/texmf-dist/tex/latex/udesoftec/udesoftec-bst.sty | |
parent | a90a70397dcc0fe65403afb486646af6f48d5669 (diff) |
udesoftec (24aug14)
git-svn-id: svn://tug.org/texlive/trunk@35033 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/udesoftec/udesoftec-bst.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/udesoftec/udesoftec-bst.sty | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/Master/texmf-dist/tex/latex/udesoftec/udesoftec-bst.sty b/Master/texmf-dist/tex/latex/udesoftec/udesoftec-bst.sty index 29c80817079..c94d65365ec 100644 --- a/Master/texmf-dist/tex/latex/udesoftec/udesoftec-bst.sty +++ b/Master/texmf-dist/tex/latex/udesoftec/udesoftec-bst.sty @@ -1,7 +1,7 @@ % !Mode:: "TeX:UTF-8" %% udesoftec-bst.sty %% Copyright 2013-2014 J. Peter M. Schuler -%% 2014/06/22 v1.4.2 udesoftec +%% 2014/08/23 v1.4.4 udesoftec % % This work may be distributed and/or modified under the % conditions of the LaTeX Project Public License, either version 1.3 @@ -32,7 +32,7 @@ % and % http://mirrors.ctan.org/macros/latex/contrib/udesoftec/udesoftec-doc.pdf \NeedsTeXFormat{LaTeX2e}% -\ProvidesPackage{udesoftec-bst}[2014/05/27 v1.4.1 udesoftec-bst.sty udesoftec bibstyle configuration]% +\ProvidesPackage{udesoftec-bst}[2014/08/23 v1.4.4 udesoftec-bst.sty udesoftec bibstyle configuration]% %%%%%%%%%%%%%%%%%%%%%%%%% \newif\ifdocumentIsFinal \documentIsFinalfalse @@ -49,11 +49,13 @@ \usepackage[elide]{natbib} \bibliographystyle{udesoftec} -\providecommand{\bibstyle@udesoftec}{\bibpunct{(}{)}{;}{a}{}{}{}} +\providecommand{\bibstyle@udesoftec}{\bibpunct[,~\bblInTextPagePrefix{}]{(}{)}{;}{a}{}{}{}} \providecommand{\doi}[1]{\href{http://dx.doi.org/#1}{doi:\detokenize{#1}}} %use real doi links with doi:<num> as label \providecommand{\bblisbn}[1]{\small{ISBN:\mbox{#1}}} \providecommand{\bblissn}[1]{\small{ISSN:\mbox{#1}}} \providecommand{\bbland}{\& } +\providecaptionname{ngerman}{\bbland}{und }% +\providecaptionname{english}{\bbland}{and }% \providecommand{\bblAuthorYearSep}{ } % possible to add \newline \providecommand{\bblAuthorTitleSep}{: } % possible to add \newline \providecommand{\bblAuthorTitleSepInEd}{: } @@ -63,8 +65,8 @@ \providecaptionname{english}{\bbled}{~(Ed.)}% \providecaptionname{ngerman}{\bbleds}{~(Hrsg.)}% \providecaptionname{english}{\bbleds}{~(Eds.)}% -\providecaptionname{ngerman}{\bbledn}{~Aufl.}% -\providecaptionname{english}{\bbledn}{~edn}% +\providecaptionname{ngerman}{\bbledn}{Aufl.}% +\providecaptionname{english}{\bbledn}{edn}% \providecaptionname{ngerman}{\bbletal}{et~al.}% \providecaptionname{english}{\bbletal}{et~al.}% \providecaptionname{ngerman}{\bblpp}{S.~}% @@ -83,6 +85,7 @@ \providecaptionname{english}{\bbllastaccesswas}{Last checked: }% \renewcommand{\bibfont}{\raggedright} +\providecommand{\bblInTextPagePrefix}[1]{} \providecommand{\bblurldate}[1]{ (\bbllastaccesswas #1)} \providecommand{\bblVolumeOfSeries}[2]{ (#2~#1)} \providecommand{\bblSeries}[1]{ (#1)} @@ -102,7 +105,7 @@ } \fi \providecommand{\bblyear}[1]{\ifnumber{#1}{#1}{\bblnoyear}} -\providecommand{\bbledGenerateEdition}[1]{\ifnumber{#1}{\bbledOrdinal{#1}~\bbledn}{#1}} +\providecommand{\bbledGenerateEdition}[1]{\ifnumber{#1}{\bbledOrdinal{#1}\bbledn}{#1}} \providecommand{\englishordinal}[1]{\ifcase #1\or 1\textsuperscript{st}\or 2\textsuperscript{nd}\or 3\textsuperscript{rd}\else #1\textsuperscript{th}\fi} \providecommand{\germanordinal}[1]{#1.} |