diff options
author | Karl Berry <karl@freefriends.org> | 2018-02-14 00:03:05 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-02-14 00:03:05 +0000 |
commit | 3562a2f90af4eea2000109573c9946bdafd08eac (patch) | |
tree | 2e6129ee579568e40c3ef2f75fe219931acbe692 /Master/texmf-dist/tex/latex/univie-ling/univie-ling.bbx | |
parent | 3283f9487d04d0eeda6e9f49c55cc696dac3df1f (diff) |
univie-ling (13feb18)
git-svn-id: svn://tug.org/texlive/trunk@46625 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/univie-ling/univie-ling.bbx')
-rw-r--r-- | Master/texmf-dist/tex/latex/univie-ling/univie-ling.bbx | 21 |
1 files changed, 14 insertions, 7 deletions
diff --git a/Master/texmf-dist/tex/latex/univie-ling/univie-ling.bbx b/Master/texmf-dist/tex/latex/univie-ling/univie-ling.bbx index ce4f3cbbd6c..1f59f379681 100644 --- a/Master/texmf-dist/tex/latex/univie-ling/univie-ling.bbx +++ b/Master/texmf-dist/tex/latex/univie-ling/univie-ling.bbx @@ -1,12 +1,14 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %% univie-ling.bbx % -% This file is part of the univie-ling LaTeX package, consisting of: -% -- univie-ling-expose.cls: Class for PhD Research Proposals +% This file is part of the univie-ling LaTeX bundle, consisting of: +% -- univie-ling-expose.cls: Class for PhD Research Proposals (this file) % -- univie-ling-paper.cls: Class for student papers % -- univie-ling-thesis.cls: Class for BA, MA or PhD theses +% -- univie-ling-wlg.cls: Class for the journal Wiener Linguistische Gazette % -- univie-logo-sw.pdf: University of Vienna logo -% -- univie-ling.bbx: Biblatex bibliography style (this file) +% -- univie-ling-wlg-logo.pdf: Logo of the journal Wiener Linguistische Gazette +% -- univie-ling.bbx: Biblatex bibliography style % -- univie-ling.cbx: Biblatex citation style % % Author: Jürgen Spitzmüller @@ -34,7 +36,7 @@ % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -\ProvidesFile{univie-ling.bbx}[2018/02/04 v1.0 biblatex bibliography style] +\ProvidesFile{univie-ling.bbx}[2018/02/13 v1.2 biblatex bibliography style] % Load base style (authoryear) \RequireBibliographyStyle{authoryear} @@ -48,7 +50,8 @@ dashed=false, isbn=false, eprint=false, - maxbibnames=100 + maxbibnames=100, + maxitems=2 } \@ifpackagelater{biblatex}{2016/09/07} @@ -495,6 +498,7 @@ urlseen = {accessed}, edition = {edn\adddot}, phdthesis = {dissertation}, + andmore = {et al\adddot}, specialissue = {\autocap{s}pecial issue} } @@ -506,6 +510,7 @@ editors = {Hgg\adddot}, urlseen = {Abruf}, andothers = {et al\adddot}, + andmore = {et al\adddot}, specialissue = {Themenheft} } @@ -517,6 +522,7 @@ editors = {Hgg\adddot}, urlseen = {Abruf}, andothers = {et al\adddot}, + andmore = {et al\adddot}, specialissue = {Themenheft} } @@ -528,6 +534,7 @@ editors = {Hgg\adddot}, urlseen = {Abruf}, andothers = {et al\adddot}, + andmore = {et al\adddot}, specialissue = {Themenheft} } @@ -556,8 +563,8 @@ \DeclareFieldFormat{pages}{#1} % no pp. prefix, took \mkpageprefix out [kvf] \DeclareFieldFormat{doi}{% \ifhyperref - {\href{http://dx.doi.org/#1}{\nolinkurl{http://dx.doi.org/#1}}} - {\nolinkurl{http://dx.doi.org/#1}}} + {\href{https://doi.org/#1}{\nolinkurl{https://doi.org/#1}}} + {\nolinkurl{https://doi.org/#1}}} \DeclareFieldFormat{url}{\url{#1}} \DeclareFieldFormat{volume:unified:proc-as-article}{#1} |