diff options
author | Karl Berry <karl@freefriends.org> | 2012-08-17 22:49:17 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-08-17 22:49:17 +0000 |
commit | 72fc6f6b4e78b80b5e04462b824aeaad3ded4e47 (patch) | |
tree | cf4560d1872c18d04f37237d3b3cf1a5945912da /Master/texmf-dist/bibtex | |
parent | 1993479d9cf72029f3156e0f44657df711deb319 (diff) |
dtk (17aug12)
git-svn-id: svn://tug.org/texlive/trunk@27443 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/bibtex')
-rw-r--r-- | Master/texmf-dist/bibtex/bst/dtk/dtk.bst | 23 |
1 files changed, 22 insertions, 1 deletions
diff --git a/Master/texmf-dist/bibtex/bst/dtk/dtk.bst b/Master/texmf-dist/bibtex/bst/dtk/dtk.bst index 013718dee90..8e631dd4c5c 100644 --- a/Master/texmf-dist/bibtex/bst/dtk/dtk.bst +++ b/Master/texmf-dist/bibtex/bst/dtk/dtk.bst @@ -1,7 +1,7 @@ %% %% This is file `dtk.bst' %% -%% version 1.1, 2012-06-18 +%% version 1.2, 2012-08-14 %% copyright 2012 by DANTE e.V. %% %------------------------------------------------------------------- @@ -25,6 +25,7 @@ ENTRY author booktitle chapter + ctanurl edition editor howpublished @@ -524,6 +525,14 @@ FUNCTION {format.url} if$ } +FUNCTION {format.ctanurl} +{ ctanurl empty$ + {'skip$} + {"\ctanurl{" ctanurl * "}" * } + if$ +} + + FUNCTION {format.urldate} { urldate empty$ {'skip$} @@ -1071,6 +1080,18 @@ FUNCTION {online} fin.entry } +FUNCTION {ctan} +{ output.bibitem + format.authors output + author add.colon + format.title output + format.date output + format.ctanurl output + format.urldate output + note output + fin.entry +} + FUNCTION {phdthesis} { output.bibitem format.authors "author" output.check |