From 9d85507cc05a02dc5f4ad00257fdfb320484d2df Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sat, 12 Jul 2014 22:25:37 +0000 Subject: dtk (12jul14) git-svn-id: svn://tug.org/texlive/trunk@34583 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/bibtex/bst/dtk/dtk.bst | 27 ++++++++++++++++----------- 1 file changed, 16 insertions(+), 11 deletions(-) (limited to 'Master/texmf-dist/bibtex') diff --git a/Master/texmf-dist/bibtex/bst/dtk/dtk.bst b/Master/texmf-dist/bibtex/bst/dtk/dtk.bst index 8e631dd4c5c..52759e253ca 100644 --- a/Master/texmf-dist/bibtex/bst/dtk/dtk.bst +++ b/Master/texmf-dist/bibtex/bst/dtk/dtk.bst @@ -1,8 +1,8 @@ %% %% This is file `dtk.bst' %% -%% version 1.2, 2012-08-14 -%% copyright 2012 by DANTE e.V. +%% version 1.3, 2013-01-26 +%% copyright 2013 by DANTE e.V. %% %------------------------------------------------------------------- % For use with BibTeX version 0.99a or later @@ -21,7 +21,8 @@ %--------------------------------------------------------------------- ENTRY - { address + { abstracts + address author booktitle chapter @@ -315,7 +316,7 @@ MACRO {dec} {"Dez."} % End of language definition file -MACRO{DTK}{"Die \TeX\-nische Ko\-m{^^b{o}}\-die"} +MACRO{DTK}{"Die \TeX nische Ko\-mö\-die"} MACRO{TUGboat}{"TUGboat"} MACRO{TTN}{"\TeX{} and TUG News"} MACRO {acmcs} {"ACM Computing Surveys"} @@ -512,7 +513,8 @@ FUNCTION {format.date} } { month empty$ 'year - { month " " * year * } +% { month ", " * year * } + { month "~" * year * } if$ } if$ @@ -520,14 +522,14 @@ FUNCTION {format.date} FUNCTION {format.url} { url empty$ - {'skip$} + {""} {"\url{" url * "}" * } if$ } FUNCTION {format.ctanurl} { ctanurl empty$ - {'skip$} + {""} {"\ctanurl{" ctanurl * "}" * } if$ } @@ -535,8 +537,9 @@ FUNCTION {format.ctanurl} FUNCTION {format.urldate} { urldate empty$ - {'skip$} - {"Zuletzt besucht: " urldate *} + {""} +% {'skip$} + {"zuletzt besucht: " urldate *} if$ } @@ -649,8 +652,8 @@ FUNCTION {format.edition} { edition empty$ { "" } { output.state mid.sentence = - { convert.edition "l" change.case$ " " * bbl.edition * } - { convert.edition "t" change.case$ " " * bbl.edition * } + { convert.edition "l" change.case$ "~" * bbl.edition * } + { convert.edition "t" change.case$ "~" * bbl.edition * } if$ } if$ @@ -1074,6 +1077,8 @@ FUNCTION {online} format.authors output author add.colon format.title output + format.date output + address output format.url output format.urldate output note output -- cgit v1.2.3