diff options
author | Karl Berry <karl@freefriends.org> | 2007-08-08 17:55:43 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2007-08-08 17:55:43 +0000 |
commit | 4ced46483f40846bb18f28d2ab0011fceb84b9e9 (patch) | |
tree | 832e2273525b633ed4287c98942b4afca99f4df6 /Master/texmf-dist/bibtex/bst/adrconv/adrfax.bst | |
parent | 06ead28059a5be10b97415c0b30431d93fa097ce (diff) |
adrconv update (12nov06)
git-svn-id: svn://tug.org/texlive/trunk@4718 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/bibtex/bst/adrconv/adrfax.bst')
-rw-r--r-- | Master/texmf-dist/bibtex/bst/adrconv/adrfax.bst | 41 |
1 files changed, 24 insertions, 17 deletions
diff --git a/Master/texmf-dist/bibtex/bst/adrconv/adrfax.bst b/Master/texmf-dist/bibtex/bst/adrconv/adrfax.bst index b4f0f9f7c93..ce08a5c989c 100644 --- a/Master/texmf-dist/bibtex/bst/adrconv/adrfax.bst +++ b/Master/texmf-dist/bibtex/bst/adrconv/adrfax.bst @@ -5,20 +5,20 @@ %% The original source files were: %% %% adrconv.dtx (with options: `bst,fax') -%% Copyright (c) 2001 Axel Kielhorn +%% Copyright 2006 Axel Kielhorn %% %% This file will generate fast loadable files from adrconv.dtx when %% run through LaTeX or TeX. %% -%% This file is part of the adrconv bundle. -%% -%% This file can be distributed and/or modified under the conditions of -%% the LaTeX Project Public License, either version 1.2 of the license -%% or (at you option) any later version. +%% This work may be distributed and/or modified under the +%% conditions of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. %% The latest version of this license is in -%% http://www.latex-procejt.org/lppl.txt -%% and version 1.2 or later ist part of all distributions of LaTeX -%% version 1999/12/01 or later. +%% http://www.latex-project.org/lppl.txt +%% and version 1.3 or later is part of all distributions of LaTeX +%% version 2003/12/01 or later. +%% +%% This file is part of the adrconv bundle. %% %% The adrconv bundle consists at least of the files adrconv.dtx, %% adrconv.ins and adrguide.tex. @@ -27,8 +27,11 @@ %% %% You are NOT ALLOWED to distribute this file without adrconv.dtx, %% adrconv.ins or adrguide.tex. +%% adrguide.dtx +%% Copyright 2006 Axel Kielhorn ENTRY { name + sortas title organization city @@ -113,19 +116,23 @@ FUNCTION{address} } FUNCTION{presort} { - name empty$ - { organization empty$ - { key empty$ - { "No name, organization, or key to sort " cite$ * warning$ - "???" + sortas empty$ + { name empty$ + { organization empty$ + { key empty$ + { "No name, organization, or key to sort " cite$ * warning$ + "???" + } + { key } + if$ } - { key } + { organization } if$ } - { organization } + { name #1 "{ll},{f }{v }{, j}" format.name$ } if$ } - { name #1 "{ll},{f }{v }{, j}" format.name$ } + { sortas } if$ duplicate$ 'sort.key$ := |