summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/bibtex/bst/adrconv/adrconv.bst
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/bibtex/bst/adrconv/adrconv.bst')
-rw-r--r--Master/texmf-dist/bibtex/bst/adrconv/adrconv.bst41
1 files changed, 24 insertions, 17 deletions
diff --git a/Master/texmf-dist/bibtex/bst/adrconv/adrconv.bst b/Master/texmf-dist/bibtex/bst/adrconv/adrconv.bst
index 2535490a3ea..91c68d5ee0f 100644
--- a/Master/texmf-dist/bibtex/bst/adrconv/adrconv.bst
+++ b/Master/texmf-dist/bibtex/bst/adrconv/adrconv.bst
@@ -5,20 +5,20 @@
%% The original source files were:
%%
%% adrconv.dtx (with options: `bst,conv')
-%% 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
@@ -114,19 +117,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$ :=