diff options
author | Karl Berry <karl@freefriends.org> | 2006-01-09 00:33:43 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-01-09 00:33:43 +0000 |
commit | f9e662abcd4764ed15dc598ff609d220e8382038 (patch) | |
tree | b17660efa88c33d0b82b8fc0fd083ebf1e3d1d65 /Master/texmf-dist/bibtex/csf/dk-bib/cp850-dk.csf | |
parent | 812777721ecd6065f14355d9df911ab2e7f2050d (diff) |
texmf-dist/bibtex
git-svn-id: svn://tug.org/texlive/trunk@71 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/bibtex/csf/dk-bib/cp850-dk.csf')
-rw-r--r-- | Master/texmf-dist/bibtex/csf/dk-bib/cp850-dk.csf | 106 |
1 files changed, 106 insertions, 0 deletions
diff --git a/Master/texmf-dist/bibtex/csf/dk-bib/cp850-dk.csf b/Master/texmf-dist/bibtex/csf/dk-bib/cp850-dk.csf new file mode 100644 index 00000000000..263786360b8 --- /dev/null +++ b/Master/texmf-dist/bibtex/csf/dk-bib/cp850-dk.csf @@ -0,0 +1,106 @@ +%%% cp850-dk.csf --- Danish CP 850 sorting order file for bibtex8 + +%% Copyright (C) 2005 Arne Jorgensen + +%% Author: Arne Jorgensen <arne.jorgensen@tug.dk> +%% Version: $Id: cp850-dk.csf 71 2005-08-05 22:44:05Z arne $ + +%% This file is free software; you can redistribute it and/or modify +%% it under the terms of the GNU General Public License as published +%% by the Free Software Foundation; either version 2 of the License, +%% or (at your option) any later version. + +%% This file is distributed in the hope that it will be useful, but +%% WITHOUT ANY WARRANTY; without even the implied warranty of +%% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +%% General Public License for more details. + +%% You should have received a copy of the GNU General Public License +%% along with this file; if not, write to the Free Software +%% Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA +%% 02110-1301, USA. + +%%% Commentary: + +%%% Code: + +%%% Character Set: + +\lowupcase{ + % \`{a} \`{A} + % \'{a} \'{A} + % \^{a} \^{A} + % \~{a} \~{A} + % \"{a} \"{A} + % \ring{a} \ring{A} + % \ae \AE + % \c{c} \c{C} + % \`{e} \`{E} + % \'{e} \'{E} + % \^{e} \^{E} + % \"{e} \"{E} + % \`{\i} \`{I} + % \'{\i} \'{I} + % \^{\i} \^{I} + % \"{\i} \"{I} + % eth ETH + % \~{n} \~{N} + % \`{o} \`{O} + % \'{o} \'{O} + % \^{o} \^{O} + % \~{o} \~{O} + % \"{o} \"{O} + % \o \O + % \`{u} \`{U} + % \'{u} \'{U} + % \^{u} \^{U} + % \"{u} \"{U} + % \'{y} \'{Y} + % thorn THORN +} + +%%% Sorting Order: + +%% Notice that / (THORN / thorn) will be sorted as T / t and not +%% as Th / th as it should be. You are probably better off be putting +%% \TH / \th into your .bib file. + +\order{ + 0-9 % 0-9 + A a % A \'{A} \`{A} \^{A} \~{A} a \'{a} \`{a} \^{a} \~{a} + B b % B b + C c % C \c{C} c \c{c} + D d % D ETH d eth + E e % E \'{E} \`{E} \"{E} \^{E} e \'{e} \`{e} \"{e} \^{e} + F f % F f + G g % G g + H h % H h + I i % I \'{I} \'{I} \"{I} \^{I} i \'{\i} \`{\i} \"{\i} \^{\i} + J j % J j + K k % K k + L l % L l + M m % M m + N n % N \~{N} n \~{n} + O o % O \'{O} \`{O} \^{O} \~{O} o \'{o} \`{o} \^{o} \~{o} + P p % P p + Q q % Q q + R r % R r + S s % S s + T t % T THORN t thorn + U u % U \'{U} \`{U} \^{U} u \'{u} \`{u} \^{u} + V v % V v + W w % W w + X x % X x + Y y % Y \"{U} \'{Y} y \"{u} \'{y} \"{y} + Z z % Z z + % \AE \"{A} \ae \"{a} + % \O \"{O} \o \"{o} + % \ring{A} \ring{a} +} + +%% Local Variables: +%% coding: cp850 +%% comment-start: "%% " +%% End: + +%%% cp850-dk.csf ends here |