diff options
author | Karl Berry <karl@freefriends.org> | 2012-07-29 16:59:07 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-07-29 16:59:07 +0000 |
commit | 7924f6a2b95b3bd50788d9a98cc4fd39ac51ffff (patch) | |
tree | 0413d429f3d23653628da8c08d290f45f331f4eb /Master/texmf-dist/bibtex | |
parent | 179fc1b730a0cabdb2b484e78f8797a5bb585d2f (diff) |
dtk (21jun12)
git-svn-id: svn://tug.org/texlive/trunk@27226 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/bibtex')
-rw-r--r-- | Master/texmf-dist/bibtex/bst/dtk/dtk.bst | 62 |
1 files changed, 33 insertions, 29 deletions
diff --git a/Master/texmf-dist/bibtex/bst/dtk/dtk.bst b/Master/texmf-dist/bibtex/bst/dtk/dtk.bst index 1d3a520ea1b..013718dee90 100644 --- a/Master/texmf-dist/bibtex/bst/dtk/dtk.bst +++ b/Master/texmf-dist/bibtex/bst/dtk/dtk.bst @@ -1,31 +1,9 @@ -%% $Id: dtk.bst 17 2011-04-23 10:42:34Z herbert $ %% -%% This is file `dtk.bst', generated -%% on <1995/11/5> with the docstrip utility (2.2i). +%% This is file `dtk.bst' %% -%% The original source files were: -%% -%% merlin.mbs (with options: `head,exlang,vonx,nmlm,x3,m2,tit-it,atit-u,volp-com,edpar,edby-par,edbyx,blk-com,au-col,german,pp,ed,abr,ord,and-xcom,{}') -%% german.mbs (with options: `exlang,vonx,nmlm,x3,m2,tit-it,atit-u,volp-com,edpar,edby-par,edbyx,blk-com,au-col,german,pp,ed,abr,ord,and-xcom,{}') -%% dtk.mbs (with options: `exlang,vonx,nmlm,x3,m2,tit-it,atit-u,volp-com,edpar,edby-par,edbyx,blk-com,au-col,german,pp,ed,abr,ord,and-xcom,{}') -%% merlin.mbs (with options: `tail,exlang,vonx,nmlm,x3,m2,tit-it,atit-u,volp-com,edpar,edby-par,edbyx,blk-com,au-col,german,pp,ed,abr,ord,and-xcom,{}') -%% ---------------------------------------- -%% *** This BibTeX style is made for use in -%% *** `Die TeXnische Komoedie' --- the -%% *** communications of Dante e.V. -%% - %------------------------------------------------------------------- - % The original source file contains the following version information: - % \ProvidesFile{merlin.mbs}[1995/11/01 3.5 (PWD)] - % - % NOTICE: - % This file may be used for non-profit purposes. - % It may not be distributed in exchange for money, - % other than distribution costs. - % - % The author provides it `as is' and does not guarantee it in any way. - % - % Copyright (C) 1994, 1995 Patrick W. Daly +%% version 1.1, 2012-06-18 +%% copyright 2012 by DANTE e.V. +%% %------------------------------------------------------------------- % For use with BibTeX version 0.99a or later %------------------------------------------------------------------- @@ -63,6 +41,8 @@ ENTRY series title type + url + urldate volume year } @@ -334,7 +314,7 @@ MACRO {dec} {"Dez."} % End of language definition file -MACRO{DTK}{"Die \TeX\-nische Ko\-m\"o\-die"} +MACRO{DTK}{"Die \TeX\-nische Ko\-m{^^b{o}}\-die"} MACRO{TUGboat}{"TUGboat"} MACRO{TTN}{"\TeX{} and TUG News"} MACRO {acmcs} {"ACM Computing Surveys"} @@ -351,8 +331,7 @@ MACRO {ieeese} {"IEEE Transactions on Software Engineering"} MACRO {ieeetc} {"IEEE Transactions on Computers"} -MACRO {ieeetcad} - {"IEEE Transactions on Computer-Aided Design of Integrated Circuits"} +MACRO {ieeetcad} {"IEEE Transactions on Computer-Aided Design of Integrated Circuits"} MACRO {ipl} {"Information Processing Letters"} @@ -538,6 +517,20 @@ FUNCTION {format.date} if$ } +FUNCTION {format.url} +{ url empty$ + {'skip$} + {"\url{" url * "}" * } + if$ +} + +FUNCTION {format.urldate} +{ urldate empty$ + {'skip$} + {"Zuletzt besucht: " urldate *} + if$ +} + FUNCTION {format.btitle} { title emphasize } @@ -1067,6 +1060,17 @@ FUNCTION {misc} fin.entry } +FUNCTION {online} +{ output.bibitem + format.authors output + author add.colon + format.title output + format.url output + format.urldate output + note output + fin.entry +} + FUNCTION {phdthesis} { output.bibitem format.authors "author" output.check |