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/bib | |
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/bib')
-rw-r--r-- | Master/texmf-dist/bibtex/bib/adrconv/example.bib | 48 |
1 files changed, 39 insertions, 9 deletions
diff --git a/Master/texmf-dist/bibtex/bib/adrconv/example.bib b/Master/texmf-dist/bibtex/bib/adrconv/example.bib index 3309ce2ed3c..e1728430423 100644 --- a/Master/texmf-dist/bibtex/bib/adrconv/example.bib +++ b/Master/texmf-dist/bibtex/bib/adrconv/example.bib @@ -5,20 +5,20 @@ %% The original source files were: %% %% adrconv.dtx (with options: `bib,example') -%% 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,6 +27,8 @@ %% %% You are NOT ALLOWED to distribute this file without adrconv.dtx, %% adrconv.ins or adrguide.tex. +%% adrguide.dtx +%% Copyright 2006 Axel Kielhorn @address{mustermann, name = {Hans Mustermann}, city = {Heimstatt}, @@ -71,3 +73,31 @@ birthday = {13.11.1970}, nbirthday = 1113, } +@address{OEKZ, + name = {{{"O}kologisches Zentrum~e.\,V.}}, + sortas = {Okologisches Zentrum}, + organization = {Verband der Vereine}, + city = {Heimstatt}, + zip = 01234, + country = {Germany}, + street = {Mauerstra{\ss}e 1}, + phone = {01234 / 5 67 89}, + fax = {01234 / 5 67 89}, + email = {hm{@}work.com}, + key = {OEKZ}, +} +@address{DANTE, + name = {{DANTE~e.\,V.}}, + sortas = {Dante}, + street = {Postfach 10 18 40}, + zip = {69008}, + city = {Heidelberg}, + phone = {0 62 21 / 2 97 66}, + fax = {0 62 21 / 16 79 06}, + email = {dante{@}dante.de}, + url = {http://www.dante.de}, + key = {DANTE}, + birthday = {14. April 1989}, + nbirthday = {0414} + } + |