diff options
author | Karl Berry <karl@freefriends.org> | 2012-12-16 23:39:56 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-12-16 23:39:56 +0000 |
commit | 3571c112dbb45b95caa7b864682e7b280cca5fdd (patch) | |
tree | eddb473d70a1c6a0ac91455e4d96d391dd3dfccc /Master/texmf-dist/bibtex/bst | |
parent | 314725ed48c32b643f1e2303398f04171d8c0fbd (diff) |
chscite (16dec12)
git-svn-id: svn://tug.org/texlive/trunk@28552 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/bibtex/bst')
-rw-r--r-- | Master/texmf-dist/bibtex/bst/chscite/chscite.bst | 41 |
1 files changed, 32 insertions, 9 deletions
diff --git a/Master/texmf-dist/bibtex/bst/chscite/chscite.bst b/Master/texmf-dist/bibtex/bst/chscite/chscite.bst index 9a8f33996fd..8fa18853eda 100644 --- a/Master/texmf-dist/bibtex/bst/chscite/chscite.bst +++ b/Master/texmf-dist/bibtex/bst/chscite/chscite.bst @@ -8,7 +8,7 @@ %% %% This is a generated file. %% -%% Copyright (C) 2012 by Simon Sigurdhsson <ssimon@student.chalmers.se> +%% Copyright (C) 2012 by Simon Sigurdhsson <sigurdhsson@gmail.com> %% %% This work may be distributed and/or modified under the %% conditions of the LaTeX Project Public License, either version 1.3 @@ -18,15 +18,13 @@ %% and version 1.3 or later is part of all distributions of LaTeX %% version 2005/12/01 or later. %% -%% This work has the LPPL maintenance status `maintained'. -%% -%% The Current Maintainer of this work is Simon Sigurdhsson. +%% This work has the LPPL maintenance status `unmaintained'. %% %% This work consists of the files chscite.dtx and chscite.ins %% and the derived filebase chscite.sty. %% %% -%% Copyright (C) 2012 by Simon Sigurdhsson <ssimon@student.chalmers.se> +%% Copyright (C) 2012 by Simon Sigurdhsson <sigurdhsson@gmail.com> %% %% This work may be distributed and/or modified under the %% conditions of the LaTeX Project Public License, either version 1.3 @@ -36,9 +34,7 @@ %% and version 1.3 or later is part of all distributions of LaTeX %% version 2005/12/01 or later. %% -%% This work has the LPPL maintenance status `maintained'. -%% -%% The Current Maintainer of this work is Simon Sigurdhsson. +%% This work has the LPPL maintenance status `unmaintained'. %% %% This work consists of the files chscite.dtx and chscite.ins %% and the derived filebase chscite.sty. @@ -798,7 +794,34 @@ FUNCTION {misc} } FUNCTION {techreport} -{ cite$ ": @techreport cite style not implemented!" * warning$ } +{ output.bibitem + make.list.label "(" tie.or.space.connect list.year * ")" * + author "author" item.check + title missing$ + { cite$ " has no title!" * warning$ } + { title emphasize tie.or.space.connect add.period$ } + if$ + URL missing$ + 'skip$ + { "[\chsWelectronic]" tie.or.space.connect } + if$ + institution missing$ + { cite$ " has no institution!" * warning$ } + { address missing$ + { cite$ " has institution with no address!" * warning$ } + { address ":" * tie.or.space.connect } + if$ + institution tie.or.space.connect add.period$ + number missing$ + { cite$ " has institution with no number!" * warning$ } + { "(\chsWtechreport{}:" number tie.or.space.connect ")" * tie.or.space.connect } + if$ + } + if$ + add.period$ + write$ + fin.entry +} FUNCTION {patent} { output.bibitem |