diff options
Diffstat (limited to 'Master/texmf-dist/bibtex/csf/dk-bib/88591-dk.csf')
-rw-r--r-- | Master/texmf-dist/bibtex/csf/dk-bib/88591-dk.csf | 106 |
1 files changed, 106 insertions, 0 deletions
diff --git a/Master/texmf-dist/bibtex/csf/dk-bib/88591-dk.csf b/Master/texmf-dist/bibtex/csf/dk-bib/88591-dk.csf new file mode 100644 index 00000000000..6355c5421e3 --- /dev/null +++ b/Master/texmf-dist/bibtex/csf/dk-bib/88591-dk.csf @@ -0,0 +1,106 @@ +%%% 88591-dk.csf --- Danish latin-1 sorting order file for bibtex8 + +%% Copyright (C) 2005 Arne Jorgensen + +%% Author: Arne Jorgensen <arne.jorgensen@tug.dk> +%% Version: $Id: 88591-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: iso-8859-1 +%% comment-start: "%% " +%% End: + +%%% 88591-dk.csf ends here |