diff options
author | Karl Berry <karl@freefriends.org> | 2010-04-04 22:52:57 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-04-04 22:52:57 +0000 |
commit | 217fb8a95dd3f919789e9ce3787a24279e710a4b (patch) | |
tree | d50315c9a8ffbddfcdbf971cd89f7d991ae52c38 /Master/texmf-dist/bibtex/bst/adrconv/adrconv.bst | |
parent | 650e3257474da72efe663a288b9dea9f7d382505 (diff) |
adrconv update (4apr10)
git-svn-id: svn://tug.org/texlive/trunk@17683 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/bibtex/bst/adrconv/adrconv.bst')
-rw-r--r-- | Master/texmf-dist/bibtex/bst/adrconv/adrconv.bst | 39 |
1 files changed, 23 insertions, 16 deletions
diff --git a/Master/texmf-dist/bibtex/bst/adrconv/adrconv.bst b/Master/texmf-dist/bibtex/bst/adrconv/adrconv.bst index 91c68d5ee0f..d6927724980 100644 --- a/Master/texmf-dist/bibtex/bst/adrconv/adrconv.bst +++ b/Master/texmf-dist/bibtex/bst/adrconv/adrconv.bst @@ -5,7 +5,7 @@ %% The original source files were: %% %% adrconv.dtx (with options: `bst,conv') -%% Copyright 2006 Axel Kielhorn +%% Copyright 2006, 2010 Axel Kielhorn %% %% This file will generate fast loadable files from adrconv.dtx when %% run through LaTeX or TeX. @@ -23,12 +23,8 @@ %% The adrconv bundle consists at least of the files adrconv.dtx, %% adrconv.ins and adrguide.tex. %% -%% You are NOT ALLOWED to change this file. -%% -%% You are NOT ALLOWED to distribute this file without adrconv.dtx, -%% adrconv.ins or adrguide.tex. %% adrguide.dtx -%% Copyright 2006 Axel Kielhorn +%% Copyright 2006, 2010 Axel Kielhorn ENTRY { name sortas @@ -93,22 +89,33 @@ FUNCTION{address} get.names write$ newline$ "{" street empty$ - { "" } - { street " \\ " *} + { "" * } + { street " \\ " * *} if$ - * zip empty$ - { "" } - { zip } + { "" * } + { zip " " * *} if$ - " " * * city empty$ - { "" } - { city } + { "" * } + { city * } if$ - "}{" * * + "}{" * format.phone.and.mobile - "}{}{}{}{" * * + "}" * * + email empty$ + { "{}" * } + { "{" email "}" * * * } + if$ + organization empty$ + { "{}" * } + { "{" organization "}" * * *} + if$ + note empty$ + { "{}" * } + { "{" note "}" * * * } + if$ + "{" * key empty$ { "" } { key } |