summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/bibtex/bst/adrconv/adrfax.bst
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/bibtex/bst/adrconv/adrfax.bst')
-rw-r--r--Master/texmf-dist/bibtex/bst/adrconv/adrfax.bst39
1 files changed, 23 insertions, 16 deletions
diff --git a/Master/texmf-dist/bibtex/bst/adrconv/adrfax.bst b/Master/texmf-dist/bibtex/bst/adrconv/adrfax.bst
index ce08a5c989c..582edb751cc 100644
--- a/Master/texmf-dist/bibtex/bst/adrconv/adrfax.bst
+++ b/Master/texmf-dist/bibtex/bst/adrconv/adrfax.bst
@@ -5,7 +5,7 @@
%% The original source files were:
%%
%% adrconv.dtx (with options: `bst,fax')
-%% 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
@@ -92,22 +88,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.fax
- "}{}{}{}{" * *
+ "}" * *
+ email empty$
+ { "{}" * }
+ { "{" email "}" * * * }
+ if$
+ organization empty$
+ { "{}" * }
+ { "{" organization "}" * * *}
+ if$
+ note empty$
+ { "{}" * }
+ { "{" note "}" * * * }
+ if$
+ "{" *
key empty$
{ "" }
{ key }