diff options
author | Karl Berry <karl@freefriends.org> | 2017-04-26 22:45:55 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-04-26 22:45:55 +0000 |
commit | 4264d79ed28e27760be5ab7ea4d90aefa9998c1c (patch) | |
tree | 49b687b7e05e0c6f0f9f442b1769a2c26e7aa2a1 /Master/texmf-dist/tex/latex/biblatex-iso690/iso.bbx | |
parent | 2844299e41158998b2f39d0663c1642eb927e9a9 (diff) |
biblatex-iso690 (26apr17)
git-svn-id: svn://tug.org/texlive/trunk@44066 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/biblatex-iso690/iso.bbx')
-rw-r--r-- | Master/texmf-dist/tex/latex/biblatex-iso690/iso.bbx | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/Master/texmf-dist/tex/latex/biblatex-iso690/iso.bbx b/Master/texmf-dist/tex/latex/biblatex-iso690/iso.bbx index 4f240cf3719..92c8a78e9be 100644 --- a/Master/texmf-dist/tex/latex/biblatex-iso690/iso.bbx +++ b/Master/texmf-dist/tex/latex/biblatex-iso690/iso.bbx @@ -1,8 +1,9 @@ -\ProvidesFile{iso.bbx}[2016/05/13 v0.3.1 biblatex bibliography style] +\ProvidesFile{iso.bbx}[2017/04/25 v0.3.2 biblatex bibliography style] \DeclareLanguageMapping{czech}{czech-iso} \DeclareLanguageMapping{english}{english-iso} \DeclareLanguageMapping{slovak}{slovak-iso} +\DeclareLanguageMapping{german}{german-iso} \NewBibliographyString{at,bysupervisor,urlalso} %options @@ -22,9 +23,9 @@ \settoggle{bbx:shortnum}{#1}% \typeout{Short numeration enabled: #1}} -\newtoggle{bbx:thesisinfolast} -\DeclareBibliographyOption{thesisinfolast}[true]{% - \settoggle{bbx:thesisinfolast}{#1}% +\newtoggle{bbx:thesisinfoinnotes} +\DeclareBibliographyOption{thesisinfoinnotes}[true]{% + \settoggle{bbx:thesisinfoinnotes}{#1}% \typeout{Printing thesis info at the end enabled: #1}} @@ -32,14 +33,15 @@ spacecolon=false ,pagetotal=false ,shortnumeration=false - ,thesisinfolast=true + ,thesisinfoinnotes=true %sorting=nyt ,maxnames=9 ,minnames=1 ,citetracker=true %,autolang=other ,date=year - ,urldate=iso8601 + ,urldate=edtf + ,seconds=true } \newbibmacro*{begentry}{} @@ -730,7 +732,7 @@ \newunit\newblock% \usebibmacro{identifier}% \newunit\newblock% -\iftoggle{bbx:thesisinfolast} +\iftoggle{bbx:thesisinfoinnotes} {} {\printfield{type} \newunit\newblock% @@ -744,7 +746,7 @@ {\printfield{pagetotal}} {}% \newunit\newblock% -\iftoggle{bbx:thesisinfolast} +\iftoggle{bbx:thesisinfoinnotes} {\printfield{type} \newunit\newblock% \printlist{institution}% |