diff options
Diffstat (limited to 'Master/texmf-dist/bibtex')
22 files changed, 184 insertions, 5704 deletions
diff --git a/Master/texmf-dist/bibtex/bst/biblatex/biblatex.bst b/Master/texmf-dist/bibtex/bst/biblatex/biblatex.bst index 56184c314de..557797bc3fd 100644 --- a/Master/texmf-dist/bibtex/bst/biblatex/biblatex.bst +++ b/Master/texmf-dist/bibtex/bst/biblatex/biblatex.bst @@ -1,11 +1,9 @@ % Copyright (c) 2006-2011 Philipp Lehman. +% 2012-2016 Philip Kime, Audrey Boruvka, Joseph Wright % % Permission is granted to copy, distribute and/or modify this % software under the terms of the LaTeX Project Public License -% (LPPL), version 1.3. -% -% The LPPL maintenance status of this software is -% 'author-maintained'. +% (LPPL), version 1.3c. % % This software is provided 'as is', without warranty of any kind, % either expressed or implied, including, but not limited to, the @@ -165,14 +163,15 @@ ENTRY { sortinit label.name label.year sortkey.nosort sortkey.name sortkey.year sortkey.title sortkey.alpha sort.year sort.alph warningmsg } -INTEGERS { ctrl.debug ctrl.bibtex8 ctrl.maxline ctrl.sorting ctrl.cssort ctrl.sortlos +INTEGERS { ctrl.debug ctrl.bibtex8 ctrl.maxline ctrl.sorting ctrl.cssort ctrl.maxnames ctrl.minnames ctrl.useauthor ctrl.useeditor ctrl.usetranslator - ctrl.useprefix ctrl.terseinits ctrl.labelalpha ctrl.singletitle + ctrl.useprefix ctrl.labelalpha ctrl.singletitle ctrl.labeldate citecount tempctra tempctrb tempctrc resvctra resvctrb resvctrc last.extra.num } -STRINGS { ctrl.alphaothers templist tempstrga tempstrgb resvstrga +STRINGS { ctrl.alphaothers ctrl.sortstr + templist tempstrga tempstrgb resvstrga resvstrgb resvstrgc last.name last.hash last.year last.extra } FUNCTION {initialize} { @@ -180,21 +179,20 @@ FUNCTION {initialize} { #12 entry.max$ substring$ #-3 entry.max$ substring$ "Biblatex version: " swap$ * top$ - #0 'ctrl.terseinits := - #0 'ctrl.debug := - #0 'ctrl.labelalpha := - #0 'ctrl.labeldate := - #0 'ctrl.singletitle := - #0 'ctrl.sorting := - #0 'ctrl.sortlos := - #1 'ctrl.useauthor := - #1 'ctrl.useeditor := - #0 'ctrl.usetranslator := - #0 'ctrl.useprefix := - #1 'ctrl.minnames := - #99 'ctrl.maxnames := - #79 'ctrl.maxline := - "+" 'ctrl.alphaothers := + #0 'ctrl.debug := + #0 'ctrl.labelalpha := + #0 'ctrl.labeldate := + #0 'ctrl.singletitle := + #0 'ctrl.sorting := + #1 'ctrl.useauthor := + #1 'ctrl.useeditor := + #0 'ctrl.usetranslator := + #0 'ctrl.useprefix := + #1 'ctrl.minnames := + #99 'ctrl.maxnames := + #79 'ctrl.maxline := + "+" 'ctrl.alphaothers := + "nty" 'ctrl.sortstr := } % ------------------------------------------------------------------- @@ -275,6 +273,13 @@ FUNCTION {wrap:braces} { if$ } +FUNCTION {combine:key:value} { + "=" * + swap$ + wrap:braces * + "," * +} + FUNCTION {delimiter.1} { ctrl.bibtex8 { "0" } @@ -347,6 +352,34 @@ FUNCTION {enquote} { "'" swap$ * "'" * } +FUNCTION {str:length} { + #1 'resvctra := + { duplicate$ duplicate$ #1 resvctra substring$ = not } + { resvctra #1 + 'resvctra := } + while$ + pop$ + resvctra +} + +FUNCTION {str:replace} { + 'resvstrga := + 'resvstrgb := + 'resvstrgc := + resvstrgb str:length 'resvctra := + "" + { resvstrgc empty$ not } + { resvstrgc #1 resvctra substring$ resvstrgb = + { resvstrga * + resvstrgc #1 resvctra + global.max$ substring$ 'resvstrgc := + } + { resvstrgc #1 #1 substring$ * + resvstrgc #2 global.max$ substring$ 'resvstrgc := + } + if$ + } + while$ +} + FUNCTION {bol.to.int} { "true" = { #1 } @@ -423,6 +456,30 @@ FUNCTION {push:fullname} { if$ } +FUNCTION {push:labelname:translator} { + translator empty$ not + usetranslator + and + { "translator" } + { "" } + if$ +} + +FUNCTION {push:labelname:editor} { + useeditor + { shorteditor empty$ + { editor empty$ + { push:labelname:translator } + { "editor" } + if$ + } + { "shorteditor" } + if$ + } + { push:labelname:translator } + if$ +} + FUNCTION {push:shortname:translator} { translator empty$ not usetranslator @@ -530,6 +587,21 @@ FUNCTION {push:name:fullhash} { if$ } +FUNCTION {push:labelname} { + useauthor + { shortauthor empty$ + { author empty$ + { push:labelname:editor } + { "author" } + if$ + } + { "shortauthor" } + if$ + } + { push:labelname:editor } + if$ +} + FUNCTION {check:sortname} { sortname empty$ 'skip$ @@ -600,6 +672,17 @@ FUNCTION {format.range} while$ } +FUNCTION {format:name:part} { + "\~" "[[[TILDE ACCENT]]]" str:replace + "~" "\bibnamedelima " str:replace + "[[[TILDE ACCENT]]]" "\~" str:replace +} + +FUNCTION {format:name:initials} { + ".~" "\bibinitperiod\bibinitdelim " str:replace + "." "\bibinitperiod" str:replace +} + FUNCTION {is.number} { #1 { #0 > } @@ -972,7 +1055,10 @@ FUNCTION {sortkey:main} { { sortkey.alpha * } { shorthand purify * } if$ - delimiter.1 * + duplicate$ empty$ + 'skip$ + { delimiter.1 * } + if$ ctrl.sorting #10 - sortkey:main:string } { ctrl.sorting #30 < @@ -1002,14 +1088,21 @@ FUNCTION {sortkey:main} { FUNCTION {output:indent:field} { duplicate$ empty$ 'skip$ - { " " swap$ * write$ newline$ } + { " " swap$ * write$ newline$ } if$ } FUNCTION {output:indent:subfield} { duplicate$ empty$ 'skip$ - { " " swap$ * write$ newline$ } + { " " swap$ * write$ newline$ } + if$ +} + +FUNCTION {output:indent:subfield:keyval} { + duplicate$ empty$ + 'skip$ + { " " swap$ * write$ newline$ } if$ } @@ -1116,38 +1209,44 @@ FUNCTION {output:write:verb} { if$ } +FUNCTION {output:write:name:hash} { + templist tempctra "{v{}}{l{}}{f{}}{j{}}" format.name$ purify$ +} + FUNCTION {output:write:name:last} { templist tempctra "{ll}" format.name$ duplicate$ 'tempstrga := - wrap:braces - templist tempctra - ctrl.terseinits - { "{l{}}" format.name$ } - { "{l.}" format.name$ + duplicate$ empty$ + 'pop$ + { format:name:part + "family" combine:key:value output:indent:subfield:keyval + templist tempctra "{l.}" format.name$ duplicate$ tempstrga "." * = { duplicate$ text.length$ #1 - text.prefix$ } 'skip$ if$ + format:name:initials + "family_i" combine:key:value output:indent:subfield:keyval } if$ - wrap:braces * } FUNCTION {output:write:name:first} { templist tempctra "{ff}" format.name$ duplicate$ 'tempstrga := - wrap:braces - templist tempctra - ctrl.terseinits - { "{f{}}" format.name$ } - { "{f.}" format.name$ + duplicate$ empty$ + 'pop$ + { format:name:part + "given" combine:key:value output:indent:subfield:keyval + templist tempctra "{f.}" format.name$ duplicate$ tempstrga "." * = { duplicate$ text.length$ #1 - text.prefix$ } 'skip$ if$ + format:name:initials + "given_i" combine:key:value output:indent:subfield:keyval } if$ - wrap:braces * } FUNCTION {output:write:name:prefix} { @@ -1157,11 +1256,11 @@ FUNCTION {output:write:name:prefix} { { #1 'tempctrc := } { #0 'tempctrc := } if$ - wrap:braces - templist tempctra - ctrl.terseinits - { "{v{}}" format.name$ } - { "{v.}" format.name$ + duplicate$ empty$ + 'pop$ + { format:name:part + "prefix" combine:key:value output:indent:subfield:keyval + templist tempctra "{v.}" format.name$ tempctrc { duplicate$ text.length$ #1 - text.prefix$ "'" * } { duplicate$ tempstrga "." * = @@ -1170,26 +1269,28 @@ FUNCTION {output:write:name:prefix} { if$ } if$ + format:name:initials + "prefix_i" combine:key:value output:indent:subfield:keyval } if$ - wrap:braces * } FUNCTION {output:write:name:suffix} { templist tempctra "{jj}" format.name$ duplicate$ 'tempstrga := - wrap:braces - templist tempctra - ctrl.terseinits - { "{j{}}" format.name$ } - { "{j.}" format.name$ + duplicate$ empty$ + 'pop$ + { format:name:part + "suffix" combine:key:value output:indent:subfield:keyval + templist tempctra "{j.}" format.name$ duplicate$ tempstrga "." * = { duplicate$ text.length$ #1 - text.prefix$ } 'skip$ if$ + format:name:initials + "suffix_i" combine:key:value output:indent:subfield:keyval } if$ - wrap:braces * } FUNCTION {output:write:name} { @@ -1210,11 +1311,12 @@ FUNCTION {output:write:name} { "" wrap:braces * "{%" * output:indent:field { tempctrb #0 > } - { "{{}%" output:indent:subfield - " " output:write:name:last * "%" * output:indent:subfield - " " output:write:name:first * "%" * output:indent:subfield - " " output:write:name:prefix * "%" * output:indent:subfield - " " output:write:name:suffix * "}%" * output:indent:subfield + { "{{hash=" output:write:name:hash * "}{%" * output:indent:subfield + output:write:name:prefix + output:write:name:last + output:write:name:suffix + output:write:name:first + "}}%" output:indent:subfield tempctra #1 + 'tempctra := tempctrb #1 - 'tempctrb := } @@ -1308,7 +1410,17 @@ FUNCTION {output:specials} { { label } { shorthand } if$ - "label" swap$ output:write:field + "label" swap$ output:write:field + "labelnamesource" push:labelname output:write:field + shorttitle empty$ + { title empty$ + { "" } + { "title" } + if$ + } + { "shorttitle" } + if$ + "labeltitlesource" swap$ output:write:field ctrl.labelalpha { "labelalpha" labelalpha output:write:field "extraalpha" extraalpha output:write:field @@ -1338,6 +1450,7 @@ FUNCTION {output:specials} { 'skip$ if$ "sortinit" sortinit output:write:field + "sortinithash" sortinit output:write:field singletitle { "singletitle" #1 output:write:bool } 'skip$ @@ -1663,7 +1776,7 @@ FUNCTION {output:entry} { { output:debug } 'skip$ if$ - "\entry" + " \entry" push:cite wrap:braces * tempstrga wrap:braces * entryoptions wrap:braces * @@ -1681,7 +1794,7 @@ FUNCTION {output:entry} { output:dates.2 output:user output:warning - "\endentry" write$ newline$ + " \endentry" write$ newline$ } FUNCTION {control} { skip$ } @@ -1775,7 +1888,7 @@ FUNCTION {input:control:options} { % This version corresponds to the .bbl version, *not* the biblatex version! FUNCTION {input:control:version} { input:control:parse - "$Revision: 2.6 $" + "$Revision: 2.7 $" #12 entry.max$ substring$ #-3 entry.max$ substring$ 'tempstrga := @@ -1796,7 +1909,6 @@ FUNCTION {input:control} { { input:control:options 'ctrl.debug := input:control:options 'ctrl.bibtex8 := input:control:options 'ctrl.cssort := - input:control:options 'ctrl.terseinits := input:control:options 'ctrl.useprefix := input:control:options 'ctrl.useauthor := input:control:options 'ctrl.useeditor := @@ -1805,11 +1917,11 @@ FUNCTION {input:control} { input:control:options 'ctrl.labeldate := input:control:options 'ctrl.singletitle := input:control:options 'ctrl.sorting := - input:control:options 'ctrl.sortlos := input:control:options 'ctrl.maxnames := input:control:options 'ctrl.minnames := input:control:options 'ctrl.maxline := - 'ctrl.alphaothers := + input:control:parse 'ctrl.alphaothers := + 'ctrl.sortstr := } if$ ctrl.maxline #49 < @@ -2180,7 +2292,12 @@ FUNCTION {makelabel:ctrl:alpha:format} { if$ makelabel:alpha:year * } - { pop$ "" } + { pop$ + ctrl.labelalpha not shorthand empty$ or + { "" } + { shorthand } + if$ + } if$ } @@ -2578,20 +2695,6 @@ FUNCTION {mainsort} { 'sort.key$ := } -FUNCTION {lossort} { - ctrl.sortlos - { shorthand empty$ - ctrl:skiplos or - { "" } - { shorthand } - if$ - truncate - 'sort.key$ := - } - 'skip$ - if$ -} - ITERATE {mainsort} SORT @@ -2599,7 +2702,7 @@ SORT % This version corresponds to the .bbl version, *not* the biblatex version! FUNCTION {output:main:begin} { "% $ biblatex auxiliary file $" write$ newline$ - "% $ biblatex version " "$Revision: 2.6 $" + "% $ biblatex bbl format version " "$Revision: 2.7 $" #12 entry.max$ substring$ #-3 entry.max$ substring$ * " $" * write$ newline$ "% Do not modify the above lines!" write$ newline$ "%" write$ newline$ @@ -2616,6 +2719,8 @@ FUNCTION {output:main:begin} { " \aftergroup\endinput}" write$ newline$ " {}" write$ newline$ "\endgroup" write$ newline$ + newline$ + "\sortlist[entry]{" ctrl.sortstr * "/global/}" * write$ } FUNCTION {output:main:preamble} { @@ -2630,44 +2735,16 @@ FUNCTION {output:main:preamble} { } FUNCTION {output:main:end} { - newline$ - "\endinput" write$ newline$ -} - -FUNCTION {output:los:begin} { - newline$ - "\lossort" write$ newline$ + "\endsortlist" write$ newline$ + "\endinput" write$ newline$ } -FUNCTION {output:los:iterate} { - shorthand empty$ - ctrl:skiplos or - 'skip$ - { " \key{" push:cite * "}" * write$ newline$ } - if$ -} - -FUNCTION {output:los:end} { - "\endlossort" write$ newline$ -} - - EXECUTE {output:main:begin} EXECUTE {output:main:preamble} ITERATE {call.type$} -ITERATE {lossort} - -SORT - -EXECUTE {output:los:begin} - -ITERATE {output:los:iterate} - -EXECUTE {output:los:end} - EXECUTE {output:main:end} % ------------------------------------------------------------------- diff --git a/Master/texmf-dist/bibtex/csf/biblatex/latin1.csf b/Master/texmf-dist/bibtex/csf/biblatex/latin1.csf deleted file mode 100644 index 48dfdec0692..00000000000 --- a/Master/texmf-dist/bibtex/csf/biblatex/latin1.csf +++ /dev/null @@ -1,263 +0,0 @@ -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -% -% CHARACTER SET: ISO 8859-1 (Latin 1) -% -% ISO 8859-1 is the system character set used by Unix/X Windows and -% MS Windows. -% -% SORTING ORDER: Latin countries -% -% Alphabetical sorting order of Aa..Zz (including accented characters). -% -% This is a BibTeX Codepage and Sort definition file (CSF). It is -% used to define the 8-bit character set used by BibTeX and the -% order in which those characters should be sorted. The file -% format is documented below this header section. -% -% This file will only work with the 8-bit implementation of BibTeX -% written by Niel Kempson and Alejandro Aguilar-Sierra: -% -% http://www.ctan.org/tex-archive/biblio/bibtex/8-bit/ -% -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% - -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -% -% FILE FORMAT -% -% The codepage and sorting order (CS) file defines how BibTeX will treat an -% 8-bit character set, specifically which characters are to be treated as -% letters, the upper/lower case relationships between characters, and the -% sorting order of characters. -% -% The CS file may contain a number of sections, each presented in the -% form of a TeX macro: -% -% \section-name{ -% <section definitions> -% } -% -% Four sections are currently supported: \lowupcase, \lowercase, \uppercase -% and \order. The syntax of the four supported sections is summarised below. -% -% 8-bit characters may be entered naturally, but to avoid problems with -% character set translation or corruption, they can also be entered using -% the TeX-style portable notation for character codes, i.e. ^^XX, where XX -% is the hexadecimal value ofthe character code. -% -% Reading of the sections ends when the first '}' character is reached, so -% '}' can't be included in a section. You can't use ^^7d either. -% -% The percent sign ('%') is used to introduce a trailing comment - it and -% all remaining characters on a line are ignored. ^^25 has the same effect. -% -% -% \lowupcase section -% -% The \lowupcase section of the CS file is used to define the lower -% /upper and upper/lower case relationship of pairs of specified -% characters. It is only used if the relationship is symmetrical - use -% \lowercase or \upcase if it isn't. -% -% The syntax of the \lowupcase section is: -% -% \lowupcase{ -% <LC-1> <UC-1> % Comment begins with a percent sign -% <LC-2> <UC-2> -% ... -% <LC-N> <UC-N> -% } -% -% Each <LC-n> <UC-n> pair of characters defines that the upper case -% equivalent of <LC-n> is <UC-n> *and* the lower case equivalent of -% <UC-n> is <LC-n>. -% -% You cannot redefine the lower or upper case equivalent of an ASCII -% character (code < 128), so all instances of <LC-n> and <UC-n> -% (i.e. both sides of the relationship) must have codes > 127. -% -% -% \lowercase section -% -% The \lowercase section of the CS file is used to define the lower case -% equivalent of specified characters. It should normally only be used -% if the relationship isn't symmetrical - use \lowupcase if it is. -% -% The syntax of the \lowercase section is: -% -% \lowercase{ -% <UC-1> <LC-1> % Comment begins with a percent sign -% <UC-2> <LC-2> -% ... -% <UC-N> <LC-N> -% } -% -% Each <LC-n> <UC-n> pair of characters defines that the lower case -% equivalent of <UC-n> is <LC-n>. -% -% You cannot redefine the lower case equivalent of an ASCII character -% (code < 128), so all instances of <UC-n> (i.e. the left hand side -% of the relationship) must have codes > 127. -% -% -% \uppercase section -% -% The \uppercase section of the CS file is used to define the upper case -% equivalent of specified characters. It should normally only be used -% if the relationship isn't symmetrical - use \lowupcase if it is. -% -% The syntax of the \uppercase section is: -% -% \uppercase{ -% <LC-1> <UC-1> % Comment begins with a percent sign -% <LC-2> <UC-2> -% ... -% <LC-N> <UC-N> -% } -% -% Each <LC-n> <UC-n> pair of characters defines that the upper case -% case equivalent of <LC-n> is <UC-n>. -% -% You cannot redefine the upper case equivalent of an ASCII character -% (code < 128), so all instances of <LC-n> (i.e. the left hand side -% of the relationship) must have codes > 127. -% -% -% \order section -% -% The \order section of the CS file is used to define the order in which -% characters are sorted. -% -% The syntax of the \order section is: -% -% \order{ -% <char-1> % Comment begins with a percent sign -% <char-2> <char-3> % whitespace between the chars -% <char-4> - <char-5> % a hyphen between the chars -% <char-4> _ <char-5> % an underscore between the chars -% ... -% <char-n> -% } -% -% All characters on the same line are given the same sorting weight. -% -% The construct <char-1> <underscore> <char-2> is used to denote that -% all characters in the range <char-1> to <char-2> should be given the -% same sorting weight. For example, "A _ Z" would cause all ASCII -% upper case alphabetical characters to have the same sorting weight -% and would be equivalent to placing all 26 characters on the same line. -% -% The construct <char-1> <hyphen> <char-2> is used to denote that all -% characters in the range <char-1> to <char-2> should be given an -% ascending set of sorting weights, starting with <char-1> and ending -% with <char-2>. For example, "A - Z" would cause all upper case ASCII -% alphabetical characters to be sorted in ascending order and would be -% equivalent to placing 'A' on the first line, 'B' on the second, -% through to 'Z' on the 26th line. -% -% The characters at the beginning of the order section are given a lower -% sorting weight than characters occuring later. When sorting -% alphabetically, characters with the lowest weight come first. -% -% All characters not in the \order section (including ASCII characters) -% are given the same very high sorting weight to ensure that they come -% last when sorting alphabetically. -% -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% - -% CHARACTER SET - -\lowupcase{ % Lowercase Uppercase - % Code TeX Code TeX - % - à À % ^^e0 \`{a} ^^c0 \`{A} - á Á % ^^e1 \'{a} ^^c1 \'{A} - â  % ^^e2 \^{a} ^^c2 \^{A} - ã à % ^^e3 \~{a} ^^c3 \~{A} - ä Ä % ^^e4 \"{a} ^^c4 \"{A} - å Å % ^^e5 \aa ^^c5 \AA - æ Æ % ^^e6 \ae ^^c6 \AE - ç Ç % ^^e7 \c{c} ^^c7 \c{C} - è È % ^^e8 \`{e} ^^c8 \`{E} - é É % ^^e9 \'{e} ^^c9 \'{E} - ê Ê % ^^ea \^{e} ^^ca \^{E} - ë Ë % ^^eb \"{e} ^^cb \"{E} - ì Ì % ^^ec \`{\i} ^^cc \`{I} - í Í % ^^ed \'{\i} ^^cd \'{I} - î Î % ^^ee \^{\i} ^^ce \^{I} - ï Ï % ^^ef \"{\i} ^^cf \"{I} - ð Ð % ^^f0 \dh ^^d0 \DH - ñ Ñ % ^^f1 \~{n} ^^d1 \~{N} - ò Ò % ^^f2 \`{o} ^^d2 \`{O} - ó Ó % ^^f3 \'{o} ^^d3 \'{O} - ô Ô % ^^f4 \^{o} ^^d4 \^{O} - õ Õ % ^^f5 \~{o} ^^d5 \~{O} - ö Ö % ^^f6 \"{o} ^^d6 \"{O} - ø Ø % ^^f8 \o ^^d8 \O - ù Ù % ^^f9 \`{u} ^^d9 \`{U} - ú Ú % ^^fa \'{u} ^^da \'{U} - û Û % ^^fb \^{u} ^^db \^{U} - ü Ü % ^^fc \"{u} ^^dc \"{U} - ý Ý % ^^fd \'{y} ^^dd \'{Y} - þ Þ % ^^fe \th ^^de \TH -} - -% SORTING ORDER - -\order{ - 0-9 - A À Á Â Ã Å Ä Æ - a à á â ã å ä æ - B - b - C Ç - c ç - D Ð - d ð - E È É Ê Ë - e è é ê ë - F - f - G - g - H - h - I Ì Í Î Ï - i ì í î ï - J - j - K - k - L - l - M - m - N Ñ - n ñ - O Ò Ó Ô Õ Ö Ø - o ò ó ô õ ö ø - P - p - Q - q - R - r - S - s ß - T Þ - t þ - U Ù Ú Û Ü - u ù ú û ü - V - v - W - w - X - x - Y Ý - y ý ÿ - Z - z -} - -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% END OF FILE %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% diff --git a/Master/texmf-dist/bibtex/csf/biblatex/latin1_at.csf b/Master/texmf-dist/bibtex/csf/biblatex/latin1_at.csf deleted file mode 100644 index 68c27534fc3..00000000000 --- a/Master/texmf-dist/bibtex/csf/biblatex/latin1_at.csf +++ /dev/null @@ -1,270 +0,0 @@ -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -% -% CHARACTER SET: ISO 8859-1 (Latin 1) -% -% ISO 8859-1 is the system character set used by Unix/X Windows and -% MS Windows. -% -% SORTING ORDER: Austrian -% -% Alphabetical sorting order of Aa..Zz (including accented characters). -% -% This is a BibTeX Codepage and Sort definition file (CSF). It is -% used to define the 8-bit character set used by BibTeX and the -% order in which those characters should be sorted. The file -% format is documented below this header section. -% -% This file will only work with the 8-bit implementation of BibTeX -% written by Niel Kempson and Alejandro Aguilar-Sierra: -% -% http://www.ctan.org/tex-archive/biblio/bibtex/8-bit/ -% -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% - -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -% -% FILE FORMAT -% -% The codepage and sorting order (CS) file defines how BibTeX will treat an -% 8-bit character set, specifically which characters are to be treated as -% letters, the upper/lower case relationships between characters, and the -% sorting order of characters. -% -% The CS file may contain a number of sections, each presented in the -% form of a TeX macro: -% -% \section-name{ -% <section definitions> -% } -% -% Four sections are currently supported: \lowupcase, \lowercase, \uppercase -% and \order. The syntax of the four supported sections is summarised below. -% -% 8-bit characters may be entered naturally, but to avoid problems with -% character set translation or corruption, they can also be entered using -% the TeX-style portable notation for character codes, i.e. ^^XX, where XX -% is the hexadecimal value ofthe character code. -% -% Reading of the sections ends when the first '}' character is reached, so -% '}' can't be included in a section. You can't use ^^7d either. -% -% The percent sign ('%') is used to introduce a trailing comment - it and -% all remaining characters on a line are ignored. ^^25 has the same effect. -% -% -% \lowupcase section -% -% The \lowupcase section of the CS file is used to define the lower -% /upper and upper/lower case relationship of pairs of specified -% characters. It is only used if the relationship is symmetrical - use -% \lowercase or \upcase if it isn't. -% -% The syntax of the \lowupcase section is: -% -% \lowupcase{ -% <LC-1> <UC-1> % Comment begins with a percent sign -% <LC-2> <UC-2> -% ... -% <LC-N> <UC-N> -% } -% -% Each <LC-n> <UC-n> pair of characters defines that the upper case -% equivalent of <LC-n> is <UC-n> *and* the lower case equivalent of -% <UC-n> is <LC-n>. -% -% You cannot redefine the lower or upper case equivalent of an ASCII -% character (code < 128), so all instances of <LC-n> and <UC-n> -% (i.e. both sides of the relationship) must have codes > 127. -% -% -% \lowercase section -% -% The \lowercase section of the CS file is used to define the lower case -% equivalent of specified characters. It should normally only be used -% if the relationship isn't symmetrical - use \lowupcase if it is. -% -% The syntax of the \lowercase section is: -% -% \lowercase{ -% <UC-1> <LC-1> % Comment begins with a percent sign -% <UC-2> <LC-2> -% ... -% <UC-N> <LC-N> -% } -% -% Each <LC-n> <UC-n> pair of characters defines that the lower case -% equivalent of <UC-n> is <LC-n>. -% -% You cannot redefine the lower case equivalent of an ASCII character -% (code < 128), so all instances of <UC-n> (i.e. the left hand side -% of the relationship) must have codes > 127. -% -% -% \uppercase section -% -% The \uppercase section of the CS file is used to define the upper case -% equivalent of specified characters. It should normally only be used -% if the relationship isn't symmetrical - use \lowupcase if it is. -% -% The syntax of the \uppercase section is: -% -% \uppercase{ -% <LC-1> <UC-1> % Comment begins with a percent sign -% <LC-2> <UC-2> -% ... -% <LC-N> <UC-N> -% } -% -% Each <LC-n> <UC-n> pair of characters defines that the upper case -% case equivalent of <LC-n> is <UC-n>. -% -% You cannot redefine the upper case equivalent of an ASCII character -% (code < 128), so all instances of <LC-n> (i.e. the left hand side -% of the relationship) must have codes > 127. -% -% -% \order section -% -% The \order section of the CS file is used to define the order in which -% characters are sorted. -% -% The syntax of the \order section is: -% -% \order{ -% <char-1> % Comment begins with a percent sign -% <char-2> <char-3> % whitespace between the chars -% <char-4> - <char-5> % a hyphen between the chars -% <char-4> _ <char-5> % an underscore between the chars -% ... -% <char-n> -% } -% -% All characters on the same line are given the same sorting weight. -% -% The construct <char-1> <underscore> <char-2> is used to denote that -% all characters in the range <char-1> to <char-2> should be given the -% same sorting weight. For example, "A _ Z" would cause all ASCII -% upper case alphabetical characters to have the same sorting weight -% and would be equivalent to placing all 26 characters on the same line. -% -% The construct <char-1> <hyphen> <char-2> is used to denote that all -% characters in the range <char-1> to <char-2> should be given an -% ascending set of sorting weights, starting with <char-1> and ending -% with <char-2>. For example, "A - Z" would cause all upper case ASCII -% alphabetical characters to be sorted in ascending order and would be -% equivalent to placing 'A' on the first line, 'B' on the second, -% through to 'Z' on the 26th line. -% -% The characters at the beginning of the order section are given a lower -% sorting weight than characters occuring later. When sorting -% alphabetically, characters with the lowest weight come first. -% -% All characters not in the \order section (including ASCII characters) -% are given the same very high sorting weight to ensure that they come -% last when sorting alphabetically. -% -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% - -% CHARACTER SET - -\lowupcase{ % Lowercase Uppercase - % Code TeX Code TeX - % - à À % ^^e0 \`{a} ^^c0 \`{A} - á Á % ^^e1 \'{a} ^^c1 \'{A} - â  % ^^e2 \^{a} ^^c2 \^{A} - ã à % ^^e3 \~{a} ^^c3 \~{A} - ä Ä % ^^e4 \"{a} ^^c4 \"{A} - å Å % ^^e5 \aa ^^c5 \AA - æ Æ % ^^e6 \ae ^^c6 \AE - ç Ç % ^^e7 \c{c} ^^c7 \c{C} - è È % ^^e8 \`{e} ^^c8 \`{E} - é É % ^^e9 \'{e} ^^c9 \'{E} - ê Ê % ^^ea \^{e} ^^ca \^{E} - ë Ë % ^^eb \"{e} ^^cb \"{E} - ì Ì % ^^ec \`{\i} ^^cc \`{I} - í Í % ^^ed \'{\i} ^^cd \'{I} - î Î % ^^ee \^{\i} ^^ce \^{I} - ï Ï % ^^ef \"{\i} ^^cf \"{I} - ð Ð % ^^f0 \dh ^^d0 \DH - ñ Ñ % ^^f1 \~{n} ^^d1 \~{N} - ò Ò % ^^f2 \`{o} ^^d2 \`{O} - ó Ó % ^^f3 \'{o} ^^d3 \'{O} - ô Ô % ^^f4 \^{o} ^^d4 \^{O} - õ Õ % ^^f5 \~{o} ^^d5 \~{O} - ö Ö % ^^f6 \"{o} ^^d6 \"{O} - ø Ø % ^^f8 \o ^^d8 \O - ù Ù % ^^f9 \`{u} ^^d9 \`{U} - ú Ú % ^^fa \'{u} ^^da \'{U} - û Û % ^^fb \^{u} ^^db \^{U} - ü Ü % ^^fc \"{u} ^^dc \"{U} - ý Ý % ^^fd \'{y} ^^dd \'{Y} - þ Þ % ^^fe \th ^^de \TH -} - -% SORTING ORDER - -\order{ - 0-9 - A À Á  à Š- Ä Æ - a à á â ã å - ä æ - B - b - C Ç - c ç - D Ð - d ð - E È É Ê Ë - e è é ê ë - F - f - G - g - H - h - I Ì Í Î Ï - i ì í î ï - J - j - K - k - L - l - M - m - N Ñ - n ñ - O Ò Ó Ô Õ - Ö Ø - o ò ó ô õ - ö ø - P - p - Q - q - R - r - S - s - ß - T Þ - t þ - U Ù Ú Û - Ü - u ù ú û - ü - V - v - W - w - X - x - Y Ý - y ý ÿ - Z - z -} - -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% END OF FILE %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% diff --git a/Master/texmf-dist/bibtex/csf/biblatex/latin1_de.csf b/Master/texmf-dist/bibtex/csf/biblatex/latin1_de.csf deleted file mode 100644 index 1fadc91c024..00000000000 --- a/Master/texmf-dist/bibtex/csf/biblatex/latin1_de.csf +++ /dev/null @@ -1,270 +0,0 @@ -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -% -% CHARACTER SET: ISO 8859-1 (Latin 1) -% -% ISO 8859-1 is the system character set used by Unix/X Windows and -% MS Windows. -% -% SORTING ORDER: German -% -% Alphabetical sorting order of Aa..Zz (including accented characters). -% -% This is a BibTeX Codepage and Sort definition file (CSF). It is -% used to define the 8-bit character set used by BibTeX and the -% order in which those characters should be sorted. The file -% format is documented below this header section. -% -% This file will only work with the 8-bit implementation of BibTeX -% written by Niel Kempson and Alejandro Aguilar-Sierra: -% -% http://www.ctan.org/tex-archive/biblio/bibtex/8-bit/ -% -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% - -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -% -% FILE FORMAT -% -% The codepage and sorting order (CS) file defines how BibTeX will treat an -% 8-bit character set, specifically which characters are to be treated as -% letters, the upper/lower case relationships between characters, and the -% sorting order of characters. -% -% The CS file may contain a number of sections, each presented in the -% form of a TeX macro: -% -% \section-name{ -% <section definitions> -% } -% -% Four sections are currently supported: \lowupcase, \lowercase, \uppercase -% and \order. The syntax of the four supported sections is summarised below. -% -% 8-bit characters may be entered naturally, but to avoid problems with -% character set translation or corruption, they can also be entered using -% the TeX-style portable notation for character codes, i.e. ^^XX, where XX -% is the hexadecimal value ofthe character code. -% -% Reading of the sections ends when the first '}' character is reached, so -% '}' can't be included in a section. You can't use ^^7d either. -% -% The percent sign ('%') is used to introduce a trailing comment - it and -% all remaining characters on a line are ignored. ^^25 has the same effect. -% -% -% \lowupcase section -% -% The \lowupcase section of the CS file is used to define the lower -% /upper and upper/lower case relationship of pairs of specified -% characters. It is only used if the relationship is symmetrical - use -% \lowercase or \upcase if it isn't. -% -% The syntax of the \lowupcase section is: -% -% \lowupcase{ -% <LC-1> <UC-1> % Comment begins with a percent sign -% <LC-2> <UC-2> -% ... -% <LC-N> <UC-N> -% } -% -% Each <LC-n> <UC-n> pair of characters defines that the upper case -% equivalent of <LC-n> is <UC-n> *and* the lower case equivalent of -% <UC-n> is <LC-n>. -% -% You cannot redefine the lower or upper case equivalent of an ASCII -% character (code < 128), so all instances of <LC-n> and <UC-n> -% (i.e. both sides of the relationship) must have codes > 127. -% -% -% \lowercase section -% -% The \lowercase section of the CS file is used to define the lower case -% equivalent of specified characters. It should normally only be used -% if the relationship isn't symmetrical - use \lowupcase if it is. -% -% The syntax of the \lowercase section is: -% -% \lowercase{ -% <UC-1> <LC-1> % Comment begins with a percent sign -% <UC-2> <LC-2> -% ... -% <UC-N> <LC-N> -% } -% -% Each <LC-n> <UC-n> pair of characters defines that the lower case -% equivalent of <UC-n> is <LC-n>. -% -% You cannot redefine the lower case equivalent of an ASCII character -% (code < 128), so all instances of <UC-n> (i.e. the left hand side -% of the relationship) must have codes > 127. -% -% -% \uppercase section -% -% The \uppercase section of the CS file is used to define the upper case -% equivalent of specified characters. It should normally only be used -% if the relationship isn't symmetrical - use \lowupcase if it is. -% -% The syntax of the \uppercase section is: -% -% \uppercase{ -% <LC-1> <UC-1> % Comment begins with a percent sign -% <LC-2> <UC-2> -% ... -% <LC-N> <UC-N> -% } -% -% Each <LC-n> <UC-n> pair of characters defines that the upper case -% case equivalent of <LC-n> is <UC-n>. -% -% You cannot redefine the upper case equivalent of an ASCII character -% (code < 128), so all instances of <LC-n> (i.e. the left hand side -% of the relationship) must have codes > 127. -% -% -% \order section -% -% The \order section of the CS file is used to define the order in which -% characters are sorted. -% -% The syntax of the \order section is: -% -% \order{ -% <char-1> % Comment begins with a percent sign -% <char-2> <char-3> % whitespace between the chars -% <char-4> - <char-5> % a hyphen between the chars -% <char-4> _ <char-5> % an underscore between the chars -% ... -% <char-n> -% } -% -% All characters on the same line are given the same sorting weight. -% -% The construct <char-1> <underscore> <char-2> is used to denote that -% all characters in the range <char-1> to <char-2> should be given the -% same sorting weight. For example, "A _ Z" would cause all ASCII -% upper case alphabetical characters to have the same sorting weight -% and would be equivalent to placing all 26 characters on the same line. -% -% The construct <char-1> <hyphen> <char-2> is used to denote that all -% characters in the range <char-1> to <char-2> should be given an -% ascending set of sorting weights, starting with <char-1> and ending -% with <char-2>. For example, "A - Z" would cause all upper case ASCII -% alphabetical characters to be sorted in ascending order and would be -% equivalent to placing 'A' on the first line, 'B' on the second, -% through to 'Z' on the 26th line. -% -% The characters at the beginning of the order section are given a lower -% sorting weight than characters occuring later. When sorting -% alphabetically, characters with the lowest weight come first. -% -% All characters not in the \order section (including ASCII characters) -% are given the same very high sorting weight to ensure that they come -% last when sorting alphabetically. -% -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% - -% CHARACTER SET - -\lowupcase{ % Lowercase Uppercase - % Code TeX Code TeX - % - à À % ^^e0 \`{a} ^^c0 \`{A} - á Á % ^^e1 \'{a} ^^c1 \'{A} - â  % ^^e2 \^{a} ^^c2 \^{A} - ã à % ^^e3 \~{a} ^^c3 \~{A} - ä Ä % ^^e4 \"{a} ^^c4 \"{A} - å Å % ^^e5 \aa ^^c5 \AA - æ Æ % ^^e6 \ae ^^c6 \AE - ç Ç % ^^e7 \c{c} ^^c7 \c{C} - è È % ^^e8 \`{e} ^^c8 \`{E} - é É % ^^e9 \'{e} ^^c9 \'{E} - ê Ê % ^^ea \^{e} ^^ca \^{E} - ë Ë % ^^eb \"{e} ^^cb \"{E} - ì Ì % ^^ec \`{\i} ^^cc \`{I} - í Í % ^^ed \'{\i} ^^cd \'{I} - î Î % ^^ee \^{\i} ^^ce \^{I} - ï Ï % ^^ef \"{\i} ^^cf \"{I} - ð Ð % ^^f0 \dh ^^d0 \DH - ñ Ñ % ^^f1 \~{n} ^^d1 \~{N} - ò Ò % ^^f2 \`{o} ^^d2 \`{O} - ó Ó % ^^f3 \'{o} ^^d3 \'{O} - ô Ô % ^^f4 \^{o} ^^d4 \^{O} - õ Õ % ^^f5 \~{o} ^^d5 \~{O} - ö Ö % ^^f6 \"{o} ^^d6 \"{O} - ø Ø % ^^f8 \o ^^d8 \O - ù Ù % ^^f9 \`{u} ^^d9 \`{U} - ú Ú % ^^fa \'{u} ^^da \'{U} - û Û % ^^fb \^{u} ^^db \^{U} - ü Ü % ^^fc \"{u} ^^dc \"{U} - ý Ý % ^^fd \'{y} ^^dd \'{Y} - þ Þ % ^^fe \th ^^de \TH -} - -% SORTING ORDER - -\order{ - 0-9 - A À Á  à Š- Ä Æ - a à á â ã å - ä æ - B - b - C Ç - c ç - D Ð - d ð - E È É Ê Ë - e è é ê ë - F - f - G - g - H - h - I Ì Í Î Ï - i ì í î ï - J - j - K - k - L - l - M - m - N Ñ - n ñ - O Ò Ó Ô Õ - Ö Ø - o ò ó ô õ - ö ø - P - p - Q - q - R - r - S - s - ß - T Þ - t þ - U Ù Ú Û - Ü - u ù ú û - ü - V - v - W - w - X - x - Y Ý - y ý ÿ - Z - z -} - -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% END OF FILE %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% diff --git a/Master/texmf-dist/bibtex/csf/biblatex/latin1_dk.csf b/Master/texmf-dist/bibtex/csf/biblatex/latin1_dk.csf deleted file mode 100644 index 0f42fb8d5aa..00000000000 --- a/Master/texmf-dist/bibtex/csf/biblatex/latin1_dk.csf +++ /dev/null @@ -1,269 +0,0 @@ -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -% -% CHARACTER SET: ISO 8859-1 (Latin 1) -% -% ISO 8859-1 is the system character set used by Unix/X Windows and -% MS Windows. -% -% SORTING ORDER: Danish/Norwegian -% -% Alphabetical sorting order of Aa..Zz (including accented characters). -% -% This is a BibTeX Codepage and Sort definition file (CSF). It is -% used to define the 8-bit character set used by BibTeX and the -% order in which those characters should be sorted. The file -% format is documented below this header section. -% -% This file will only work with the 8-bit implementation of BibTeX -% written by Niel Kempson and Alejandro Aguilar-Sierra: -% -% http://www.ctan.org/tex-archive/biblio/bibtex/8-bit/ -% -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% - -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -% -% FILE FORMAT -% -% The codepage and sorting order (CS) file defines how BibTeX will treat an -% 8-bit character set, specifically which characters are to be treated as -% letters, the upper/lower case relationships between characters, and the -% sorting order of characters. -% -% The CS file may contain a number of sections, each presented in the -% form of a TeX macro: -% -% \section-name{ -% <section definitions> -% } -% -% Four sections are currently supported: \lowupcase, \lowercase, \uppercase -% and \order. The syntax of the four supported sections is summarised below. -% -% 8-bit characters may be entered naturally, but to avoid problems with -% character set translation or corruption, they can also be entered using -% the TeX-style portable notation for character codes, i.e. ^^XX, where XX -% is the hexadecimal value ofthe character code. -% -% Reading of the sections ends when the first '}' character is reached, so -% '}' can't be included in a section. You can't use ^^7d either. -% -% The percent sign ('%') is used to introduce a trailing comment - it and -% all remaining characters on a line are ignored. ^^25 has the same effect. -% -% -% \lowupcase section -% -% The \lowupcase section of the CS file is used to define the lower -% /upper and upper/lower case relationship of pairs of specified -% characters. It is only used if the relationship is symmetrical - use -% \lowercase or \upcase if it isn't. -% -% The syntax of the \lowupcase section is: -% -% \lowupcase{ -% <LC-1> <UC-1> % Comment begins with a percent sign -% <LC-2> <UC-2> -% ... -% <LC-N> <UC-N> -% } -% -% Each <LC-n> <UC-n> pair of characters defines that the upper case -% equivalent of <LC-n> is <UC-n> *and* the lower case equivalent of -% <UC-n> is <LC-n>. -% -% You cannot redefine the lower or upper case equivalent of an ASCII -% character (code < 128), so all instances of <LC-n> and <UC-n> -% (i.e. both sides of the relationship) must have codes > 127. -% -% -% \lowercase section -% -% The \lowercase section of the CS file is used to define the lower case -% equivalent of specified characters. It should normally only be used -% if the relationship isn't symmetrical - use \lowupcase if it is. -% -% The syntax of the \lowercase section is: -% -% \lowercase{ -% <UC-1> <LC-1> % Comment begins with a percent sign -% <UC-2> <LC-2> -% ... -% <UC-N> <LC-N> -% } -% -% Each <LC-n> <UC-n> pair of characters defines that the lower case -% equivalent of <UC-n> is <LC-n>. -% -% You cannot redefine the lower case equivalent of an ASCII character -% (code < 128), so all instances of <UC-n> (i.e. the left hand side -% of the relationship) must have codes > 127. -% -% -% \uppercase section -% -% The \uppercase section of the CS file is used to define the upper case -% equivalent of specified characters. It should normally only be used -% if the relationship isn't symmetrical - use \lowupcase if it is. -% -% The syntax of the \uppercase section is: -% -% \uppercase{ -% <LC-1> <UC-1> % Comment begins with a percent sign -% <LC-2> <UC-2> -% ... -% <LC-N> <UC-N> -% } -% -% Each <LC-n> <UC-n> pair of characters defines that the upper case -% case equivalent of <LC-n> is <UC-n>. -% -% You cannot redefine the upper case equivalent of an ASCII character -% (code < 128), so all instances of <LC-n> (i.e. the left hand side -% of the relationship) must have codes > 127. -% -% -% \order section -% -% The \order section of the CS file is used to define the order in which -% characters are sorted. -% -% The syntax of the \order section is: -% -% \order{ -% <char-1> % Comment begins with a percent sign -% <char-2> <char-3> % whitespace between the chars -% <char-4> - <char-5> % a hyphen between the chars -% <char-4> _ <char-5> % an underscore between the chars -% ... -% <char-n> -% } -% -% All characters on the same line are given the same sorting weight. -% -% The construct <char-1> <underscore> <char-2> is used to denote that -% all characters in the range <char-1> to <char-2> should be given the -% same sorting weight. For example, "A _ Z" would cause all ASCII -% upper case alphabetical characters to have the same sorting weight -% and would be equivalent to placing all 26 characters on the same line. -% -% The construct <char-1> <hyphen> <char-2> is used to denote that all -% characters in the range <char-1> to <char-2> should be given an -% ascending set of sorting weights, starting with <char-1> and ending -% with <char-2>. For example, "A - Z" would cause all upper case ASCII -% alphabetical characters to be sorted in ascending order and would be -% equivalent to placing 'A' on the first line, 'B' on the second, -% through to 'Z' on the 26th line. -% -% The characters at the beginning of the order section are given a lower -% sorting weight than characters occuring later. When sorting -% alphabetically, characters with the lowest weight come first. -% -% All characters not in the \order section (including ASCII characters) -% are given the same very high sorting weight to ensure that they come -% last when sorting alphabetically. -% -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% - -% CHARACTER SET - -\lowupcase{ % Lowercase Uppercase - % Code TeX Code TeX - % - à À % ^^e0 \`{a} ^^c0 \`{A} - á Á % ^^e1 \'{a} ^^c1 \'{A} - â  % ^^e2 \^{a} ^^c2 \^{A} - ã à % ^^e3 \~{a} ^^c3 \~{A} - ä Ä % ^^e4 \"{a} ^^c4 \"{A} - å Å % ^^e5 \aa ^^c5 \AA - æ Æ % ^^e6 \ae ^^c6 \AE - ç Ç % ^^e7 \c{c} ^^c7 \c{C} - è È % ^^e8 \`{e} ^^c8 \`{E} - é É % ^^e9 \'{e} ^^c9 \'{E} - ê Ê % ^^ea \^{e} ^^ca \^{E} - ë Ë % ^^eb \"{e} ^^cb \"{E} - ì Ì % ^^ec \`{\i} ^^cc \`{I} - í Í % ^^ed \'{\i} ^^cd \'{I} - î Î % ^^ee \^{\i} ^^ce \^{I} - ï Ï % ^^ef \"{\i} ^^cf \"{I} - ð Ð % ^^f0 \dh ^^d0 \DH - ñ Ñ % ^^f1 \~{n} ^^d1 \~{N} - ò Ò % ^^f2 \`{o} ^^d2 \`{O} - ó Ó % ^^f3 \'{o} ^^d3 \'{O} - ô Ô % ^^f4 \^{o} ^^d4 \^{O} - õ Õ % ^^f5 \~{o} ^^d5 \~{O} - ö Ö % ^^f6 \"{o} ^^d6 \"{O} - ø Ø % ^^f8 \o ^^d8 \O - ù Ù % ^^f9 \`{u} ^^d9 \`{U} - ú Ú % ^^fa \'{u} ^^da \'{U} - û Û % ^^fb \^{u} ^^db \^{U} - ü Ü % ^^fc \"{u} ^^dc \"{U} - ý Ý % ^^fd \'{y} ^^dd \'{Y} - þ Þ % ^^fe \th ^^de \TH -} - -% SORTING ORDER - -\order{ - 0-9 - A À Á Â Ã Ä - a à á â ã ä - B - b - C Ç - c ç - D Ð - d ð - E È É Ê Ë - e è é ê ë - F - f - G - g - H - h - I Ì Í Î Ï - i ì í î ï - J - j - K - k - L - l - M - m - N Ñ - n ñ - O Ò Ó Ô Õ Ö - o ò ó ô õ ö - P - p - Q - q - R - r - S - s ß - T Þ - t þ - U Ù Ú Û Ü - u ù ú û ü - V - v - W - w - X - x - Y Ý - y ý ÿ - Z - z - Æ - æ - Ø - ø - Å - å -} - -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% END OF FILE %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% diff --git a/Master/texmf-dist/bibtex/csf/biblatex/latin1_fi.csf b/Master/texmf-dist/bibtex/csf/biblatex/latin1_fi.csf deleted file mode 100644 index 0d2942bca25..00000000000 --- a/Master/texmf-dist/bibtex/csf/biblatex/latin1_fi.csf +++ /dev/null @@ -1,240 +0,0 @@ -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -% -% CHARACTER SET: ISO 8859-1 (Latin 1) -% -% ISO 8859-1 is the system character set used by Unix/X Windows and -% MS Windows. -% -% SORTING ORDER: Finnish -% -% Alphabetical sorting order of Aa..Zz (including accented characters). -% -% This is a BibTeX Codepage and Sort definition file (CSF). It is -% used to define the 8-bit character set used by BibTeX and the -% order in which those characters should be sorted. The file -% format is documented below this header section. -% -% This file will only work with the 8-bit implementation of BibTeX -% written by Niel Kempson and Alejandro Aguilar-Sierra: -% -% http://www.ctan.org/tex-archive/biblio/bibtex/8-bit/ -% -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% - -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -% -% FILE FORMAT -% -% The codepage and sorting order (CS) file defines how BibTeX will treat an -% 8-bit character set, specifically which characters are to be treated as -% letters, the upper/lower case relationships between characters, and the -% sorting order of characters. -% -% The CS file may contain a number of sections, each presented in the -% form of a TeX macro: -% -% \section-name{ -% <section definitions> -% } -% -% Four sections are currently supported: \lowupcase, \lowercase, \uppercase -% and \order. The syntax of the four supported sections is summarised below. -% -% 8-bit characters may be entered naturally, but to avoid problems with -% character set translation or corruption, they can also be entered using -% the TeX-style portable notation for character codes, i.e. ^^XX, where XX -% is the hexadecimal value ofthe character code. -% -% Reading of the sections ends when the first '}' character is reached, so -% '}' can't be included in a section. You can't use ^^7d either. -% -% The percent sign ('%') is used to introduce a trailing comment - it and -% all remaining characters on a line are ignored. ^^25 has the same effect. -% -% -% \lowupcase section -% -% The \lowupcase section of the CS file is used to define the lower -% /upper and upper/lower case relationship of pairs of specified -% characters. It is only used if the relationship is symmetrical - use -% \lowercase or \upcase if it isn't. -% -% The syntax of the \lowupcase section is: -% -% \lowupcase{ -% <LC-1> <UC-1> % Comment begins with a percent sign -% <LC-2> <UC-2> -% ... -% <LC-N> <UC-N> -% } -% -% Each <LC-n> <UC-n> pair of characters defines that the upper case -% equivalent of <LC-n> is <UC-n> *and* the lower case equivalent of -% <UC-n> is <LC-n>. -% -% You cannot redefine the lower or upper case equivalent of an ASCII -% character (code < 128), so all instances of <LC-n> and <UC-n> -% (i.e. both sides of the relationship) must have codes > 127. -% -% -% \lowercase section -% -% The \lowercase section of the CS file is used to define the lower case -% equivalent of specified characters. It should normally only be used -% if the relationship isn't symmetrical - use \lowupcase if it is. -% -% The syntax of the \lowercase section is: -% -% \lowercase{ -% <UC-1> <LC-1> % Comment begins with a percent sign -% <UC-2> <LC-2> -% ... -% <UC-N> <LC-N> -% } -% -% Each <LC-n> <UC-n> pair of characters defines that the lower case -% equivalent of <UC-n> is <LC-n>. -% -% You cannot redefine the lower case equivalent of an ASCII character -% (code < 128), so all instances of <UC-n> (i.e. the left hand side -% of the relationship) must have codes > 127. -% -% -% \uppercase section -% -% The \uppercase section of the CS file is used to define the upper case -% equivalent of specified characters. It should normally only be used -% if the relationship isn't symmetrical - use \lowupcase if it is. -% -% The syntax of the \uppercase section is: -% -% \uppercase{ -% <LC-1> <UC-1> % Comment begins with a percent sign -% <LC-2> <UC-2> -% ... -% <LC-N> <UC-N> -% } -% -% Each <LC-n> <UC-n> pair of characters defines that the upper case -% case equivalent of <LC-n> is <UC-n>. -% -% You cannot redefine the upper case equivalent of an ASCII character -% (code < 128), so all instances of <LC-n> (i.e. the left hand side -% of the relationship) must have codes > 127. -% -% -% \order section -% -% The \order section of the CS file is used to define the order in which -% characters are sorted. -% -% The syntax of the \order section is: -% -% \order{ -% <char-1> % Comment begins with a percent sign -% <char-2> <char-3> % whitespace between the chars -% <char-4> - <char-5> % a hyphen between the chars -% <char-4> _ <char-5> % an underscore between the chars -% ... -% <char-n> -% } -% -% All characters on the same line are given the same sorting weight. -% -% The construct <char-1> <underscore> <char-2> is used to denote that -% all characters in the range <char-1> to <char-2> should be given the -% same sorting weight. For example, "A _ Z" would cause all ASCII -% upper case alphabetical characters to have the same sorting weight -% and would be equivalent to placing all 26 characters on the same line. -% -% The construct <char-1> <hyphen> <char-2> is used to denote that all -% characters in the range <char-1> to <char-2> should be given an -% ascending set of sorting weights, starting with <char-1> and ending -% with <char-2>. For example, "A - Z" would cause all upper case ASCII -% alphabetical characters to be sorted in ascending order and would be -% equivalent to placing 'A' on the first line, 'B' on the second, -% through to 'Z' on the 26th line. -% -% The characters at the beginning of the order section are given a lower -% sorting weight than characters occuring later. When sorting -% alphabetically, characters with the lowest weight come first. -% -% All characters not in the \order section (including ASCII characters) -% are given the same very high sorting weight to ensure that they come -% last when sorting alphabetically. -% -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% - -% CHARACTER SET - -\lowupcase{ % Lowercase Uppercase - % Code TeX Code TeX - % - à À % ^^e0 \`{a} ^^c0 \`{A} - á Á % ^^e1 \'{a} ^^c1 \'{A} - â  % ^^e2 \^{a} ^^c2 \^{A} - ã à % ^^e3 \~{a} ^^c3 \~{A} - ä Ä % ^^e4 \"{a} ^^c4 \"{A} - å Å % ^^e5 \aa ^^c5 \AA - æ Æ % ^^e6 \ae ^^c6 \AE - ç Ç % ^^e7 \c{c} ^^c7 \c{C} - è È % ^^e8 \`{e} ^^c8 \`{E} - é É % ^^e9 \'{e} ^^c9 \'{E} - ê Ê % ^^ea \^{e} ^^ca \^{E} - ë Ë % ^^eb \"{e} ^^cb \"{E} - ì Ì % ^^ec \`{\i} ^^cc \`{I} - í Í % ^^ed \'{\i} ^^cd \'{I} - î Î % ^^ee \^{\i} ^^ce \^{I} - ï Ï % ^^ef \"{\i} ^^cf \"{I} - ð Ð % ^^f0 \dh ^^d0 \DH - ñ Ñ % ^^f1 \~{n} ^^d1 \~{N} - ò Ò % ^^f2 \`{o} ^^d2 \`{O} - ó Ó % ^^f3 \'{o} ^^d3 \'{O} - ô Ô % ^^f4 \^{o} ^^d4 \^{O} - õ Õ % ^^f5 \~{o} ^^d5 \~{O} - ö Ö % ^^f6 \"{o} ^^d6 \"{O} - ø Ø % ^^f8 \o ^^d8 \O - ù Ù % ^^f9 \`{u} ^^d9 \`{U} - ú Ú % ^^fa \'{u} ^^da \'{U} - û Û % ^^fb \^{u} ^^db \^{U} - ü Ü % ^^fc \"{u} ^^dc \"{U} - ý Ý % ^^fd \'{y} ^^dd \'{Y} - þ Þ % ^^fe \th ^^de \TH -} - -% SORTING ORDER - -\order{ - 0-9 - A À Á Â Ã Å Ä Æ a à á â ã å ä æ - B b - C Ç c ç - D Ð d ð - E È É Ê Ë e è é ê ë - F f - G g - H h - I Ì Í Î Ï i ì í î ï - J j - K k - L l - M m - N Ñ n ñ - O Ò Ó Ô o ò ó ô - P p - Q q - R r - S s ß - T Þ t þ - U Ù Ú Û u ù ú û - V v - W w - X x - Y Ý Ü y ý ÿ ü - Z z - Å å - Ä ä - Ö Õ Ø ö õ ø -} - -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% END OF FILE %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% diff --git a/Master/texmf-dist/bibtex/csf/biblatex/latin1_no.csf b/Master/texmf-dist/bibtex/csf/biblatex/latin1_no.csf deleted file mode 100644 index 0f42fb8d5aa..00000000000 --- a/Master/texmf-dist/bibtex/csf/biblatex/latin1_no.csf +++ /dev/null @@ -1,269 +0,0 @@ -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -% -% CHARACTER SET: ISO 8859-1 (Latin 1) -% -% ISO 8859-1 is the system character set used by Unix/X Windows and -% MS Windows. -% -% SORTING ORDER: Danish/Norwegian -% -% Alphabetical sorting order of Aa..Zz (including accented characters). -% -% This is a BibTeX Codepage and Sort definition file (CSF). It is -% used to define the 8-bit character set used by BibTeX and the -% order in which those characters should be sorted. The file -% format is documented below this header section. -% -% This file will only work with the 8-bit implementation of BibTeX -% written by Niel Kempson and Alejandro Aguilar-Sierra: -% -% http://www.ctan.org/tex-archive/biblio/bibtex/8-bit/ -% -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% - -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -% -% FILE FORMAT -% -% The codepage and sorting order (CS) file defines how BibTeX will treat an -% 8-bit character set, specifically which characters are to be treated as -% letters, the upper/lower case relationships between characters, and the -% sorting order of characters. -% -% The CS file may contain a number of sections, each presented in the -% form of a TeX macro: -% -% \section-name{ -% <section definitions> -% } -% -% Four sections are currently supported: \lowupcase, \lowercase, \uppercase -% and \order. The syntax of the four supported sections is summarised below. -% -% 8-bit characters may be entered naturally, but to avoid problems with -% character set translation or corruption, they can also be entered using -% the TeX-style portable notation for character codes, i.e. ^^XX, where XX -% is the hexadecimal value ofthe character code. -% -% Reading of the sections ends when the first '}' character is reached, so -% '}' can't be included in a section. You can't use ^^7d either. -% -% The percent sign ('%') is used to introduce a trailing comment - it and -% all remaining characters on a line are ignored. ^^25 has the same effect. -% -% -% \lowupcase section -% -% The \lowupcase section of the CS file is used to define the lower -% /upper and upper/lower case relationship of pairs of specified -% characters. It is only used if the relationship is symmetrical - use -% \lowercase or \upcase if it isn't. -% -% The syntax of the \lowupcase section is: -% -% \lowupcase{ -% <LC-1> <UC-1> % Comment begins with a percent sign -% <LC-2> <UC-2> -% ... -% <LC-N> <UC-N> -% } -% -% Each <LC-n> <UC-n> pair of characters defines that the upper case -% equivalent of <LC-n> is <UC-n> *and* the lower case equivalent of -% <UC-n> is <LC-n>. -% -% You cannot redefine the lower or upper case equivalent of an ASCII -% character (code < 128), so all instances of <LC-n> and <UC-n> -% (i.e. both sides of the relationship) must have codes > 127. -% -% -% \lowercase section -% -% The \lowercase section of the CS file is used to define the lower case -% equivalent of specified characters. It should normally only be used -% if the relationship isn't symmetrical - use \lowupcase if it is. -% -% The syntax of the \lowercase section is: -% -% \lowercase{ -% <UC-1> <LC-1> % Comment begins with a percent sign -% <UC-2> <LC-2> -% ... -% <UC-N> <LC-N> -% } -% -% Each <LC-n> <UC-n> pair of characters defines that the lower case -% equivalent of <UC-n> is <LC-n>. -% -% You cannot redefine the lower case equivalent of an ASCII character -% (code < 128), so all instances of <UC-n> (i.e. the left hand side -% of the relationship) must have codes > 127. -% -% -% \uppercase section -% -% The \uppercase section of the CS file is used to define the upper case -% equivalent of specified characters. It should normally only be used -% if the relationship isn't symmetrical - use \lowupcase if it is. -% -% The syntax of the \uppercase section is: -% -% \uppercase{ -% <LC-1> <UC-1> % Comment begins with a percent sign -% <LC-2> <UC-2> -% ... -% <LC-N> <UC-N> -% } -% -% Each <LC-n> <UC-n> pair of characters defines that the upper case -% case equivalent of <LC-n> is <UC-n>. -% -% You cannot redefine the upper case equivalent of an ASCII character -% (code < 128), so all instances of <LC-n> (i.e. the left hand side -% of the relationship) must have codes > 127. -% -% -% \order section -% -% The \order section of the CS file is used to define the order in which -% characters are sorted. -% -% The syntax of the \order section is: -% -% \order{ -% <char-1> % Comment begins with a percent sign -% <char-2> <char-3> % whitespace between the chars -% <char-4> - <char-5> % a hyphen between the chars -% <char-4> _ <char-5> % an underscore between the chars -% ... -% <char-n> -% } -% -% All characters on the same line are given the same sorting weight. -% -% The construct <char-1> <underscore> <char-2> is used to denote that -% all characters in the range <char-1> to <char-2> should be given the -% same sorting weight. For example, "A _ Z" would cause all ASCII -% upper case alphabetical characters to have the same sorting weight -% and would be equivalent to placing all 26 characters on the same line. -% -% The construct <char-1> <hyphen> <char-2> is used to denote that all -% characters in the range <char-1> to <char-2> should be given an -% ascending set of sorting weights, starting with <char-1> and ending -% with <char-2>. For example, "A - Z" would cause all upper case ASCII -% alphabetical characters to be sorted in ascending order and would be -% equivalent to placing 'A' on the first line, 'B' on the second, -% through to 'Z' on the 26th line. -% -% The characters at the beginning of the order section are given a lower -% sorting weight than characters occuring later. When sorting -% alphabetically, characters with the lowest weight come first. -% -% All characters not in the \order section (including ASCII characters) -% are given the same very high sorting weight to ensure that they come -% last when sorting alphabetically. -% -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% - -% CHARACTER SET - -\lowupcase{ % Lowercase Uppercase - % Code TeX Code TeX - % - à À % ^^e0 \`{a} ^^c0 \`{A} - á Á % ^^e1 \'{a} ^^c1 \'{A} - â  % ^^e2 \^{a} ^^c2 \^{A} - ã à % ^^e3 \~{a} ^^c3 \~{A} - ä Ä % ^^e4 \"{a} ^^c4 \"{A} - å Å % ^^e5 \aa ^^c5 \AA - æ Æ % ^^e6 \ae ^^c6 \AE - ç Ç % ^^e7 \c{c} ^^c7 \c{C} - è È % ^^e8 \`{e} ^^c8 \`{E} - é É % ^^e9 \'{e} ^^c9 \'{E} - ê Ê % ^^ea \^{e} ^^ca \^{E} - ë Ë % ^^eb \"{e} ^^cb \"{E} - ì Ì % ^^ec \`{\i} ^^cc \`{I} - í Í % ^^ed \'{\i} ^^cd \'{I} - î Î % ^^ee \^{\i} ^^ce \^{I} - ï Ï % ^^ef \"{\i} ^^cf \"{I} - ð Ð % ^^f0 \dh ^^d0 \DH - ñ Ñ % ^^f1 \~{n} ^^d1 \~{N} - ò Ò % ^^f2 \`{o} ^^d2 \`{O} - ó Ó % ^^f3 \'{o} ^^d3 \'{O} - ô Ô % ^^f4 \^{o} ^^d4 \^{O} - õ Õ % ^^f5 \~{o} ^^d5 \~{O} - ö Ö % ^^f6 \"{o} ^^d6 \"{O} - ø Ø % ^^f8 \o ^^d8 \O - ù Ù % ^^f9 \`{u} ^^d9 \`{U} - ú Ú % ^^fa \'{u} ^^da \'{U} - û Û % ^^fb \^{u} ^^db \^{U} - ü Ü % ^^fc \"{u} ^^dc \"{U} - ý Ý % ^^fd \'{y} ^^dd \'{Y} - þ Þ % ^^fe \th ^^de \TH -} - -% SORTING ORDER - -\order{ - 0-9 - A À Á Â Ã Ä - a à á â ã ä - B - b - C Ç - c ç - D Ð - d ð - E È É Ê Ë - e è é ê ë - F - f - G - g - H - h - I Ì Í Î Ï - i ì í î ï - J - j - K - k - L - l - M - m - N Ñ - n ñ - O Ò Ó Ô Õ Ö - o ò ó ô õ ö - P - p - Q - q - R - r - S - s ß - T Þ - t þ - U Ù Ú Û Ü - u ù ú û ü - V - v - W - w - X - x - Y Ý - y ý ÿ - Z - z - Æ - æ - Ø - ø - Å - å -} - -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% END OF FILE %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% diff --git a/Master/texmf-dist/bibtex/csf/biblatex/latin1_se.csf b/Master/texmf-dist/bibtex/csf/biblatex/latin1_se.csf deleted file mode 100644 index 77cbc094485..00000000000 --- a/Master/texmf-dist/bibtex/csf/biblatex/latin1_se.csf +++ /dev/null @@ -1,269 +0,0 @@ -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -% -% CHARACTER SET: ISO 8859-1 (Latin 1) -% -% ISO 8859-1 is the system character set used by Unix/X Windows and -% MS Windows. -% -% SORTING ORDER: Swedish -% -% Alphabetical sorting order of Aa..Zz (including accented characters). -% -% This is a BibTeX Codepage and Sort definition file (CSF). It is -% used to define the 8-bit character set used by BibTeX and the -% order in which those characters should be sorted. The file -% format is documented below this header section. -% -% This file will only work with the 8-bit implementation of BibTeX -% written by Niel Kempson and Alejandro Aguilar-Sierra: -% -% http://www.ctan.org/tex-archive/biblio/bibtex/8-bit/ -% -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% - -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -% -% FILE FORMAT -% -% The codepage and sorting order (CS) file defines how BibTeX will treat an -% 8-bit character set, specifically which characters are to be treated as -% letters, the upper/lower case relationships between characters, and the -% sorting order of characters. -% -% The CS file may contain a number of sections, each presented in the -% form of a TeX macro: -% -% \section-name{ -% <section definitions> -% } -% -% Four sections are currently supported: \lowupcase, \lowercase, \uppercase -% and \order. The syntax of the four supported sections is summarised below. -% -% 8-bit characters may be entered naturally, but to avoid problems with -% character set translation or corruption, they can also be entered using -% the TeX-style portable notation for character codes, i.e. ^^XX, where XX -% is the hexadecimal value ofthe character code. -% -% Reading of the sections ends when the first '}' character is reached, so -% '}' can't be included in a section. You can't use ^^7d either. -% -% The percent sign ('%') is used to introduce a trailing comment - it and -% all remaining characters on a line are ignored. ^^25 has the same effect. -% -% -% \lowupcase section -% -% The \lowupcase section of the CS file is used to define the lower -% /upper and upper/lower case relationship of pairs of specified -% characters. It is only used if the relationship is symmetrical - use -% \lowercase or \upcase if it isn't. -% -% The syntax of the \lowupcase section is: -% -% \lowupcase{ -% <LC-1> <UC-1> % Comment begins with a percent sign -% <LC-2> <UC-2> -% ... -% <LC-N> <UC-N> -% } -% -% Each <LC-n> <UC-n> pair of characters defines that the upper case -% equivalent of <LC-n> is <UC-n> *and* the lower case equivalent of -% <UC-n> is <LC-n>. -% -% You cannot redefine the lower or upper case equivalent of an ASCII -% character (code < 128), so all instances of <LC-n> and <UC-n> -% (i.e. both sides of the relationship) must have codes > 127. -% -% -% \lowercase section -% -% The \lowercase section of the CS file is used to define the lower case -% equivalent of specified characters. It should normally only be used -% if the relationship isn't symmetrical - use \lowupcase if it is. -% -% The syntax of the \lowercase section is: -% -% \lowercase{ -% <UC-1> <LC-1> % Comment begins with a percent sign -% <UC-2> <LC-2> -% ... -% <UC-N> <LC-N> -% } -% -% Each <LC-n> <UC-n> pair of characters defines that the lower case -% equivalent of <UC-n> is <LC-n>. -% -% You cannot redefine the lower case equivalent of an ASCII character -% (code < 128), so all instances of <UC-n> (i.e. the left hand side -% of the relationship) must have codes > 127. -% -% -% \uppercase section -% -% The \uppercase section of the CS file is used to define the upper case -% equivalent of specified characters. It should normally only be used -% if the relationship isn't symmetrical - use \lowupcase if it is. -% -% The syntax of the \uppercase section is: -% -% \uppercase{ -% <LC-1> <UC-1> % Comment begins with a percent sign -% <LC-2> <UC-2> -% ... -% <LC-N> <UC-N> -% } -% -% Each <LC-n> <UC-n> pair of characters defines that the upper case -% case equivalent of <LC-n> is <UC-n>. -% -% You cannot redefine the upper case equivalent of an ASCII character -% (code < 128), so all instances of <LC-n> (i.e. the left hand side -% of the relationship) must have codes > 127. -% -% -% \order section -% -% The \order section of the CS file is used to define the order in which -% characters are sorted. -% -% The syntax of the \order section is: -% -% \order{ -% <char-1> % Comment begins with a percent sign -% <char-2> <char-3> % whitespace between the chars -% <char-4> - <char-5> % a hyphen between the chars -% <char-4> _ <char-5> % an underscore between the chars -% ... -% <char-n> -% } -% -% All characters on the same line are given the same sorting weight. -% -% The construct <char-1> <underscore> <char-2> is used to denote that -% all characters in the range <char-1> to <char-2> should be given the -% same sorting weight. For example, "A _ Z" would cause all ASCII -% upper case alphabetical characters to have the same sorting weight -% and would be equivalent to placing all 26 characters on the same line. -% -% The construct <char-1> <hyphen> <char-2> is used to denote that all -% characters in the range <char-1> to <char-2> should be given an -% ascending set of sorting weights, starting with <char-1> and ending -% with <char-2>. For example, "A - Z" would cause all upper case ASCII -% alphabetical characters to be sorted in ascending order and would be -% equivalent to placing 'A' on the first line, 'B' on the second, -% through to 'Z' on the 26th line. -% -% The characters at the beginning of the order section are given a lower -% sorting weight than characters occuring later. When sorting -% alphabetically, characters with the lowest weight come first. -% -% All characters not in the \order section (including ASCII characters) -% are given the same very high sorting weight to ensure that they come -% last when sorting alphabetically. -% -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% - -% CHARACTER SET - -\lowupcase{ % Lowercase Uppercase - % Code TeX Code TeX - % - à À % ^^e0 \`{a} ^^c0 \`{A} - á Á % ^^e1 \'{a} ^^c1 \'{A} - â  % ^^e2 \^{a} ^^c2 \^{A} - ã à % ^^e3 \~{a} ^^c3 \~{A} - ä Ä % ^^e4 \"{a} ^^c4 \"{A} - å Å % ^^e5 \aa ^^c5 \AA - æ Æ % ^^e6 \ae ^^c6 \AE - ç Ç % ^^e7 \c{c} ^^c7 \c{C} - è È % ^^e8 \`{e} ^^c8 \`{E} - é É % ^^e9 \'{e} ^^c9 \'{E} - ê Ê % ^^ea \^{e} ^^ca \^{E} - ë Ë % ^^eb \"{e} ^^cb \"{E} - ì Ì % ^^ec \`{\i} ^^cc \`{I} - í Í % ^^ed \'{\i} ^^cd \'{I} - î Î % ^^ee \^{\i} ^^ce \^{I} - ï Ï % ^^ef \"{\i} ^^cf \"{I} - ð Ð % ^^f0 \dh ^^d0 \DH - ñ Ñ % ^^f1 \~{n} ^^d1 \~{N} - ò Ò % ^^f2 \`{o} ^^d2 \`{O} - ó Ó % ^^f3 \'{o} ^^d3 \'{O} - ô Ô % ^^f4 \^{o} ^^d4 \^{O} - õ Õ % ^^f5 \~{o} ^^d5 \~{O} - ö Ö % ^^f6 \"{o} ^^d6 \"{O} - ø Ø % ^^f8 \o ^^d8 \O - ù Ù % ^^f9 \`{u} ^^d9 \`{U} - ú Ú % ^^fa \'{u} ^^da \'{U} - û Û % ^^fb \^{u} ^^db \^{U} - ü Ü % ^^fc \"{u} ^^dc \"{U} - ý Ý % ^^fd \'{y} ^^dd \'{Y} - þ Þ % ^^fe \th ^^de \TH -} - -% SORTING ORDER - -\order{ - 0-9 - A À Á Â Ã Æ - a à á â ã æ - B - b - C Ç - c ç - D Ð - d ð - E È É Ê Ë - e è é ê ë - F - f - G - g - H - h - I Ì Í Î Ï - i ì í î ï - J - j - K - k - L - l - M - m - N Ñ - n ñ - O Ò Ó Ô Õ Ø - o ò ó ô õ ø - P - p - Q - q - R - r - S - s ß - T Þ - t þ - U Ù Ú Û Ü - u ù ú û ü - V - v - W - w - X - x - Y Ý - y ý ÿ - Z - z - Å - å - Ä - ä - Ö - ö -} - -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% END OF FILE %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% diff --git a/Master/texmf-dist/bibtex/csf/biblatex/latin9.csf b/Master/texmf-dist/bibtex/csf/biblatex/latin9.csf deleted file mode 100644 index b2dda51c3e0..00000000000 --- a/Master/texmf-dist/bibtex/csf/biblatex/latin9.csf +++ /dev/null @@ -1,266 +0,0 @@ -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -% -% CHARACTER SET: ISO 8859-15 (Latin 9) -% -% ISO 8859-15 is a character set used by Unix/X Windows. -% -% SORTING ORDER: Latin countries -% -% Alphabetical sorting order of Aa..Zz (including accented characters). -% -% This is a BibTeX Codepage and Sort definition file (CSF). It is -% used to define the 8-bit character set used by BibTeX and the -% order in which those characters should be sorted. The file -% format is documented below this header section. -% -% This file will only work with the 8-bit implementation of BibTeX -% written by Niel Kempson and Alejandro Aguilar-Sierra: -% -% http://www.ctan.org/tex-archive/biblio/bibtex/8-bit/ -% -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% - -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -% -% FILE FORMAT -% -% The codepage and sorting order (CS) file defines how BibTeX will treat an -% 8-bit character set, specifically which characters are to be treated as -% letters, the upper/lower case relationships between characters, and the -% sorting order of characters. -% -% The CS file may contain a number of sections, each presented in the -% form of a TeX macro: -% -% \section-name{ -% <section definitions> -% } -% -% Four sections are currently supported: \lowupcase, \lowercase, \uppercase -% and \order. The syntax of the four supported sections is summarised below. -% -% 8-bit characters may be entered naturally, but to avoid problems with -% character set translation or corruption, they can also be entered using -% the TeX-style portable notation for character codes, i.e. ^^XX, where XX -% is the hexadecimal value ofthe character code. -% -% Reading of the sections ends when the first '}' character is reached, so -% '}' can't be included in a section. You can't use ^^7d either. -% -% The percent sign ('%') is used to introduce a trailing comment - it and -% all remaining characters on a line are ignored. ^^25 has the same effect. -% -% -% \lowupcase section -% -% The \lowupcase section of the CS file is used to define the lower -% /upper and upper/lower case relationship of pairs of specified -% characters. It is only used if the relationship is symmetrical - use -% \lowercase or \upcase if it isn't. -% -% The syntax of the \lowupcase section is: -% -% \lowupcase{ -% <LC-1> <UC-1> % Comment begins with a percent sign -% <LC-2> <UC-2> -% ... -% <LC-N> <UC-N> -% } -% -% Each <LC-n> <UC-n> pair of characters defines that the upper case -% equivalent of <LC-n> is <UC-n> *and* the lower case equivalent of -% <UC-n> is <LC-n>. -% -% You cannot redefine the lower or upper case equivalent of an ASCII -% character (code < 128), so all instances of <LC-n> and <UC-n> -% (i.e. both sides of the relationship) must have codes > 127. -% -% -% \lowercase section -% -% The \lowercase section of the CS file is used to define the lower case -% equivalent of specified characters. It should normally only be used -% if the relationship isn't symmetrical - use \lowupcase if it is. -% -% The syntax of the \lowercase section is: -% -% \lowercase{ -% <UC-1> <LC-1> % Comment begins with a percent sign -% <UC-2> <LC-2> -% ... -% <UC-N> <LC-N> -% } -% -% Each <LC-n> <UC-n> pair of characters defines that the lower case -% equivalent of <UC-n> is <LC-n>. -% -% You cannot redefine the lower case equivalent of an ASCII character -% (code < 128), so all instances of <UC-n> (i.e. the left hand side -% of the relationship) must have codes > 127. -% -% -% \uppercase section -% -% The \uppercase section of the CS file is used to define the upper case -% equivalent of specified characters. It should normally only be used -% if the relationship isn't symmetrical - use \lowupcase if it is. -% -% The syntax of the \uppercase section is: -% -% \uppercase{ -% <LC-1> <UC-1> % Comment begins with a percent sign -% <LC-2> <UC-2> -% ... -% <LC-N> <UC-N> -% } -% -% Each <LC-n> <UC-n> pair of characters defines that the upper case -% case equivalent of <LC-n> is <UC-n>. -% -% You cannot redefine the upper case equivalent of an ASCII character -% (code < 128), so all instances of <LC-n> (i.e. the left hand side -% of the relationship) must have codes > 127. -% -% -% \order section -% -% The \order section of the CS file is used to define the order in which -% characters are sorted. -% -% The syntax of the \order section is: -% -% \order{ -% <char-1> % Comment begins with a percent sign -% <char-2> <char-3> % whitespace between the chars -% <char-4> - <char-5> % a hyphen between the chars -% <char-4> _ <char-5> % an underscore between the chars -% ... -% <char-n> -% } -% -% All characters on the same line are given the same sorting weight. -% -% The construct <char-1> <underscore> <char-2> is used to denote that -% all characters in the range <char-1> to <char-2> should be given the -% same sorting weight. For example, "A _ Z" would cause all ASCII -% upper case alphabetical characters to have the same sorting weight -% and would be equivalent to placing all 26 characters on the same line. -% -% The construct <char-1> <hyphen> <char-2> is used to denote that all -% characters in the range <char-1> to <char-2> should be given an -% ascending set of sorting weights, starting with <char-1> and ending -% with <char-2>. For example, "A - Z" would cause all upper case ASCII -% alphabetical characters to be sorted in ascending order and would be -% equivalent to placing 'A' on the first line, 'B' on the second, -% through to 'Z' on the 26th line. -% -% The characters at the beginning of the order section are given a lower -% sorting weight than characters occuring later. When sorting -% alphabetically, characters with the lowest weight come first. -% -% All characters not in the \order section (including ASCII characters) -% are given the same very high sorting weight to ensure that they come -% last when sorting alphabetically. -% -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% - -% CHARACTER SET - -\lowupcase{ % Lowercase Uppercase - % Code TeX Code TeX - % - ¨ ¦ % ^^a8 \v{\s} ^^a6 \v{S} - ¸ ´ % ^^b8 \v{\z} ^^b4 \v{Z} - ½ ¼ % ^^bd \oe ^^bc \OE - à À % ^^e0 \`{a} ^^c0 \`{A} - á Á % ^^e1 \'{a} ^^c1 \'{A} - â  % ^^e2 \^{a} ^^c2 \^{A} - ã à % ^^e3 \~{a} ^^c3 \~{A} - ä Ä % ^^e4 \"{a} ^^c4 \"{A} - å Å % ^^e5 \aa ^^c5 \AA - æ Æ % ^^e6 \ae ^^c6 \AE - ç Ç % ^^e7 \c{c} ^^c7 \c{C} - è È % ^^e8 \`{e} ^^c8 \`{E} - é É % ^^e9 \'{e} ^^c9 \'{E} - ê Ê % ^^ea \^{e} ^^ca \^{E} - ë Ë % ^^eb \"{e} ^^cb \"{E} - ì Ì % ^^ec \`{\i} ^^cc \`{I} - í Í % ^^ed \'{\i} ^^cd \'{I} - î Î % ^^ee \^{\i} ^^ce \^{I} - ï Ï % ^^ef \"{\i} ^^cf \"{I} - ð Ð % ^^f0 \dh ^^d0 \DH - ñ Ñ % ^^f1 \~{n} ^^d1 \~{N} - ò Ò % ^^f2 \`{o} ^^d2 \`{O} - ó Ó % ^^f3 \'{o} ^^d3 \'{O} - ô Ô % ^^f4 \^{o} ^^d4 \^{O} - õ Õ % ^^f5 \~{o} ^^d5 \~{O} - ö Ö % ^^f6 \"{o} ^^d6 \"{O} - ø Ø % ^^f8 \o ^^d8 \O - ù Ù % ^^f9 \`{u} ^^d9 \`{U} - ú Ú % ^^fa \'{u} ^^da \'{U} - û Û % ^^fb \^{u} ^^db \^{U} - ü Ü % ^^fc \"{u} ^^dc \"{U} - ý Ý % ^^fd \'{y} ^^dd \'{Y} - þ Þ % ^^fe \th ^^de \TH - ÿ ¾ % ^^ff \"{y} ^^be \"{Y} -} - -% SORTING ORDER - -\order{ - 0-9 - A À Á Â Ã Å Ä Æ - a à á â ã å ä æ - B - b - C Ç - c ç - D Ð - d ð - E È É Ê Ë - e è é ê ë - F - f - G - g - H - h - I Ì Í Î Ï - i ì í î ï - J - j - K - k - L - l - M - m - N Ñ - n ñ - O Ò Ó Ô Õ Ö Ø ¼ - o ò ó ô õ ö ø ½ - P - p - Q - q - R - r - S ¦ - s ¨ ß - T Þ - t þ - U Ù Ú Û Ü - u ù ú û ü - V - v - W - w - X - x - Y Ý ¾ - y ý ÿ - Z ´ - z ¸ -} - -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% END OF FILE %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% diff --git a/Master/texmf-dist/bibtex/csf/biblatex/latin9_at.csf b/Master/texmf-dist/bibtex/csf/biblatex/latin9_at.csf deleted file mode 100644 index 7a676d663b0..00000000000 --- a/Master/texmf-dist/bibtex/csf/biblatex/latin9_at.csf +++ /dev/null @@ -1,273 +0,0 @@ -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -% -% CHARACTER SET: ISO 8859-15 (Latin 9) -% -% ISO 8859-15 is a character set used by Unix/X Windows. -% -% SORTING ORDER: Austrian -% -% Alphabetical sorting order of Aa..Zz (including accented characters). -% -% This is a BibTeX Codepage and Sort definition file (CSF). It is -% used to define the 8-bit character set used by BibTeX and the -% order in which those characters should be sorted. The file -% format is documented below this header section. -% -% This file will only work with the 8-bit implementation of BibTeX -% written by Niel Kempson and Alejandro Aguilar-Sierra: -% -% http://www.ctan.org/tex-archive/biblio/bibtex/8-bit/ -% -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% - -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -% -% FILE FORMAT -% -% The codepage and sorting order (CS) file defines how BibTeX will treat an -% 8-bit character set, specifically which characters are to be treated as -% letters, the upper/lower case relationships between characters, and the -% sorting order of characters. -% -% The CS file may contain a number of sections, each presented in the -% form of a TeX macro: -% -% \section-name{ -% <section definitions> -% } -% -% Four sections are currently supported: \lowupcase, \lowercase, \uppercase -% and \order. The syntax of the four supported sections is summarised below. -% -% 8-bit characters may be entered naturally, but to avoid problems with -% character set translation or corruption, they can also be entered using -% the TeX-style portable notation for character codes, i.e. ^^XX, where XX -% is the hexadecimal value ofthe character code. -% -% Reading of the sections ends when the first '}' character is reached, so -% '}' can't be included in a section. You can't use ^^7d either. -% -% The percent sign ('%') is used to introduce a trailing comment - it and -% all remaining characters on a line are ignored. ^^25 has the same effect. -% -% -% \lowupcase section -% -% The \lowupcase section of the CS file is used to define the lower -% /upper and upper/lower case relationship of pairs of specified -% characters. It is only used if the relationship is symmetrical - use -% \lowercase or \upcase if it isn't. -% -% The syntax of the \lowupcase section is: -% -% \lowupcase{ -% <LC-1> <UC-1> % Comment begins with a percent sign -% <LC-2> <UC-2> -% ... -% <LC-N> <UC-N> -% } -% -% Each <LC-n> <UC-n> pair of characters defines that the upper case -% equivalent of <LC-n> is <UC-n> *and* the lower case equivalent of -% <UC-n> is <LC-n>. -% -% You cannot redefine the lower or upper case equivalent of an ASCII -% character (code < 128), so all instances of <LC-n> and <UC-n> -% (i.e. both sides of the relationship) must have codes > 127. -% -% -% \lowercase section -% -% The \lowercase section of the CS file is used to define the lower case -% equivalent of specified characters. It should normally only be used -% if the relationship isn't symmetrical - use \lowupcase if it is. -% -% The syntax of the \lowercase section is: -% -% \lowercase{ -% <UC-1> <LC-1> % Comment begins with a percent sign -% <UC-2> <LC-2> -% ... -% <UC-N> <LC-N> -% } -% -% Each <LC-n> <UC-n> pair of characters defines that the lower case -% equivalent of <UC-n> is <LC-n>. -% -% You cannot redefine the lower case equivalent of an ASCII character -% (code < 128), so all instances of <UC-n> (i.e. the left hand side -% of the relationship) must have codes > 127. -% -% -% \uppercase section -% -% The \uppercase section of the CS file is used to define the upper case -% equivalent of specified characters. It should normally only be used -% if the relationship isn't symmetrical - use \lowupcase if it is. -% -% The syntax of the \uppercase section is: -% -% \uppercase{ -% <LC-1> <UC-1> % Comment begins with a percent sign -% <LC-2> <UC-2> -% ... -% <LC-N> <UC-N> -% } -% -% Each <LC-n> <UC-n> pair of characters defines that the upper case -% case equivalent of <LC-n> is <UC-n>. -% -% You cannot redefine the upper case equivalent of an ASCII character -% (code < 128), so all instances of <LC-n> (i.e. the left hand side -% of the relationship) must have codes > 127. -% -% -% \order section -% -% The \order section of the CS file is used to define the order in which -% characters are sorted. -% -% The syntax of the \order section is: -% -% \order{ -% <char-1> % Comment begins with a percent sign -% <char-2> <char-3> % whitespace between the chars -% <char-4> - <char-5> % a hyphen between the chars -% <char-4> _ <char-5> % an underscore between the chars -% ... -% <char-n> -% } -% -% All characters on the same line are given the same sorting weight. -% -% The construct <char-1> <underscore> <char-2> is used to denote that -% all characters in the range <char-1> to <char-2> should be given the -% same sorting weight. For example, "A _ Z" would cause all ASCII -% upper case alphabetical characters to have the same sorting weight -% and would be equivalent to placing all 26 characters on the same line. -% -% The construct <char-1> <hyphen> <char-2> is used to denote that all -% characters in the range <char-1> to <char-2> should be given an -% ascending set of sorting weights, starting with <char-1> and ending -% with <char-2>. For example, "A - Z" would cause all upper case ASCII -% alphabetical characters to be sorted in ascending order and would be -% equivalent to placing 'A' on the first line, 'B' on the second, -% through to 'Z' on the 26th line. -% -% The characters at the beginning of the order section are given a lower -% sorting weight than characters occuring later. When sorting -% alphabetically, characters with the lowest weight come first. -% -% All characters not in the \order section (including ASCII characters) -% are given the same very high sorting weight to ensure that they come -% last when sorting alphabetically. -% -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% - -% CHARACTER SET - -\lowupcase{ % Lowercase Uppercase - % Code TeX Code TeX - % - ¨ ¦ % ^^a8 \v{\s} ^^a6 \v{S} - ¸ ´ % ^^b8 \v{\z} ^^b4 \v{Z} - ½ ¼ % ^^bd \oe ^^bc \OE - à À % ^^e0 \`{a} ^^c0 \`{A} - á Á % ^^e1 \'{a} ^^c1 \'{A} - â  % ^^e2 \^{a} ^^c2 \^{A} - ã à % ^^e3 \~{a} ^^c3 \~{A} - ä Ä % ^^e4 \"{a} ^^c4 \"{A} - å Å % ^^e5 \aa ^^c5 \AA - æ Æ % ^^e6 \ae ^^c6 \AE - ç Ç % ^^e7 \c{c} ^^c7 \c{C} - è È % ^^e8 \`{e} ^^c8 \`{E} - é É % ^^e9 \'{e} ^^c9 \'{E} - ê Ê % ^^ea \^{e} ^^ca \^{E} - ë Ë % ^^eb \"{e} ^^cb \"{E} - ì Ì % ^^ec \`{\i} ^^cc \`{I} - í Í % ^^ed \'{\i} ^^cd \'{I} - î Î % ^^ee \^{\i} ^^ce \^{I} - ï Ï % ^^ef \"{\i} ^^cf \"{I} - ð Ð % ^^f0 \dh ^^d0 \DH - ñ Ñ % ^^f1 \~{n} ^^d1 \~{N} - ò Ò % ^^f2 \`{o} ^^d2 \`{O} - ó Ó % ^^f3 \'{o} ^^d3 \'{O} - ô Ô % ^^f4 \^{o} ^^d4 \^{O} - õ Õ % ^^f5 \~{o} ^^d5 \~{O} - ö Ö % ^^f6 \"{o} ^^d6 \"{O} - ø Ø % ^^f8 \o ^^d8 \O - ù Ù % ^^f9 \`{u} ^^d9 \`{U} - ú Ú % ^^fa \'{u} ^^da \'{U} - û Û % ^^fb \^{u} ^^db \^{U} - ü Ü % ^^fc \"{u} ^^dc \"{U} - ý Ý % ^^fd \'{y} ^^dd \'{Y} - þ Þ % ^^fe \th ^^de \TH - ÿ ¾ % ^^ff \"{y} ^^be \"{Y} -} - -% SORTING ORDER - -\order{ - 0-9 - A À Á  à Š- Ä Æ - a à á â ã å - ä æ - B - b - C Ç - c ç - D Ð - d ð - E È É Ê Ë - e è é ê ë - F - f - G - g - H - h - I Ì Í Î Ï - i ì í î ï - J - j - K - k - L - l - M - m - N Ñ - n ñ - O Ò Ó Ô Õ - Ö Ø ¼ - o ò ó ô õ - ö ø ½ - P - p - Q - q - R - r - S ¦ - s ¨ - ß - T Þ - t þ - U Ù Ú Û - Ü - u ù ú û - ü - V - v - W - w - X - x - Y Ý ¾ - y ý ÿ - Z ´ - z ¸ -} - -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% END OF FILE %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% diff --git a/Master/texmf-dist/bibtex/csf/biblatex/latin9_de.csf b/Master/texmf-dist/bibtex/csf/biblatex/latin9_de.csf deleted file mode 100644 index 652866110ca..00000000000 --- a/Master/texmf-dist/bibtex/csf/biblatex/latin9_de.csf +++ /dev/null @@ -1,273 +0,0 @@ -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -% -% CHARACTER SET: ISO 8859-15 (Latin 9) -% -% ISO 8859-15 is a character set used by Unix/X Windows. -% -% SORTING ORDER: German -% -% Alphabetical sorting order of Aa..Zz (including accented characters). -% -% This is a BibTeX Codepage and Sort definition file (CSF). It is -% used to define the 8-bit character set used by BibTeX and the -% order in which those characters should be sorted. The file -% format is documented below this header section. -% -% This file will only work with the 8-bit implementation of BibTeX -% written by Niel Kempson and Alejandro Aguilar-Sierra: -% -% http://www.ctan.org/tex-archive/biblio/bibtex/8-bit/ -% -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% - -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -% -% FILE FORMAT -% -% The codepage and sorting order (CS) file defines how BibTeX will treat an -% 8-bit character set, specifically which characters are to be treated as -% letters, the upper/lower case relationships between characters, and the -% sorting order of characters. -% -% The CS file may contain a number of sections, each presented in the -% form of a TeX macro: -% -% \section-name{ -% <section definitions> -% } -% -% Four sections are currently supported: \lowupcase, \lowercase, \uppercase -% and \order. The syntax of the four supported sections is summarised below. -% -% 8-bit characters may be entered naturally, but to avoid problems with -% character set translation or corruption, they can also be entered using -% the TeX-style portable notation for character codes, i.e. ^^XX, where XX -% is the hexadecimal value ofthe character code. -% -% Reading of the sections ends when the first '}' character is reached, so -% '}' can't be included in a section. You can't use ^^7d either. -% -% The percent sign ('%') is used to introduce a trailing comment - it and -% all remaining characters on a line are ignored. ^^25 has the same effect. -% -% -% \lowupcase section -% -% The \lowupcase section of the CS file is used to define the lower -% /upper and upper/lower case relationship of pairs of specified -% characters. It is only used if the relationship is symmetrical - use -% \lowercase or \upcase if it isn't. -% -% The syntax of the \lowupcase section is: -% -% \lowupcase{ -% <LC-1> <UC-1> % Comment begins with a percent sign -% <LC-2> <UC-2> -% ... -% <LC-N> <UC-N> -% } -% -% Each <LC-n> <UC-n> pair of characters defines that the upper case -% equivalent of <LC-n> is <UC-n> *and* the lower case equivalent of -% <UC-n> is <LC-n>. -% -% You cannot redefine the lower or upper case equivalent of an ASCII -% character (code < 128), so all instances of <LC-n> and <UC-n> -% (i.e. both sides of the relationship) must have codes > 127. -% -% -% \lowercase section -% -% The \lowercase section of the CS file is used to define the lower case -% equivalent of specified characters. It should normally only be used -% if the relationship isn't symmetrical - use \lowupcase if it is. -% -% The syntax of the \lowercase section is: -% -% \lowercase{ -% <UC-1> <LC-1> % Comment begins with a percent sign -% <UC-2> <LC-2> -% ... -% <UC-N> <LC-N> -% } -% -% Each <LC-n> <UC-n> pair of characters defines that the lower case -% equivalent of <UC-n> is <LC-n>. -% -% You cannot redefine the lower case equivalent of an ASCII character -% (code < 128), so all instances of <UC-n> (i.e. the left hand side -% of the relationship) must have codes > 127. -% -% -% \uppercase section -% -% The \uppercase section of the CS file is used to define the upper case -% equivalent of specified characters. It should normally only be used -% if the relationship isn't symmetrical - use \lowupcase if it is. -% -% The syntax of the \uppercase section is: -% -% \uppercase{ -% <LC-1> <UC-1> % Comment begins with a percent sign -% <LC-2> <UC-2> -% ... -% <LC-N> <UC-N> -% } -% -% Each <LC-n> <UC-n> pair of characters defines that the upper case -% case equivalent of <LC-n> is <UC-n>. -% -% You cannot redefine the upper case equivalent of an ASCII character -% (code < 128), so all instances of <LC-n> (i.e. the left hand side -% of the relationship) must have codes > 127. -% -% -% \order section -% -% The \order section of the CS file is used to define the order in which -% characters are sorted. -% -% The syntax of the \order section is: -% -% \order{ -% <char-1> % Comment begins with a percent sign -% <char-2> <char-3> % whitespace between the chars -% <char-4> - <char-5> % a hyphen between the chars -% <char-4> _ <char-5> % an underscore between the chars -% ... -% <char-n> -% } -% -% All characters on the same line are given the same sorting weight. -% -% The construct <char-1> <underscore> <char-2> is used to denote that -% all characters in the range <char-1> to <char-2> should be given the -% same sorting weight. For example, "A _ Z" would cause all ASCII -% upper case alphabetical characters to have the same sorting weight -% and would be equivalent to placing all 26 characters on the same line. -% -% The construct <char-1> <hyphen> <char-2> is used to denote that all -% characters in the range <char-1> to <char-2> should be given an -% ascending set of sorting weights, starting with <char-1> and ending -% with <char-2>. For example, "A - Z" would cause all upper case ASCII -% alphabetical characters to be sorted in ascending order and would be -% equivalent to placing 'A' on the first line, 'B' on the second, -% through to 'Z' on the 26th line. -% -% The characters at the beginning of the order section are given a lower -% sorting weight than characters occuring later. When sorting -% alphabetically, characters with the lowest weight come first. -% -% All characters not in the \order section (including ASCII characters) -% are given the same very high sorting weight to ensure that they come -% last when sorting alphabetically. -% -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% - -% CHARACTER SET - -\lowupcase{ % Lowercase Uppercase - % Code TeX Code TeX - % - ¨ ¦ % ^^a8 \v{\s} ^^a6 \v{S} - ¸ ´ % ^^b8 \v{\z} ^^b4 \v{Z} - ½ ¼ % ^^bd \oe ^^bc \OE - à À % ^^e0 \`{a} ^^c0 \`{A} - á Á % ^^e1 \'{a} ^^c1 \'{A} - â  % ^^e2 \^{a} ^^c2 \^{A} - ã à % ^^e3 \~{a} ^^c3 \~{A} - ä Ä % ^^e4 \"{a} ^^c4 \"{A} - å Å % ^^e5 \aa ^^c5 \AA - æ Æ % ^^e6 \ae ^^c6 \AE - ç Ç % ^^e7 \c{c} ^^c7 \c{C} - è È % ^^e8 \`{e} ^^c8 \`{E} - é É % ^^e9 \'{e} ^^c9 \'{E} - ê Ê % ^^ea \^{e} ^^ca \^{E} - ë Ë % ^^eb \"{e} ^^cb \"{E} - ì Ì % ^^ec \`{\i} ^^cc \`{I} - í Í % ^^ed \'{\i} ^^cd \'{I} - î Î % ^^ee \^{\i} ^^ce \^{I} - ï Ï % ^^ef \"{\i} ^^cf \"{I} - ð Ð % ^^f0 \dh ^^d0 \DH - ñ Ñ % ^^f1 \~{n} ^^d1 \~{N} - ò Ò % ^^f2 \`{o} ^^d2 \`{O} - ó Ó % ^^f3 \'{o} ^^d3 \'{O} - ô Ô % ^^f4 \^{o} ^^d4 \^{O} - õ Õ % ^^f5 \~{o} ^^d5 \~{O} - ö Ö % ^^f6 \"{o} ^^d6 \"{O} - ø Ø % ^^f8 \o ^^d8 \O - ù Ù % ^^f9 \`{u} ^^d9 \`{U} - ú Ú % ^^fa \'{u} ^^da \'{U} - û Û % ^^fb \^{u} ^^db \^{U} - ü Ü % ^^fc \"{u} ^^dc \"{U} - ý Ý % ^^fd \'{y} ^^dd \'{Y} - þ Þ % ^^fe \th ^^de \TH - ÿ ¾ % ^^ff \"{y} ^^be \"{Y} -} - -% SORTING ORDER - -\order{ - 0-9 - A À Á  à Š- Ä Æ - a à á â ã å - ä æ - B - b - C Ç - c ç - D Ð - d ð - E È É Ê Ë - e è é ê ë - F - f - G - g - H - h - I Ì Í Î Ï - i ì í î ï - J - j - K - k - L - l - M - m - N Ñ - n ñ - O Ò Ó Ô Õ - Ö Ø ¼ - o ò ó ô õ - ö ø ½ - P - p - Q - q - R - r - S ¦ - s ¨ - ß - T Þ - t þ - U Ù Ú Û - Ü - u ù ú û - ü - V - v - W - w - X - x - Y Ý ¾ - y ý ÿ - Z ´ - z ¸ -} - -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% END OF FILE %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% diff --git a/Master/texmf-dist/bibtex/csf/biblatex/latin9_dk.csf b/Master/texmf-dist/bibtex/csf/biblatex/latin9_dk.csf deleted file mode 100644 index da229e3759f..00000000000 --- a/Master/texmf-dist/bibtex/csf/biblatex/latin9_dk.csf +++ /dev/null @@ -1,272 +0,0 @@ -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -% -% CHARACTER SET: ISO 8859-15 (Latin 9) -% -% ISO 8859-15 is a character set used by Unix/X Windows. -% -% SORTING ORDER: Danish/Norwegian -% -% Alphabetical sorting order of Aa..Zz (including accented characters). -% -% This is a BibTeX Codepage and Sort definition file (CSF). It is -% used to define the 8-bit character set used by BibTeX and the -% order in which those characters should be sorted. The file -% format is documented below this header section. -% -% This file will only work with the 8-bit implementation of BibTeX -% written by Niel Kempson and Alejandro Aguilar-Sierra: -% -% http://www.ctan.org/tex-archive/biblio/bibtex/8-bit/ -% -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% - -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -% -% FILE FORMAT -% -% The codepage and sorting order (CS) file defines how BibTeX will treat an -% 8-bit character set, specifically which characters are to be treated as -% letters, the upper/lower case relationships between characters, and the -% sorting order of characters. -% -% The CS file may contain a number of sections, each presented in the -% form of a TeX macro: -% -% \section-name{ -% <section definitions> -% } -% -% Four sections are currently supported: \lowupcase, \lowercase, \uppercase -% and \order. The syntax of the four supported sections is summarised below. -% -% 8-bit characters may be entered naturally, but to avoid problems with -% character set translation or corruption, they can also be entered using -% the TeX-style portable notation for character codes, i.e. ^^XX, where XX -% is the hexadecimal value ofthe character code. -% -% Reading of the sections ends when the first '}' character is reached, so -% '}' can't be included in a section. You can't use ^^7d either. -% -% The percent sign ('%') is used to introduce a trailing comment - it and -% all remaining characters on a line are ignored. ^^25 has the same effect. -% -% -% \lowupcase section -% -% The \lowupcase section of the CS file is used to define the lower -% /upper and upper/lower case relationship of pairs of specified -% characters. It is only used if the relationship is symmetrical - use -% \lowercase or \upcase if it isn't. -% -% The syntax of the \lowupcase section is: -% -% \lowupcase{ -% <LC-1> <UC-1> % Comment begins with a percent sign -% <LC-2> <UC-2> -% ... -% <LC-N> <UC-N> -% } -% -% Each <LC-n> <UC-n> pair of characters defines that the upper case -% equivalent of <LC-n> is <UC-n> *and* the lower case equivalent of -% <UC-n> is <LC-n>. -% -% You cannot redefine the lower or upper case equivalent of an ASCII -% character (code < 128), so all instances of <LC-n> and <UC-n> -% (i.e. both sides of the relationship) must have codes > 127. -% -% -% \lowercase section -% -% The \lowercase section of the CS file is used to define the lower case -% equivalent of specified characters. It should normally only be used -% if the relationship isn't symmetrical - use \lowupcase if it is. -% -% The syntax of the \lowercase section is: -% -% \lowercase{ -% <UC-1> <LC-1> % Comment begins with a percent sign -% <UC-2> <LC-2> -% ... -% <UC-N> <LC-N> -% } -% -% Each <LC-n> <UC-n> pair of characters defines that the lower case -% equivalent of <UC-n> is <LC-n>. -% -% You cannot redefine the lower case equivalent of an ASCII character -% (code < 128), so all instances of <UC-n> (i.e. the left hand side -% of the relationship) must have codes > 127. -% -% -% \uppercase section -% -% The \uppercase section of the CS file is used to define the upper case -% equivalent of specified characters. It should normally only be used -% if the relationship isn't symmetrical - use \lowupcase if it is. -% -% The syntax of the \uppercase section is: -% -% \uppercase{ -% <LC-1> <UC-1> % Comment begins with a percent sign -% <LC-2> <UC-2> -% ... -% <LC-N> <UC-N> -% } -% -% Each <LC-n> <UC-n> pair of characters defines that the upper case -% case equivalent of <LC-n> is <UC-n>. -% -% You cannot redefine the upper case equivalent of an ASCII character -% (code < 128), so all instances of <LC-n> (i.e. the left hand side -% of the relationship) must have codes > 127. -% -% -% \order section -% -% The \order section of the CS file is used to define the order in which -% characters are sorted. -% -% The syntax of the \order section is: -% -% \order{ -% <char-1> % Comment begins with a percent sign -% <char-2> <char-3> % whitespace between the chars -% <char-4> - <char-5> % a hyphen between the chars -% <char-4> _ <char-5> % an underscore between the chars -% ... -% <char-n> -% } -% -% All characters on the same line are given the same sorting weight. -% -% The construct <char-1> <underscore> <char-2> is used to denote that -% all characters in the range <char-1> to <char-2> should be given the -% same sorting weight. For example, "A _ Z" would cause all ASCII -% upper case alphabetical characters to have the same sorting weight -% and would be equivalent to placing all 26 characters on the same line. -% -% The construct <char-1> <hyphen> <char-2> is used to denote that all -% characters in the range <char-1> to <char-2> should be given an -% ascending set of sorting weights, starting with <char-1> and ending -% with <char-2>. For example, "A - Z" would cause all upper case ASCII -% alphabetical characters to be sorted in ascending order and would be -% equivalent to placing 'A' on the first line, 'B' on the second, -% through to 'Z' on the 26th line. -% -% The characters at the beginning of the order section are given a lower -% sorting weight than characters occuring later. When sorting -% alphabetically, characters with the lowest weight come first. -% -% All characters not in the \order section (including ASCII characters) -% are given the same very high sorting weight to ensure that they come -% last when sorting alphabetically. -% -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% - -% CHARACTER SET - -\lowupcase{ % Lowercase Uppercase - % Code TeX Code TeX - % - ¨ ¦ % ^^a8 \v{\s} ^^a6 \v{S} - ¸ ´ % ^^b8 \v{\z} ^^b4 \v{Z} - ½ ¼ % ^^bd \oe ^^bc \OE - à À % ^^e0 \`{a} ^^c0 \`{A} - á Á % ^^e1 \'{a} ^^c1 \'{A} - â  % ^^e2 \^{a} ^^c2 \^{A} - ã à % ^^e3 \~{a} ^^c3 \~{A} - ä Ä % ^^e4 \"{a} ^^c4 \"{A} - å Å % ^^e5 \aa ^^c5 \AA - æ Æ % ^^e6 \ae ^^c6 \AE - ç Ç % ^^e7 \c{c} ^^c7 \c{C} - è È % ^^e8 \`{e} ^^c8 \`{E} - é É % ^^e9 \'{e} ^^c9 \'{E} - ê Ê % ^^ea \^{e} ^^ca \^{E} - ë Ë % ^^eb \"{e} ^^cb \"{E} - ì Ì % ^^ec \`{\i} ^^cc \`{I} - í Í % ^^ed \'{\i} ^^cd \'{I} - î Î % ^^ee \^{\i} ^^ce \^{I} - ï Ï % ^^ef \"{\i} ^^cf \"{I} - ð Ð % ^^f0 \dh ^^d0 \DH - ñ Ñ % ^^f1 \~{n} ^^d1 \~{N} - ò Ò % ^^f2 \`{o} ^^d2 \`{O} - ó Ó % ^^f3 \'{o} ^^d3 \'{O} - ô Ô % ^^f4 \^{o} ^^d4 \^{O} - õ Õ % ^^f5 \~{o} ^^d5 \~{O} - ö Ö % ^^f6 \"{o} ^^d6 \"{O} - ø Ø % ^^f8 \o ^^d8 \O - ù Ù % ^^f9 \`{u} ^^d9 \`{U} - ú Ú % ^^fa \'{u} ^^da \'{U} - û Û % ^^fb \^{u} ^^db \^{U} - ü Ü % ^^fc \"{u} ^^dc \"{U} - ý Ý % ^^fd \'{y} ^^dd \'{Y} - þ Þ % ^^fe \th ^^de \TH - ÿ ¾ % ^^ff \"{y} ^^be \"{Y} -} - -% SORTING ORDER - -\order{ - 0-9 - A À Á Â Ã Ä - a à á â ã ä - B - b - C Ç - c ç - D Ð - d ð - E È É Ê Ë - e è é ê ë - F - f - G - g - H - h - I Ì Í Î Ï - i ì í î ï - J - j - K - k - L - l - M - m - N Ñ - n ñ - O Ò Ó Ô Õ Ö ¼ - o ò ó ô õ ö ½ - P - p - Q - q - R - r - S ¦ - s ¨ ß - T Þ - t þ - U Ù Ú Û Ü - u ù ú û ü - V - v - W - w - X - x - Y Ý ¾ - y ý ÿ - Z ´ - z ¸ - Æ - æ - Ø - ø - Å - å -} - -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% END OF FILE %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% diff --git a/Master/texmf-dist/bibtex/csf/biblatex/latin9_fi.csf b/Master/texmf-dist/bibtex/csf/biblatex/latin9_fi.csf deleted file mode 100644 index d4f166559df..00000000000 --- a/Master/texmf-dist/bibtex/csf/biblatex/latin9_fi.csf +++ /dev/null @@ -1,243 +0,0 @@ -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -% -% CHARACTER SET: ISO 8859-15 (Latin 9) -% -% ISO 8859-15 is a character set used by Unix/X Windows. -% -% SORTING ORDER: Finnish -% -% Alphabetical sorting order of Aa..Zz (including accented characters). -% -% This is a BibTeX Codepage and Sort definition file (CSF). It is -% used to define the 8-bit character set used by BibTeX and the -% order in which those characters should be sorted. The file -% format is documented below this header section. -% -% This file will only work with the 8-bit implementation of BibTeX -% written by Niel Kempson and Alejandro Aguilar-Sierra: -% -% http://www.ctan.org/tex-archive/biblio/bibtex/8-bit/ -% -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% - -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -% -% FILE FORMAT -% -% The codepage and sorting order (CS) file defines how BibTeX will treat an -% 8-bit character set, specifically which characters are to be treated as -% letters, the upper/lower case relationships between characters, and the -% sorting order of characters. -% -% The CS file may contain a number of sections, each presented in the -% form of a TeX macro: -% -% \section-name{ -% <section definitions> -% } -% -% Four sections are currently supported: \lowupcase, \lowercase, \uppercase -% and \order. The syntax of the four supported sections is summarised below. -% -% 8-bit characters may be entered naturally, but to avoid problems with -% character set translation or corruption, they can also be entered using -% the TeX-style portable notation for character codes, i.e. ^^XX, where XX -% is the hexadecimal value ofthe character code. -% -% Reading of the sections ends when the first '}' character is reached, so -% '}' can't be included in a section. You can't use ^^7d either. -% -% The percent sign ('%') is used to introduce a trailing comment - it and -% all remaining characters on a line are ignored. ^^25 has the same effect. -% -% -% \lowupcase section -% -% The \lowupcase section of the CS file is used to define the lower -% /upper and upper/lower case relationship of pairs of specified -% characters. It is only used if the relationship is symmetrical - use -% \lowercase or \upcase if it isn't. -% -% The syntax of the \lowupcase section is: -% -% \lowupcase{ -% <LC-1> <UC-1> % Comment begins with a percent sign -% <LC-2> <UC-2> -% ... -% <LC-N> <UC-N> -% } -% -% Each <LC-n> <UC-n> pair of characters defines that the upper case -% equivalent of <LC-n> is <UC-n> *and* the lower case equivalent of -% <UC-n> is <LC-n>. -% -% You cannot redefine the lower or upper case equivalent of an ASCII -% character (code < 128), so all instances of <LC-n> and <UC-n> -% (i.e. both sides of the relationship) must have codes > 127. -% -% -% \lowercase section -% -% The \lowercase section of the CS file is used to define the lower case -% equivalent of specified characters. It should normally only be used -% if the relationship isn't symmetrical - use \lowupcase if it is. -% -% The syntax of the \lowercase section is: -% -% \lowercase{ -% <UC-1> <LC-1> % Comment begins with a percent sign -% <UC-2> <LC-2> -% ... -% <UC-N> <LC-N> -% } -% -% Each <LC-n> <UC-n> pair of characters defines that the lower case -% equivalent of <UC-n> is <LC-n>. -% -% You cannot redefine the lower case equivalent of an ASCII character -% (code < 128), so all instances of <UC-n> (i.e. the left hand side -% of the relationship) must have codes > 127. -% -% -% \uppercase section -% -% The \uppercase section of the CS file is used to define the upper case -% equivalent of specified characters. It should normally only be used -% if the relationship isn't symmetrical - use \lowupcase if it is. -% -% The syntax of the \uppercase section is: -% -% \uppercase{ -% <LC-1> <UC-1> % Comment begins with a percent sign -% <LC-2> <UC-2> -% ... -% <LC-N> <UC-N> -% } -% -% Each <LC-n> <UC-n> pair of characters defines that the upper case -% case equivalent of <LC-n> is <UC-n>. -% -% You cannot redefine the upper case equivalent of an ASCII character -% (code < 128), so all instances of <LC-n> (i.e. the left hand side -% of the relationship) must have codes > 127. -% -% -% \order section -% -% The \order section of the CS file is used to define the order in which -% characters are sorted. -% -% The syntax of the \order section is: -% -% \order{ -% <char-1> % Comment begins with a percent sign -% <char-2> <char-3> % whitespace between the chars -% <char-4> - <char-5> % a hyphen between the chars -% <char-4> _ <char-5> % an underscore between the chars -% ... -% <char-n> -% } -% -% All characters on the same line are given the same sorting weight. -% -% The construct <char-1> <underscore> <char-2> is used to denote that -% all characters in the range <char-1> to <char-2> should be given the -% same sorting weight. For example, "A _ Z" would cause all ASCII -% upper case alphabetical characters to have the same sorting weight -% and would be equivalent to placing all 26 characters on the same line. -% -% The construct <char-1> <hyphen> <char-2> is used to denote that all -% characters in the range <char-1> to <char-2> should be given an -% ascending set of sorting weights, starting with <char-1> and ending -% with <char-2>. For example, "A - Z" would cause all upper case ASCII -% alphabetical characters to be sorted in ascending order and would be -% equivalent to placing 'A' on the first line, 'B' on the second, -% through to 'Z' on the 26th line. -% -% The characters at the beginning of the order section are given a lower -% sorting weight than characters occuring later. When sorting -% alphabetically, characters with the lowest weight come first. -% -% All characters not in the \order section (including ASCII characters) -% are given the same very high sorting weight to ensure that they come -% last when sorting alphabetically. -% -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% - -% CHARACTER SET - -\lowupcase{ % Lowercase Uppercase - % Code TeX Code TeX - % - ¨ ¦ % ^^a8 \v{\s} ^^a6 \v{S} - ¸ ´ % ^^b8 \v{\z} ^^b4 \v{Z} - ½ ¼ % ^^bd \oe ^^bc \OE - à À % ^^e0 \`{a} ^^c0 \`{A} - á Á % ^^e1 \'{a} ^^c1 \'{A} - â  % ^^e2 \^{a} ^^c2 \^{A} - ã à % ^^e3 \~{a} ^^c3 \~{A} - ä Ä % ^^e4 \"{a} ^^c4 \"{A} - å Å % ^^e5 \aa ^^c5 \AA - æ Æ % ^^e6 \ae ^^c6 \AE - ç Ç % ^^e7 \c{c} ^^c7 \c{C} - è È % ^^e8 \`{e} ^^c8 \`{E} - é É % ^^e9 \'{e} ^^c9 \'{E} - ê Ê % ^^ea \^{e} ^^ca \^{E} - ë Ë % ^^eb \"{e} ^^cb \"{E} - ì Ì % ^^ec \`{\i} ^^cc \`{I} - í Í % ^^ed \'{\i} ^^cd \'{I} - î Î % ^^ee \^{\i} ^^ce \^{I} - ï Ï % ^^ef \"{\i} ^^cf \"{I} - ð Ð % ^^f0 \dh ^^d0 \DH - ñ Ñ % ^^f1 \~{n} ^^d1 \~{N} - ò Ò % ^^f2 \`{o} ^^d2 \`{O} - ó Ó % ^^f3 \'{o} ^^d3 \'{O} - ô Ô % ^^f4 \^{o} ^^d4 \^{O} - õ Õ % ^^f5 \~{o} ^^d5 \~{O} - ö Ö % ^^f6 \"{o} ^^d6 \"{O} - ø Ø % ^^f8 \o ^^d8 \O - ù Ù % ^^f9 \`{u} ^^d9 \`{U} - ú Ú % ^^fa \'{u} ^^da \'{U} - û Û % ^^fb \^{u} ^^db \^{U} - ü Ü % ^^fc \"{u} ^^dc \"{U} - ý Ý % ^^fd \'{y} ^^dd \'{Y} - þ Þ % ^^fe \th ^^de \TH - ÿ ¾ % ^^ff \"{y} ^^be \"{Y} -} - -% SORTING ORDER - -\order{ - 0-9 - A À Á Â Ã Å Ä Æ a à á â ã å ä æ - B b - C Ç c ç - D Ð d ð - E È É Ê Ë e è é ê ë - F f - G g - H h - I Ì Í Î Ï i ì í î ï - J j - K k - L l - M m - N Ñ n ñ - O Ò Ó Ô ¼ o ò ó ô ½ - P p - Q q - R r - S ¦ s ¨ ß - T Þ t þ - U Ù Ú Û u ù ú û - V v - W w - X x - Y Ý ¾ Ü y ý ÿ ü - Z ´ z ¸ - Å å - Ä ä - Ö Õ Ø ö õ ø -} - -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% END OF FILE %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% diff --git a/Master/texmf-dist/bibtex/csf/biblatex/latin9_no.csf b/Master/texmf-dist/bibtex/csf/biblatex/latin9_no.csf deleted file mode 100644 index da229e3759f..00000000000 --- a/Master/texmf-dist/bibtex/csf/biblatex/latin9_no.csf +++ /dev/null @@ -1,272 +0,0 @@ -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -% -% CHARACTER SET: ISO 8859-15 (Latin 9) -% -% ISO 8859-15 is a character set used by Unix/X Windows. -% -% SORTING ORDER: Danish/Norwegian -% -% Alphabetical sorting order of Aa..Zz (including accented characters). -% -% This is a BibTeX Codepage and Sort definition file (CSF). It is -% used to define the 8-bit character set used by BibTeX and the -% order in which those characters should be sorted. The file -% format is documented below this header section. -% -% This file will only work with the 8-bit implementation of BibTeX -% written by Niel Kempson and Alejandro Aguilar-Sierra: -% -% http://www.ctan.org/tex-archive/biblio/bibtex/8-bit/ -% -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% - -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -% -% FILE FORMAT -% -% The codepage and sorting order (CS) file defines how BibTeX will treat an -% 8-bit character set, specifically which characters are to be treated as -% letters, the upper/lower case relationships between characters, and the -% sorting order of characters. -% -% The CS file may contain a number of sections, each presented in the -% form of a TeX macro: -% -% \section-name{ -% <section definitions> -% } -% -% Four sections are currently supported: \lowupcase, \lowercase, \uppercase -% and \order. The syntax of the four supported sections is summarised below. -% -% 8-bit characters may be entered naturally, but to avoid problems with -% character set translation or corruption, they can also be entered using -% the TeX-style portable notation for character codes, i.e. ^^XX, where XX -% is the hexadecimal value ofthe character code. -% -% Reading of the sections ends when the first '}' character is reached, so -% '}' can't be included in a section. You can't use ^^7d either. -% -% The percent sign ('%') is used to introduce a trailing comment - it and -% all remaining characters on a line are ignored. ^^25 has the same effect. -% -% -% \lowupcase section -% -% The \lowupcase section of the CS file is used to define the lower -% /upper and upper/lower case relationship of pairs of specified -% characters. It is only used if the relationship is symmetrical - use -% \lowercase or \upcase if it isn't. -% -% The syntax of the \lowupcase section is: -% -% \lowupcase{ -% <LC-1> <UC-1> % Comment begins with a percent sign -% <LC-2> <UC-2> -% ... -% <LC-N> <UC-N> -% } -% -% Each <LC-n> <UC-n> pair of characters defines that the upper case -% equivalent of <LC-n> is <UC-n> *and* the lower case equivalent of -% <UC-n> is <LC-n>. -% -% You cannot redefine the lower or upper case equivalent of an ASCII -% character (code < 128), so all instances of <LC-n> and <UC-n> -% (i.e. both sides of the relationship) must have codes > 127. -% -% -% \lowercase section -% -% The \lowercase section of the CS file is used to define the lower case -% equivalent of specified characters. It should normally only be used -% if the relationship isn't symmetrical - use \lowupcase if it is. -% -% The syntax of the \lowercase section is: -% -% \lowercase{ -% <UC-1> <LC-1> % Comment begins with a percent sign -% <UC-2> <LC-2> -% ... -% <UC-N> <LC-N> -% } -% -% Each <LC-n> <UC-n> pair of characters defines that the lower case -% equivalent of <UC-n> is <LC-n>. -% -% You cannot redefine the lower case equivalent of an ASCII character -% (code < 128), so all instances of <UC-n> (i.e. the left hand side -% of the relationship) must have codes > 127. -% -% -% \uppercase section -% -% The \uppercase section of the CS file is used to define the upper case -% equivalent of specified characters. It should normally only be used -% if the relationship isn't symmetrical - use \lowupcase if it is. -% -% The syntax of the \uppercase section is: -% -% \uppercase{ -% <LC-1> <UC-1> % Comment begins with a percent sign -% <LC-2> <UC-2> -% ... -% <LC-N> <UC-N> -% } -% -% Each <LC-n> <UC-n> pair of characters defines that the upper case -% case equivalent of <LC-n> is <UC-n>. -% -% You cannot redefine the upper case equivalent of an ASCII character -% (code < 128), so all instances of <LC-n> (i.e. the left hand side -% of the relationship) must have codes > 127. -% -% -% \order section -% -% The \order section of the CS file is used to define the order in which -% characters are sorted. -% -% The syntax of the \order section is: -% -% \order{ -% <char-1> % Comment begins with a percent sign -% <char-2> <char-3> % whitespace between the chars -% <char-4> - <char-5> % a hyphen between the chars -% <char-4> _ <char-5> % an underscore between the chars -% ... -% <char-n> -% } -% -% All characters on the same line are given the same sorting weight. -% -% The construct <char-1> <underscore> <char-2> is used to denote that -% all characters in the range <char-1> to <char-2> should be given the -% same sorting weight. For example, "A _ Z" would cause all ASCII -% upper case alphabetical characters to have the same sorting weight -% and would be equivalent to placing all 26 characters on the same line. -% -% The construct <char-1> <hyphen> <char-2> is used to denote that all -% characters in the range <char-1> to <char-2> should be given an -% ascending set of sorting weights, starting with <char-1> and ending -% with <char-2>. For example, "A - Z" would cause all upper case ASCII -% alphabetical characters to be sorted in ascending order and would be -% equivalent to placing 'A' on the first line, 'B' on the second, -% through to 'Z' on the 26th line. -% -% The characters at the beginning of the order section are given a lower -% sorting weight than characters occuring later. When sorting -% alphabetically, characters with the lowest weight come first. -% -% All characters not in the \order section (including ASCII characters) -% are given the same very high sorting weight to ensure that they come -% last when sorting alphabetically. -% -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% - -% CHARACTER SET - -\lowupcase{ % Lowercase Uppercase - % Code TeX Code TeX - % - ¨ ¦ % ^^a8 \v{\s} ^^a6 \v{S} - ¸ ´ % ^^b8 \v{\z} ^^b4 \v{Z} - ½ ¼ % ^^bd \oe ^^bc \OE - à À % ^^e0 \`{a} ^^c0 \`{A} - á Á % ^^e1 \'{a} ^^c1 \'{A} - â  % ^^e2 \^{a} ^^c2 \^{A} - ã à % ^^e3 \~{a} ^^c3 \~{A} - ä Ä % ^^e4 \"{a} ^^c4 \"{A} - å Å % ^^e5 \aa ^^c5 \AA - æ Æ % ^^e6 \ae ^^c6 \AE - ç Ç % ^^e7 \c{c} ^^c7 \c{C} - è È % ^^e8 \`{e} ^^c8 \`{E} - é É % ^^e9 \'{e} ^^c9 \'{E} - ê Ê % ^^ea \^{e} ^^ca \^{E} - ë Ë % ^^eb \"{e} ^^cb \"{E} - ì Ì % ^^ec \`{\i} ^^cc \`{I} - í Í % ^^ed \'{\i} ^^cd \'{I} - î Î % ^^ee \^{\i} ^^ce \^{I} - ï Ï % ^^ef \"{\i} ^^cf \"{I} - ð Ð % ^^f0 \dh ^^d0 \DH - ñ Ñ % ^^f1 \~{n} ^^d1 \~{N} - ò Ò % ^^f2 \`{o} ^^d2 \`{O} - ó Ó % ^^f3 \'{o} ^^d3 \'{O} - ô Ô % ^^f4 \^{o} ^^d4 \^{O} - õ Õ % ^^f5 \~{o} ^^d5 \~{O} - ö Ö % ^^f6 \"{o} ^^d6 \"{O} - ø Ø % ^^f8 \o ^^d8 \O - ù Ù % ^^f9 \`{u} ^^d9 \`{U} - ú Ú % ^^fa \'{u} ^^da \'{U} - û Û % ^^fb \^{u} ^^db \^{U} - ü Ü % ^^fc \"{u} ^^dc \"{U} - ý Ý % ^^fd \'{y} ^^dd \'{Y} - þ Þ % ^^fe \th ^^de \TH - ÿ ¾ % ^^ff \"{y} ^^be \"{Y} -} - -% SORTING ORDER - -\order{ - 0-9 - A À Á Â Ã Ä - a à á â ã ä - B - b - C Ç - c ç - D Ð - d ð - E È É Ê Ë - e è é ê ë - F - f - G - g - H - h - I Ì Í Î Ï - i ì í î ï - J - j - K - k - L - l - M - m - N Ñ - n ñ - O Ò Ó Ô Õ Ö ¼ - o ò ó ô õ ö ½ - P - p - Q - q - R - r - S ¦ - s ¨ ß - T Þ - t þ - U Ù Ú Û Ü - u ù ú û ü - V - v - W - w - X - x - Y Ý ¾ - y ý ÿ - Z ´ - z ¸ - Æ - æ - Ø - ø - Å - å -} - -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% END OF FILE %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% diff --git a/Master/texmf-dist/bibtex/csf/biblatex/latin9_se.csf b/Master/texmf-dist/bibtex/csf/biblatex/latin9_se.csf deleted file mode 100644 index a4d97c393e0..00000000000 --- a/Master/texmf-dist/bibtex/csf/biblatex/latin9_se.csf +++ /dev/null @@ -1,272 +0,0 @@ -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -% -% CHARACTER SET: ISO 8859-15 (Latin 9) -% -% ISO 8859-15 is a character set used by Unix/X Windows. -% -% SORTING ORDER: Swedish -% -% Alphabetical sorting order of Aa..Zz (including accented characters). -% -% This is a BibTeX Codepage and Sort definition file (CSF). It is -% used to define the 8-bit character set used by BibTeX and the -% order in which those characters should be sorted. The file -% format is documented below this header section. -% -% This file will only work with the 8-bit implementation of BibTeX -% written by Niel Kempson and Alejandro Aguilar-Sierra: -% -% http://www.ctan.org/tex-archive/biblio/bibtex/8-bit/ -% -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% - -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -% -% FILE FORMAT -% -% The codepage and sorting order (CS) file defines how BibTeX will treat an -% 8-bit character set, specifically which characters are to be treated as -% letters, the upper/lower case relationships between characters, and the -% sorting order of characters. -% -% The CS file may contain a number of sections, each presented in the -% form of a TeX macro: -% -% \section-name{ -% <section definitions> -% } -% -% Four sections are currently supported: \lowupcase, \lowercase, \uppercase -% and \order. The syntax of the four supported sections is summarised below. -% -% 8-bit characters may be entered naturally, but to avoid problems with -% character set translation or corruption, they can also be entered using -% the TeX-style portable notation for character codes, i.e. ^^XX, where XX -% is the hexadecimal value ofthe character code. -% -% Reading of the sections ends when the first '}' character is reached, so -% '}' can't be included in a section. You can't use ^^7d either. -% -% The percent sign ('%') is used to introduce a trailing comment - it and -% all remaining characters on a line are ignored. ^^25 has the same effect. -% -% -% \lowupcase section -% -% The \lowupcase section of the CS file is used to define the lower -% /upper and upper/lower case relationship of pairs of specified -% characters. It is only used if the relationship is symmetrical - use -% \lowercase or \upcase if it isn't. -% -% The syntax of the \lowupcase section is: -% -% \lowupcase{ -% <LC-1> <UC-1> % Comment begins with a percent sign -% <LC-2> <UC-2> -% ... -% <LC-N> <UC-N> -% } -% -% Each <LC-n> <UC-n> pair of characters defines that the upper case -% equivalent of <LC-n> is <UC-n> *and* the lower case equivalent of -% <UC-n> is <LC-n>. -% -% You cannot redefine the lower or upper case equivalent of an ASCII -% character (code < 128), so all instances of <LC-n> and <UC-n> -% (i.e. both sides of the relationship) must have codes > 127. -% -% -% \lowercase section -% -% The \lowercase section of the CS file is used to define the lower case -% equivalent of specified characters. It should normally only be used -% if the relationship isn't symmetrical - use \lowupcase if it is. -% -% The syntax of the \lowercase section is: -% -% \lowercase{ -% <UC-1> <LC-1> % Comment begins with a percent sign -% <UC-2> <LC-2> -% ... -% <UC-N> <LC-N> -% } -% -% Each <LC-n> <UC-n> pair of characters defines that the lower case -% equivalent of <UC-n> is <LC-n>. -% -% You cannot redefine the lower case equivalent of an ASCII character -% (code < 128), so all instances of <UC-n> (i.e. the left hand side -% of the relationship) must have codes > 127. -% -% -% \uppercase section -% -% The \uppercase section of the CS file is used to define the upper case -% equivalent of specified characters. It should normally only be used -% if the relationship isn't symmetrical - use \lowupcase if it is. -% -% The syntax of the \uppercase section is: -% -% \uppercase{ -% <LC-1> <UC-1> % Comment begins with a percent sign -% <LC-2> <UC-2> -% ... -% <LC-N> <UC-N> -% } -% -% Each <LC-n> <UC-n> pair of characters defines that the upper case -% case equivalent of <LC-n> is <UC-n>. -% -% You cannot redefine the upper case equivalent of an ASCII character -% (code < 128), so all instances of <LC-n> (i.e. the left hand side -% of the relationship) must have codes > 127. -% -% -% \order section -% -% The \order section of the CS file is used to define the order in which -% characters are sorted. -% -% The syntax of the \order section is: -% -% \order{ -% <char-1> % Comment begins with a percent sign -% <char-2> <char-3> % whitespace between the chars -% <char-4> - <char-5> % a hyphen between the chars -% <char-4> _ <char-5> % an underscore between the chars -% ... -% <char-n> -% } -% -% All characters on the same line are given the same sorting weight. -% -% The construct <char-1> <underscore> <char-2> is used to denote that -% all characters in the range <char-1> to <char-2> should be given the -% same sorting weight. For example, "A _ Z" would cause all ASCII -% upper case alphabetical characters to have the same sorting weight -% and would be equivalent to placing all 26 characters on the same line. -% -% The construct <char-1> <hyphen> <char-2> is used to denote that all -% characters in the range <char-1> to <char-2> should be given an -% ascending set of sorting weights, starting with <char-1> and ending -% with <char-2>. For example, "A - Z" would cause all upper case ASCII -% alphabetical characters to be sorted in ascending order and would be -% equivalent to placing 'A' on the first line, 'B' on the second, -% through to 'Z' on the 26th line. -% -% The characters at the beginning of the order section are given a lower -% sorting weight than characters occuring later. When sorting -% alphabetically, characters with the lowest weight come first. -% -% All characters not in the \order section (including ASCII characters) -% are given the same very high sorting weight to ensure that they come -% last when sorting alphabetically. -% -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% - -% CHARACTER SET - -\lowupcase{ % Lowercase Uppercase - % Code TeX Code TeX - % - ¨ ¦ % ^^a8 \v{\s} ^^a6 \v{S} - ¸ ´ % ^^b8 \v{\z} ^^b4 \v{Z} - ½ ¼ % ^^bd \oe ^^bc \OE - à À % ^^e0 \`{a} ^^c0 \`{A} - á Á % ^^e1 \'{a} ^^c1 \'{A} - â  % ^^e2 \^{a} ^^c2 \^{A} - ã à % ^^e3 \~{a} ^^c3 \~{A} - ä Ä % ^^e4 \"{a} ^^c4 \"{A} - å Å % ^^e5 \aa ^^c5 \AA - æ Æ % ^^e6 \ae ^^c6 \AE - ç Ç % ^^e7 \c{c} ^^c7 \c{C} - è È % ^^e8 \`{e} ^^c8 \`{E} - é É % ^^e9 \'{e} ^^c9 \'{E} - ê Ê % ^^ea \^{e} ^^ca \^{E} - ë Ë % ^^eb \"{e} ^^cb \"{E} - ì Ì % ^^ec \`{\i} ^^cc \`{I} - í Í % ^^ed \'{\i} ^^cd \'{I} - î Î % ^^ee \^{\i} ^^ce \^{I} - ï Ï % ^^ef \"{\i} ^^cf \"{I} - ð Ð % ^^f0 \dh ^^d0 \DH - ñ Ñ % ^^f1 \~{n} ^^d1 \~{N} - ò Ò % ^^f2 \`{o} ^^d2 \`{O} - ó Ó % ^^f3 \'{o} ^^d3 \'{O} - ô Ô % ^^f4 \^{o} ^^d4 \^{O} - õ Õ % ^^f5 \~{o} ^^d5 \~{O} - ö Ö % ^^f6 \"{o} ^^d6 \"{O} - ø Ø % ^^f8 \o ^^d8 \O - ù Ù % ^^f9 \`{u} ^^d9 \`{U} - ú Ú % ^^fa \'{u} ^^da \'{U} - û Û % ^^fb \^{u} ^^db \^{U} - ü Ü % ^^fc \"{u} ^^dc \"{U} - ý Ý % ^^fd \'{y} ^^dd \'{Y} - þ Þ % ^^fe \th ^^de \TH - ÿ ¾ % ^^ff \"{y} ^^be \"{Y} -} - -% SORTING ORDER - -\order{ - 0-9 - A À Á Â Ã Æ - a à á â ã æ - B - b - C Ç - c ç - D Ð - d ð - E È É Ê Ë - e è é ê ë - F - f - G - g - H - h - I Ì Í Î Ï - i ì í î ï - J - j - K - k - L - l - M - m - N Ñ - n ñ - O Ò Ó Ô Õ Ø ¼ - o ò ó ô õ ø ½ - P - p - Q - q - R - r - S ¦ - s ¨ ß - T Þ - t þ - U Ù Ú Û Ü - u ù ú û ü - V - v - W - w - X - x - Y Ý ¾ - y ý ÿ - Z ´ - z ¸ - Å - å - Ä - ä - Ö - Ö -} - -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% END OF FILE %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% diff --git a/Master/texmf-dist/bibtex/csf/biblatex/winansi.csf b/Master/texmf-dist/bibtex/csf/biblatex/winansi.csf deleted file mode 100644 index 8530eb05ce3..00000000000 --- a/Master/texmf-dist/bibtex/csf/biblatex/winansi.csf +++ /dev/null @@ -1,267 +0,0 @@ -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -% -% CHARACTER SET: MS CP-1252 (Windows Ansi) -% -% MS CP-1252 is a character set used by Microsoft Windows. -% -% SORTING ORDER: Latin countries -% -% Alphabetical sorting order of Aa..Zz (including accented characters). -% -% This is a BibTeX Codepage and Sort definition file (CSF). It is -% used to define the 8-bit character set used by BibTeX and the -% order in which those characters should be sorted. The file -% format is documented below this header section. -% -% This file will only work with the 8-bit implementation of BibTeX -% written by Niel Kempson and Alejandro Aguilar-Sierra: -% -% http://www.ctan.org/tex-archive/biblio/bibtex/8-bit/ -% -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% - -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -% -% FILE FORMAT -% -% The codepage and sorting order (CS) file defines how BibTeX will treat an -% 8-bit character set, specifically which characters are to be treated as -% letters, the upper/lower case relationships between characters, and the -% sorting order of characters. -% -% The CS file may contain a number of sections, each presented in the -% form of a TeX macro: -% -% \section-name{ -% <section definitions> -% } -% -% Four sections are currently supported: \lowupcase, \lowercase, \uppercase -% and \order. The syntax of the four supported sections is summarised below. -% -% 8-bit characters may be entered naturally, but to avoid problems with -% character set translation or corruption, they can also be entered using -% the TeX-style portable notation for character codes, i.e. ^^XX, where XX -% is the hexadecimal value ofthe character code. -% -% Reading of the sections ends when the first '}' character is reached, so -% '}' can't be included in a section. You can't use ^^7d either. -% -% The percent sign ('%') is used to introduce a trailing comment - it and -% all remaining characters on a line are ignored. ^^25 has the same effect. -% -% -% \lowupcase section -% -% The \lowupcase section of the CS file is used to define the lower -% /upper and upper/lower case relationship of pairs of specified -% characters. It is only used if the relationship is symmetrical - use -% \lowercase or \upcase if it isn't. -% -% The syntax of the \lowupcase section is: -% -% \lowupcase{ -% <LC-1> <UC-1> % Comment begins with a percent sign -% <LC-2> <UC-2> -% ... -% <LC-N> <UC-N> -% } -% -% Each <LC-n> <UC-n> pair of characters defines that the upper case -% equivalent of <LC-n> is <UC-n> *and* the lower case equivalent of -% <UC-n> is <LC-n>. -% -% You cannot redefine the lower or upper case equivalent of an ASCII -% character (code < 128), so all instances of <LC-n> and <UC-n> -% (i.e. both sides of the relationship) must have codes > 127. -% -% -% \lowercase section -% -% The \lowercase section of the CS file is used to define the lower case -% equivalent of specified characters. It should normally only be used -% if the relationship isn't symmetrical - use \lowupcase if it is. -% -% The syntax of the \lowercase section is: -% -% \lowercase{ -% <UC-1> <LC-1> % Comment begins with a percent sign -% <UC-2> <LC-2> -% ... -% <UC-N> <LC-N> -% } -% -% Each <LC-n> <UC-n> pair of characters defines that the lower case -% equivalent of <UC-n> is <LC-n>. -% -% You cannot redefine the lower case equivalent of an ASCII character -% (code < 128), so all instances of <UC-n> (i.e. the left hand side -% of the relationship) must have codes > 127. -% -% -% \uppercase section -% -% The \uppercase section of the CS file is used to define the upper case -% equivalent of specified characters. It should normally only be used -% if the relationship isn't symmetrical - use \lowupcase if it is. -% -% The syntax of the \uppercase section is: -% -% \uppercase{ -% <LC-1> <UC-1> % Comment begins with a percent sign -% <LC-2> <UC-2> -% ... -% <LC-N> <UC-N> -% } -% -% Each <LC-n> <UC-n> pair of characters defines that the upper case -% case equivalent of <LC-n> is <UC-n>. -% -% You cannot redefine the upper case equivalent of an ASCII character -% (code < 128), so all instances of <LC-n> (i.e. the left hand side -% of the relationship) must have codes > 127. -% -% -% \order section -% -% The \order section of the CS file is used to define the order in which -% characters are sorted. -% -% The syntax of the \order section is: -% -% \order{ -% <char-1> % Comment begins with a percent sign -% <char-2> <char-3> % whitespace between the chars -% <char-4> - <char-5> % a hyphen between the chars -% <char-4> _ <char-5> % an underscore between the chars -% ... -% <char-n> -% } -% -% All characters on the same line are given the same sorting weight. -% -% The construct <char-1> <underscore> <char-2> is used to denote that -% all characters in the range <char-1> to <char-2> should be given the -% same sorting weight. For example, "A _ Z" would cause all ASCII -% upper case alphabetical characters to have the same sorting weight -% and would be equivalent to placing all 26 characters on the same line. -% -% The construct <char-1> <hyphen> <char-2> is used to denote that all -% characters in the range <char-1> to <char-2> should be given an -% ascending set of sorting weights, starting with <char-1> and ending -% with <char-2>. For example, "A - Z" would cause all upper case ASCII -% alphabetical characters to be sorted in ascending order and would be -% equivalent to placing 'A' on the first line, 'B' on the second, -% through to 'Z' on the 26th line. -% -% The characters at the beginning of the order section are given a lower -% sorting weight than characters occuring later. When sorting -% alphabetically, characters with the lowest weight come first. -% -% All characters not in the \order section (including ASCII characters) -% are given the same very high sorting weight to ensure that they come -% last when sorting alphabetically. -% -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% - -% CHARACTER SET - -\lowupcase{ % Lowercase Uppercase - % Code TeX Code TeX - % - š Š % ^^9a \v{\s} ^^8a \v{S} - œ Œ % ^^9c \oe ^^8c \OE - ž Ž % ^^9e \v{\z} ^^8e \v{Z} - à À % ^^e0 \`{a} ^^c0 \`{A} - á Á % ^^e1 \'{a} ^^c1 \'{A} - â  % ^^e2 \^{a} ^^c2 \^{A} - ã à % ^^e3 \~{a} ^^c3 \~{A} - ä Ä % ^^e4 \"{a} ^^c4 \"{A} - å Å % ^^e5 \aa ^^c5 \AA - æ Æ % ^^e6 \ae ^^c6 \AE - ç Ç % ^^e7 \c{c} ^^c7 \c{C} - è È % ^^e8 \`{e} ^^c8 \`{E} - é É % ^^e9 \'{e} ^^c9 \'{E} - ê Ê % ^^ea \^{e} ^^ca \^{E} - ë Ë % ^^eb \"{e} ^^cb \"{E} - ì Ì % ^^ec \`{\i} ^^cc \`{I} - í Í % ^^ed \'{\i} ^^cd \'{I} - î Î % ^^ee \^{\i} ^^ce \^{I} - ï Ï % ^^ef \"{\i} ^^cf \"{I} - ð Ð % ^^f0 \dh ^^d0 \DH - ñ Ñ % ^^f1 \~{n} ^^d1 \~{N} - ò Ò % ^^f2 \`{o} ^^d2 \`{O} - ó Ó % ^^f3 \'{o} ^^d3 \'{O} - ô Ô % ^^f4 \^{o} ^^d4 \^{O} - õ Õ % ^^f5 \~{o} ^^d5 \~{O} - ö Ö % ^^f6 \"{o} ^^d6 \"{O} - ø Ø % ^^f8 \o ^^d8 \O - ù Ù % ^^f9 \`{u} ^^d9 \`{U} - ú Ú % ^^fa \'{u} ^^da \'{U} - û Û % ^^fb \^{u} ^^db \^{U} - ü Ü % ^^fc \"{u} ^^dc \"{U} - ý Ý % ^^fd \'{y} ^^dd \'{Y} - þ Þ % ^^fe \th ^^de \TH - ÿ Ÿ % ^^ff \"{y} ^^9f \"{Y} - -} - -% SORTING ORDER - -\order{ - 0-9 - A À Á Â Ã Å Ä Æ - a à á â ã å ä æ - B - b - C Ç - c ç - D Ð - d ð - E È É Ê Ë - e è é ê ë - F - f - G - g - H - h - I Ì Í Î Ï - i ì í î ï - J - j - K - k - L - l - M - m - N Ñ - n ñ - O Ò Ó Ô Õ Ö Ø Œ - o ò ó ô õ ö ø œ - P - p - Q - q - R - r - S Š - s š ß - T Þ - t þ - U Ù Ú Û Ü - u ù ú û ü - V - v - W - w - X - x - Y Ý Ÿ - y ý ÿ - Z Ž - z ž -} - -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% END OF FILE %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% diff --git a/Master/texmf-dist/bibtex/csf/biblatex/winansi_at.csf b/Master/texmf-dist/bibtex/csf/biblatex/winansi_at.csf deleted file mode 100644 index 311d26ae149..00000000000 --- a/Master/texmf-dist/bibtex/csf/biblatex/winansi_at.csf +++ /dev/null @@ -1,274 +0,0 @@ -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -% -% CHARACTER SET: MS CP-1252 (Windows Ansi) -% -% MS CP-1252 is a character set used by Microsoft Windows. -% -% SORTING ORDER: Austrian -% -% Alphabetical sorting order of Aa..Zz (including accented characters). -% -% This is a BibTeX Codepage and Sort definition file (CSF). It is -% used to define the 8-bit character set used by BibTeX and the -% order in which those characters should be sorted. The file -% format is documented below this header section. -% -% This file will only work with the 8-bit implementation of BibTeX -% written by Niel Kempson and Alejandro Aguilar-Sierra: -% -% http://www.ctan.org/tex-archive/biblio/bibtex/8-bit/ -% -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% - -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -% -% FILE FORMAT -% -% The codepage and sorting order (CS) file defines how BibTeX will treat an -% 8-bit character set, specifically which characters are to be treated as -% letters, the upper/lower case relationships between characters, and the -% sorting order of characters. -% -% The CS file may contain a number of sections, each presented in the -% form of a TeX macro: -% -% \section-name{ -% <section definitions> -% } -% -% Four sections are currently supported: \lowupcase, \lowercase, \uppercase -% and \order. The syntax of the four supported sections is summarised below. -% -% 8-bit characters may be entered naturally, but to avoid problems with -% character set translation or corruption, they can also be entered using -% the TeX-style portable notation for character codes, i.e. ^^XX, where XX -% is the hexadecimal value ofthe character code. -% -% Reading of the sections ends when the first '}' character is reached, so -% '}' can't be included in a section. You can't use ^^7d either. -% -% The percent sign ('%') is used to introduce a trailing comment - it and -% all remaining characters on a line are ignored. ^^25 has the same effect. -% -% -% \lowupcase section -% -% The \lowupcase section of the CS file is used to define the lower -% /upper and upper/lower case relationship of pairs of specified -% characters. It is only used if the relationship is symmetrical - use -% \lowercase or \upcase if it isn't. -% -% The syntax of the \lowupcase section is: -% -% \lowupcase{ -% <LC-1> <UC-1> % Comment begins with a percent sign -% <LC-2> <UC-2> -% ... -% <LC-N> <UC-N> -% } -% -% Each <LC-n> <UC-n> pair of characters defines that the upper case -% equivalent of <LC-n> is <UC-n> *and* the lower case equivalent of -% <UC-n> is <LC-n>. -% -% You cannot redefine the lower or upper case equivalent of an ASCII -% character (code < 128), so all instances of <LC-n> and <UC-n> -% (i.e. both sides of the relationship) must have codes > 127. -% -% -% \lowercase section -% -% The \lowercase section of the CS file is used to define the lower case -% equivalent of specified characters. It should normally only be used -% if the relationship isn't symmetrical - use \lowupcase if it is. -% -% The syntax of the \lowercase section is: -% -% \lowercase{ -% <UC-1> <LC-1> % Comment begins with a percent sign -% <UC-2> <LC-2> -% ... -% <UC-N> <LC-N> -% } -% -% Each <LC-n> <UC-n> pair of characters defines that the lower case -% equivalent of <UC-n> is <LC-n>. -% -% You cannot redefine the lower case equivalent of an ASCII character -% (code < 128), so all instances of <UC-n> (i.e. the left hand side -% of the relationship) must have codes > 127. -% -% -% \uppercase section -% -% The \uppercase section of the CS file is used to define the upper case -% equivalent of specified characters. It should normally only be used -% if the relationship isn't symmetrical - use \lowupcase if it is. -% -% The syntax of the \uppercase section is: -% -% \uppercase{ -% <LC-1> <UC-1> % Comment begins with a percent sign -% <LC-2> <UC-2> -% ... -% <LC-N> <UC-N> -% } -% -% Each <LC-n> <UC-n> pair of characters defines that the upper case -% case equivalent of <LC-n> is <UC-n>. -% -% You cannot redefine the upper case equivalent of an ASCII character -% (code < 128), so all instances of <LC-n> (i.e. the left hand side -% of the relationship) must have codes > 127. -% -% -% \order section -% -% The \order section of the CS file is used to define the order in which -% characters are sorted. -% -% The syntax of the \order section is: -% -% \order{ -% <char-1> % Comment begins with a percent sign -% <char-2> <char-3> % whitespace between the chars -% <char-4> - <char-5> % a hyphen between the chars -% <char-4> _ <char-5> % an underscore between the chars -% ... -% <char-n> -% } -% -% All characters on the same line are given the same sorting weight. -% -% The construct <char-1> <underscore> <char-2> is used to denote that -% all characters in the range <char-1> to <char-2> should be given the -% same sorting weight. For example, "A _ Z" would cause all ASCII -% upper case alphabetical characters to have the same sorting weight -% and would be equivalent to placing all 26 characters on the same line. -% -% The construct <char-1> <hyphen> <char-2> is used to denote that all -% characters in the range <char-1> to <char-2> should be given an -% ascending set of sorting weights, starting with <char-1> and ending -% with <char-2>. For example, "A - Z" would cause all upper case ASCII -% alphabetical characters to be sorted in ascending order and would be -% equivalent to placing 'A' on the first line, 'B' on the second, -% through to 'Z' on the 26th line. -% -% The characters at the beginning of the order section are given a lower -% sorting weight than characters occuring later. When sorting -% alphabetically, characters with the lowest weight come first. -% -% All characters not in the \order section (including ASCII characters) -% are given the same very high sorting weight to ensure that they come -% last when sorting alphabetically. -% -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% - -% CHARACTER SET - -\lowupcase{ % Lowercase Uppercase - % Code TeX Code TeX - % - š Š % ^^9a \v{\s} ^^8a \v{S} - œ Œ % ^^9c \oe ^^8c \OE - ž Ž % ^^9e \v{\z} ^^8e \v{Z} - à À % ^^e0 \`{a} ^^c0 \`{A} - á Á % ^^e1 \'{a} ^^c1 \'{A} - â  % ^^e2 \^{a} ^^c2 \^{A} - ã à % ^^e3 \~{a} ^^c3 \~{A} - ä Ä % ^^e4 \"{a} ^^c4 \"{A} - å Å % ^^e5 \aa ^^c5 \AA - æ Æ % ^^e6 \ae ^^c6 \AE - ç Ç % ^^e7 \c{c} ^^c7 \c{C} - è È % ^^e8 \`{e} ^^c8 \`{E} - é É % ^^e9 \'{e} ^^c9 \'{E} - ê Ê % ^^ea \^{e} ^^ca \^{E} - ë Ë % ^^eb \"{e} ^^cb \"{E} - ì Ì % ^^ec \`{\i} ^^cc \`{I} - í Í % ^^ed \'{\i} ^^cd \'{I} - î Î % ^^ee \^{\i} ^^ce \^{I} - ï Ï % ^^ef \"{\i} ^^cf \"{I} - ð Ð % ^^f0 \dh ^^d0 \DH - ñ Ñ % ^^f1 \~{n} ^^d1 \~{N} - ò Ò % ^^f2 \`{o} ^^d2 \`{O} - ó Ó % ^^f3 \'{o} ^^d3 \'{O} - ô Ô % ^^f4 \^{o} ^^d4 \^{O} - õ Õ % ^^f5 \~{o} ^^d5 \~{O} - ö Ö % ^^f6 \"{o} ^^d6 \"{O} - ø Ø % ^^f8 \o ^^d8 \O - ù Ù % ^^f9 \`{u} ^^d9 \`{U} - ú Ú % ^^fa \'{u} ^^da \'{U} - û Û % ^^fb \^{u} ^^db \^{U} - ü Ü % ^^fc \"{u} ^^dc \"{U} - ý Ý % ^^fd \'{y} ^^dd \'{Y} - þ Þ % ^^fe \th ^^de \TH - ÿ Ÿ % ^^ff \"{y} ^^9f \"{Y} - -} - -% SORTING ORDER - -\order{ - 0-9 - A À Á  à Š- Ä Æ - a à á â ã å - ä æ - B - b - C Ç - c ç - D Ð - d ð - E È É Ê Ë - e è é ê ë - F - f - G - g - H - h - I Ì Í Î Ï - i ì í î ï - J - j - K - k - L - l - M - m - N Ñ - n ñ - O Ò Ó Ô Õ - Ö Ø Œ - o ò ó ô õ - ö ø œ - P - p - Q - q - R - r - S Š - s š - ß - T Þ - t þ - U Ù Ú Û - Ü - u ù ú û - ü - V - v - W - w - X - x - Y Ý Ÿ - y ý ÿ - Z Ž - z ž -} - -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% END OF FILE %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% diff --git a/Master/texmf-dist/bibtex/csf/biblatex/winansi_de.csf b/Master/texmf-dist/bibtex/csf/biblatex/winansi_de.csf deleted file mode 100644 index 3a6c7cba64a..00000000000 --- a/Master/texmf-dist/bibtex/csf/biblatex/winansi_de.csf +++ /dev/null @@ -1,273 +0,0 @@ -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -% -% CHARACTER SET: MS CP-1252 (Windows Ansi) -% -% MS CP-1252 is a character set used by Microsoft Windows. -% -% SORTING ORDER: German -% -% Alphabetical sorting order of Aa..Zz (including accented characters). -% -% This is a BibTeX Codepage and Sort definition file (CSF). It is -% used to define the 8-bit character set used by BibTeX and the -% order in which those characters should be sorted. The file -% format is documented below this header section. -% -% This file will only work with the 8-bit implementation of BibTeX -% written by Niel Kempson and Alejandro Aguilar-Sierra: -% -% http://www.ctan.org/tex-archive/biblio/bibtex/8-bit/ -% -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% - -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -% -% FILE FORMAT -% -% The codepage and sorting order (CS) file defines how BibTeX will treat an -% 8-bit character set, specifically which characters are to be treated as -% letters, the upper/lower case relationships between characters, and the -% sorting order of characters. -% -% The CS file may contain a number of sections, each presented in the -% form of a TeX macro: -% -% \section-name{ -% <section definitions> -% } -% -% Four sections are currently supported: \lowupcase, \lowercase, \uppercase -% and \order. The syntax of the four supported sections is summarised below. -% -% 8-bit characters may be entered naturally, but to avoid problems with -% character set translation or corruption, they can also be entered using -% the TeX-style portable notation for character codes, i.e. ^^XX, where XX -% is the hexadecimal value ofthe character code. -% -% Reading of the sections ends when the first '}' character is reached, so -% '}' can't be included in a section. You can't use ^^7d either. -% -% The percent sign ('%') is used to introduce a trailing comment - it and -% all remaining characters on a line are ignored. ^^25 has the same effect. -% -% -% \lowupcase section -% -% The \lowupcase section of the CS file is used to define the lower -% /upper and upper/lower case relationship of pairs of specified -% characters. It is only used if the relationship is symmetrical - use -% \lowercase or \upcase if it isn't. -% -% The syntax of the \lowupcase section is: -% -% \lowupcase{ -% <LC-1> <UC-1> % Comment begins with a percent sign -% <LC-2> <UC-2> -% ... -% <LC-N> <UC-N> -% } -% -% Each <LC-n> <UC-n> pair of characters defines that the upper case -% equivalent of <LC-n> is <UC-n> *and* the lower case equivalent of -% <UC-n> is <LC-n>. -% -% You cannot redefine the lower or upper case equivalent of an ASCII -% character (code < 128), so all instances of <LC-n> and <UC-n> -% (i.e. both sides of the relationship) must have codes > 127. -% -% -% \lowercase section -% -% The \lowercase section of the CS file is used to define the lower case -% equivalent of specified characters. It should normally only be used -% if the relationship isn't symmetrical - use \lowupcase if it is. -% -% The syntax of the \lowercase section is: -% -% \lowercase{ -% <UC-1> <LC-1> % Comment begins with a percent sign -% <UC-2> <LC-2> -% ... -% <UC-N> <LC-N> -% } -% -% Each <LC-n> <UC-n> pair of characters defines that the lower case -% equivalent of <UC-n> is <LC-n>. -% -% You cannot redefine the lower case equivalent of an ASCII character -% (code < 128), so all instances of <UC-n> (i.e. the left hand side -% of the relationship) must have codes > 127. -% -% -% \uppercase section -% -% The \uppercase section of the CS file is used to define the upper case -% equivalent of specified characters. It should normally only be used -% if the relationship isn't symmetrical - use \lowupcase if it is. -% -% The syntax of the \uppercase section is: -% -% \uppercase{ -% <LC-1> <UC-1> % Comment begins with a percent sign -% <LC-2> <UC-2> -% ... -% <LC-N> <UC-N> -% } -% -% Each <LC-n> <UC-n> pair of characters defines that the upper case -% case equivalent of <LC-n> is <UC-n>. -% -% You cannot redefine the upper case equivalent of an ASCII character -% (code < 128), so all instances of <LC-n> (i.e. the left hand side -% of the relationship) must have codes > 127. -% -% -% \order section -% -% The \order section of the CS file is used to define the order in which -% characters are sorted. -% -% The syntax of the \order section is: -% -% \order{ -% <char-1> % Comment begins with a percent sign -% <char-2> <char-3> % whitespace between the chars -% <char-4> - <char-5> % a hyphen between the chars -% <char-4> _ <char-5> % an underscore between the chars -% ... -% <char-n> -% } -% -% All characters on the same line are given the same sorting weight. -% -% The construct <char-1> <underscore> <char-2> is used to denote that -% all characters in the range <char-1> to <char-2> should be given the -% same sorting weight. For example, "A _ Z" would cause all ASCII -% upper case alphabetical characters to have the same sorting weight -% and would be equivalent to placing all 26 characters on the same line. -% -% The construct <char-1> <hyphen> <char-2> is used to denote that all -% characters in the range <char-1> to <char-2> should be given an -% ascending set of sorting weights, starting with <char-1> and ending -% with <char-2>. For example, "A - Z" would cause all upper case ASCII -% alphabetical characters to be sorted in ascending order and would be -% equivalent to placing 'A' on the first line, 'B' on the second, -% through to 'Z' on the 26th line. -% -% The characters at the beginning of the order section are given a lower -% sorting weight than characters occuring later. When sorting -% alphabetically, characters with the lowest weight come first. -% -% All characters not in the \order section (including ASCII characters) -% are given the same very high sorting weight to ensure that they come -% last when sorting alphabetically. -% -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% - -% CHARACTER SET - -\lowupcase{ % Lowercase Uppercase - % Code TeX Code TeX - % - š Š % ^^9a \v{\s} ^^8a \v{S} - œ Œ % ^^9c \oe ^^8c \OE - ž Ž % ^^9e \v{\z} ^^8e \v{Z} - à À % ^^e0 \`{a} ^^c0 \`{A} - á Á % ^^e1 \'{a} ^^c1 \'{A} - â  % ^^e2 \^{a} ^^c2 \^{A} - ã à % ^^e3 \~{a} ^^c3 \~{A} - ä Ä % ^^e4 \"{a} ^^c4 \"{A} - å Å % ^^e5 \aa ^^c5 \AA - æ Æ % ^^e6 \ae ^^c6 \AE - ç Ç % ^^e7 \c{c} ^^c7 \c{C} - è È % ^^e8 \`{e} ^^c8 \`{E} - é É % ^^e9 \'{e} ^^c9 \'{E} - ê Ê % ^^ea \^{e} ^^ca \^{E} - ë Ë % ^^eb \"{e} ^^cb \"{E} - ì Ì % ^^ec \`{\i} ^^cc \`{I} - í Í % ^^ed \'{\i} ^^cd \'{I} - î Î % ^^ee \^{\i} ^^ce \^{I} - ï Ï % ^^ef \"{\i} ^^cf \"{I} - ð Ð % ^^f0 \dh ^^d0 \DH - ñ Ñ % ^^f1 \~{n} ^^d1 \~{N} - ò Ò % ^^f2 \`{o} ^^d2 \`{O} - ó Ó % ^^f3 \'{o} ^^d3 \'{O} - ô Ô % ^^f4 \^{o} ^^d4 \^{O} - õ Õ % ^^f5 \~{o} ^^d5 \~{O} - ö Ö % ^^f6 \"{o} ^^d6 \"{O} - ø Ø % ^^f8 \o ^^d8 \O - ù Ù % ^^f9 \`{u} ^^d9 \`{U} - ú Ú % ^^fa \'{u} ^^da \'{U} - û Û % ^^fb \^{u} ^^db \^{U} - ü Ü % ^^fc \"{u} ^^dc \"{U} - ý Ý % ^^fd \'{y} ^^dd \'{Y} - þ Þ % ^^fe \th ^^de \TH - ÿ Ÿ % ^^ff \"{y} ^^9f \"{Y} -} - -% SORTING ORDER - -\order{ - 0-9 - A À Á  à Š- Ä Æ - a à á â ã å - ä æ - B - b - C Ç - c ç - D Ð - d ð - E È É Ê Ë - e è é ê ë - F - f - G - g - H - h - I Ì Í Î Ï - i ì í î ï - J - j - K - k - L - l - M - m - N Ñ - n ñ - O Ò Ó Ô Õ - Ö Ø Œ - o ò ó ô õ - ö ø œ - P - p - Q - q - R - r - S Š - s š - ß - T Þ - t þ - U Ù Ú Û - Ü - u ù ú û - ü - V - v - W - w - X - x - Y Ý Ÿ - y ý ÿ - Z Ž - z ž -} - -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% END OF FILE %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% diff --git a/Master/texmf-dist/bibtex/csf/biblatex/winansi_dk.csf b/Master/texmf-dist/bibtex/csf/biblatex/winansi_dk.csf deleted file mode 100644 index 5722d85da80..00000000000 --- a/Master/texmf-dist/bibtex/csf/biblatex/winansi_dk.csf +++ /dev/null @@ -1,273 +0,0 @@ -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -% -% CHARACTER SET: MS CP-1252 (Windows Ansi) -% -% MS CP-1252 is a character set used by Microsoft Windows. -% -% SORTING ORDER: Danish/Norwegian -% -% Alphabetical sorting order of Aa..Zz (including accented characters). -% -% This is a BibTeX Codepage and Sort definition file (CSF). It is -% used to define the 8-bit character set used by BibTeX and the -% order in which those characters should be sorted. The file -% format is documented below this header section. -% -% This file will only work with the 8-bit implementation of BibTeX -% written by Niel Kempson and Alejandro Aguilar-Sierra: -% -% http://www.ctan.org/tex-archive/biblio/bibtex/8-bit/ -% -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% - -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -% -% FILE FORMAT -% -% The codepage and sorting order (CS) file defines how BibTeX will treat an -% 8-bit character set, specifically which characters are to be treated as -% letters, the upper/lower case relationships between characters, and the -% sorting order of characters. -% -% The CS file may contain a number of sections, each presented in the -% form of a TeX macro: -% -% \section-name{ -% <section definitions> -% } -% -% Four sections are currently supported: \lowupcase, \lowercase, \uppercase -% and \order. The syntax of the four supported sections is summarised below. -% -% 8-bit characters may be entered naturally, but to avoid problems with -% character set translation or corruption, they can also be entered using -% the TeX-style portable notation for character codes, i.e. ^^XX, where XX -% is the hexadecimal value ofthe character code. -% -% Reading of the sections ends when the first '}' character is reached, so -% '}' can't be included in a section. You can't use ^^7d either. -% -% The percent sign ('%') is used to introduce a trailing comment - it and -% all remaining characters on a line are ignored. ^^25 has the same effect. -% -% -% \lowupcase section -% -% The \lowupcase section of the CS file is used to define the lower -% /upper and upper/lower case relationship of pairs of specified -% characters. It is only used if the relationship is symmetrical - use -% \lowercase or \upcase if it isn't. -% -% The syntax of the \lowupcase section is: -% -% \lowupcase{ -% <LC-1> <UC-1> % Comment begins with a percent sign -% <LC-2> <UC-2> -% ... -% <LC-N> <UC-N> -% } -% -% Each <LC-n> <UC-n> pair of characters defines that the upper case -% equivalent of <LC-n> is <UC-n> *and* the lower case equivalent of -% <UC-n> is <LC-n>. -% -% You cannot redefine the lower or upper case equivalent of an ASCII -% character (code < 128), so all instances of <LC-n> and <UC-n> -% (i.e. both sides of the relationship) must have codes > 127. -% -% -% \lowercase section -% -% The \lowercase section of the CS file is used to define the lower case -% equivalent of specified characters. It should normally only be used -% if the relationship isn't symmetrical - use \lowupcase if it is. -% -% The syntax of the \lowercase section is: -% -% \lowercase{ -% <UC-1> <LC-1> % Comment begins with a percent sign -% <UC-2> <LC-2> -% ... -% <UC-N> <LC-N> -% } -% -% Each <LC-n> <UC-n> pair of characters defines that the lower case -% equivalent of <UC-n> is <LC-n>. -% -% You cannot redefine the lower case equivalent of an ASCII character -% (code < 128), so all instances of <UC-n> (i.e. the left hand side -% of the relationship) must have codes > 127. -% -% -% \uppercase section -% -% The \uppercase section of the CS file is used to define the upper case -% equivalent of specified characters. It should normally only be used -% if the relationship isn't symmetrical - use \lowupcase if it is. -% -% The syntax of the \uppercase section is: -% -% \uppercase{ -% <LC-1> <UC-1> % Comment begins with a percent sign -% <LC-2> <UC-2> -% ... -% <LC-N> <UC-N> -% } -% -% Each <LC-n> <UC-n> pair of characters defines that the upper case -% case equivalent of <LC-n> is <UC-n>. -% -% You cannot redefine the upper case equivalent of an ASCII character -% (code < 128), so all instances of <LC-n> (i.e. the left hand side -% of the relationship) must have codes > 127. -% -% -% \order section -% -% The \order section of the CS file is used to define the order in which -% characters are sorted. -% -% The syntax of the \order section is: -% -% \order{ -% <char-1> % Comment begins with a percent sign -% <char-2> <char-3> % whitespace between the chars -% <char-4> - <char-5> % a hyphen between the chars -% <char-4> _ <char-5> % an underscore between the chars -% ... -% <char-n> -% } -% -% All characters on the same line are given the same sorting weight. -% -% The construct <char-1> <underscore> <char-2> is used to denote that -% all characters in the range <char-1> to <char-2> should be given the -% same sorting weight. For example, "A _ Z" would cause all ASCII -% upper case alphabetical characters to have the same sorting weight -% and would be equivalent to placing all 26 characters on the same line. -% -% The construct <char-1> <hyphen> <char-2> is used to denote that all -% characters in the range <char-1> to <char-2> should be given an -% ascending set of sorting weights, starting with <char-1> and ending -% with <char-2>. For example, "A - Z" would cause all upper case ASCII -% alphabetical characters to be sorted in ascending order and would be -% equivalent to placing 'A' on the first line, 'B' on the second, -% through to 'Z' on the 26th line. -% -% The characters at the beginning of the order section are given a lower -% sorting weight than characters occuring later. When sorting -% alphabetically, characters with the lowest weight come first. -% -% All characters not in the \order section (including ASCII characters) -% are given the same very high sorting weight to ensure that they come -% last when sorting alphabetically. -% -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% - -% CHARACTER SET - -\lowupcase{ % Lowercase Uppercase - % Code TeX Code TeX - % - š Š % ^^9a \v{\s} ^^8a \v{S} - œ Œ % ^^9c \oe ^^8c \OE - ž Ž % ^^9e \v{\z} ^^8e \v{Z} - à À % ^^e0 \`{a} ^^c0 \`{A} - á Á % ^^e1 \'{a} ^^c1 \'{A} - â  % ^^e2 \^{a} ^^c2 \^{A} - ã à % ^^e3 \~{a} ^^c3 \~{A} - ä Ä % ^^e4 \"{a} ^^c4 \"{A} - å Å % ^^e5 \aa ^^c5 \AA - æ Æ % ^^e6 \ae ^^c6 \AE - ç Ç % ^^e7 \c{c} ^^c7 \c{C} - è È % ^^e8 \`{e} ^^c8 \`{E} - é É % ^^e9 \'{e} ^^c9 \'{E} - ê Ê % ^^ea \^{e} ^^ca \^{E} - ë Ë % ^^eb \"{e} ^^cb \"{E} - ì Ì % ^^ec \`{\i} ^^cc \`{I} - í Í % ^^ed \'{\i} ^^cd \'{I} - î Î % ^^ee \^{\i} ^^ce \^{I} - ï Ï % ^^ef \"{\i} ^^cf \"{I} - ð Ð % ^^f0 \dh ^^d0 \DH - ñ Ñ % ^^f1 \~{n} ^^d1 \~{N} - ò Ò % ^^f2 \`{o} ^^d2 \`{O} - ó Ó % ^^f3 \'{o} ^^d3 \'{O} - ô Ô % ^^f4 \^{o} ^^d4 \^{O} - õ Õ % ^^f5 \~{o} ^^d5 \~{O} - ö Ö % ^^f6 \"{o} ^^d6 \"{O} - ø Ø % ^^f8 \o ^^d8 \O - ù Ù % ^^f9 \`{u} ^^d9 \`{U} - ú Ú % ^^fa \'{u} ^^da \'{U} - û Û % ^^fb \^{u} ^^db \^{U} - ü Ü % ^^fc \"{u} ^^dc \"{U} - ý Ý % ^^fd \'{y} ^^dd \'{Y} - þ Þ % ^^fe \th ^^de \TH - ÿ Ÿ % ^^ff \"{y} ^^9f \"{Y} - -} - -% SORTING ORDER - -\order{ - 0-9 - A À Á Â Ã Ä - a à á â ã ä - B - b - C Ç - c ç - D Ð - d ð - E È É Ê Ë - e è é ê ë - F - f - G - g - H - h - I Ì Í Î Ï - i ì í î ï - J - j - K - k - L - l - M - m - N Ñ - n ñ - O Ò Ó Ô Õ Ö Œ - o ò ó ô õ ö œ - P - p - Q - q - R - r - S Š - s š ß - T Þ - t þ - U Ù Ú Û Ü - u ù ú û ü - V - v - W - w - X - x - Y Ý Ÿ - y ý ÿ - Z Ž - z ž - Æ - æ - Ø - ø - Å - å -} - -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% END OF FILE %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% diff --git a/Master/texmf-dist/bibtex/csf/biblatex/winansi_fi.csf b/Master/texmf-dist/bibtex/csf/biblatex/winansi_fi.csf deleted file mode 100644 index abc8369347e..00000000000 --- a/Master/texmf-dist/bibtex/csf/biblatex/winansi_fi.csf +++ /dev/null @@ -1,243 +0,0 @@ -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -% -% CHARACTER SET: MS CP-1252 (Windows Ansi) -% -% MS CP-1252 is a character set used by Microsoft Windows. -% -% SORTING ORDER: Finnish -% -% Alphabetical sorting order of Aa..Zz (including accented characters). -% -% This is a BibTeX Codepage and Sort definition file (CSF). It is -% used to define the 8-bit character set used by BibTeX and the -% order in which those characters should be sorted. The file -% format is documented below this header section. -% -% This file will only work with the 8-bit implementation of BibTeX -% written by Niel Kempson and Alejandro Aguilar-Sierra: -% -% http://www.ctan.org/tex-archive/biblio/bibtex/8-bit/ -% -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% - -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -% -% FILE FORMAT -% -% The codepage and sorting order (CS) file defines how BibTeX will treat an -% 8-bit character set, specifically which characters are to be treated as -% letters, the upper/lower case relationships between characters, and the -% sorting order of characters. -% -% The CS file may contain a number of sections, each presented in the -% form of a TeX macro: -% -% \section-name{ -% <section definitions> -% } -% -% Four sections are currently supported: \lowupcase, \lowercase, \uppercase -% and \order. The syntax of the four supported sections is summarised below. -% -% 8-bit characters may be entered naturally, but to avoid problems with -% character set translation or corruption, they can also be entered using -% the TeX-style portable notation for character codes, i.e. ^^XX, where XX -% is the hexadecimal value ofthe character code. -% -% Reading of the sections ends when the first '}' character is reached, so -% '}' can't be included in a section. You can't use ^^7d either. -% -% The percent sign ('%') is used to introduce a trailing comment - it and -% all remaining characters on a line are ignored. ^^25 has the same effect. -% -% -% \lowupcase section -% -% The \lowupcase section of the CS file is used to define the lower -% /upper and upper/lower case relationship of pairs of specified -% characters. It is only used if the relationship is symmetrical - use -% \lowercase or \upcase if it isn't. -% -% The syntax of the \lowupcase section is: -% -% \lowupcase{ -% <LC-1> <UC-1> % Comment begins with a percent sign -% <LC-2> <UC-2> -% ... -% <LC-N> <UC-N> -% } -% -% Each <LC-n> <UC-n> pair of characters defines that the upper case -% equivalent of <LC-n> is <UC-n> *and* the lower case equivalent of -% <UC-n> is <LC-n>. -% -% You cannot redefine the lower or upper case equivalent of an ASCII -% character (code < 128), so all instances of <LC-n> and <UC-n> -% (i.e. both sides of the relationship) must have codes > 127. -% -% -% \lowercase section -% -% The \lowercase section of the CS file is used to define the lower case -% equivalent of specified characters. It should normally only be used -% if the relationship isn't symmetrical - use \lowupcase if it is. -% -% The syntax of the \lowercase section is: -% -% \lowercase{ -% <UC-1> <LC-1> % Comment begins with a percent sign -% <UC-2> <LC-2> -% ... -% <UC-N> <LC-N> -% } -% -% Each <LC-n> <UC-n> pair of characters defines that the lower case -% equivalent of <UC-n> is <LC-n>. -% -% You cannot redefine the lower case equivalent of an ASCII character -% (code < 128), so all instances of <UC-n> (i.e. the left hand side -% of the relationship) must have codes > 127. -% -% -% \uppercase section -% -% The \uppercase section of the CS file is used to define the upper case -% equivalent of specified characters. It should normally only be used -% if the relationship isn't symmetrical - use \lowupcase if it is. -% -% The syntax of the \uppercase section is: -% -% \uppercase{ -% <LC-1> <UC-1> % Comment begins with a percent sign -% <LC-2> <UC-2> -% ... -% <LC-N> <UC-N> -% } -% -% Each <LC-n> <UC-n> pair of characters defines that the upper case -% case equivalent of <LC-n> is <UC-n>. -% -% You cannot redefine the upper case equivalent of an ASCII character -% (code < 128), so all instances of <LC-n> (i.e. the left hand side -% of the relationship) must have codes > 127. -% -% -% \order section -% -% The \order section of the CS file is used to define the order in which -% characters are sorted. -% -% The syntax of the \order section is: -% -% \order{ -% <char-1> % Comment begins with a percent sign -% <char-2> <char-3> % whitespace between the chars -% <char-4> - <char-5> % a hyphen between the chars -% <char-4> _ <char-5> % an underscore between the chars -% ... -% <char-n> -% } -% -% All characters on the same line are given the same sorting weight. -% -% The construct <char-1> <underscore> <char-2> is used to denote that -% all characters in the range <char-1> to <char-2> should be given the -% same sorting weight. For example, "A _ Z" would cause all ASCII -% upper case alphabetical characters to have the same sorting weight -% and would be equivalent to placing all 26 characters on the same line. -% -% The construct <char-1> <hyphen> <char-2> is used to denote that all -% characters in the range <char-1> to <char-2> should be given an -% ascending set of sorting weights, starting with <char-1> and ending -% with <char-2>. For example, "A - Z" would cause all upper case ASCII -% alphabetical characters to be sorted in ascending order and would be -% equivalent to placing 'A' on the first line, 'B' on the second, -% through to 'Z' on the 26th line. -% -% The characters at the beginning of the order section are given a lower -% sorting weight than characters occuring later. When sorting -% alphabetically, characters with the lowest weight come first. -% -% All characters not in the \order section (including ASCII characters) -% are given the same very high sorting weight to ensure that they come -% last when sorting alphabetically. -% -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% - -% CHARACTER SET - -\lowupcase{ % Lowercase Uppercase - % Code TeX Code TeX - % - š Š % ^^9a \v{\s} ^^8a \v{S} - œ Œ % ^^9c \oe ^^8c \OE - ž Ž % ^^9e \v{\z} ^^8e \v{Z} - à À % ^^e0 \`{a} ^^c0 \`{A} - á Á % ^^e1 \'{a} ^^c1 \'{A} - â  % ^^e2 \^{a} ^^c2 \^{A} - ã à % ^^e3 \~{a} ^^c3 \~{A} - ä Ä % ^^e4 \"{a} ^^c4 \"{A} - å Å % ^^e5 \aa ^^c5 \AA - æ Æ % ^^e6 \ae ^^c6 \AE - ç Ç % ^^e7 \c{c} ^^c7 \c{C} - è È % ^^e8 \`{e} ^^c8 \`{E} - é É % ^^e9 \'{e} ^^c9 \'{E} - ê Ê % ^^ea \^{e} ^^ca \^{E} - ë Ë % ^^eb \"{e} ^^cb \"{E} - ì Ì % ^^ec \`{\i} ^^cc \`{I} - í Í % ^^ed \'{\i} ^^cd \'{I} - î Î % ^^ee \^{\i} ^^ce \^{I} - ï Ï % ^^ef \"{\i} ^^cf \"{I} - ð Ð % ^^f0 \dh ^^d0 \DH - ñ Ñ % ^^f1 \~{n} ^^d1 \~{N} - ò Ò % ^^f2 \`{o} ^^d2 \`{O} - ó Ó % ^^f3 \'{o} ^^d3 \'{O} - ô Ô % ^^f4 \^{o} ^^d4 \^{O} - õ Õ % ^^f5 \~{o} ^^d5 \~{O} - ö Ö % ^^f6 \"{o} ^^d6 \"{O} - ø Ø % ^^f8 \o ^^d8 \O - ù Ù % ^^f9 \`{u} ^^d9 \`{U} - ú Ú % ^^fa \'{u} ^^da \'{U} - û Û % ^^fb \^{u} ^^db \^{U} - ü Ü % ^^fc \"{u} ^^dc \"{U} - ý Ý % ^^fd \'{y} ^^dd \'{Y} - þ Þ % ^^fe \th ^^de \TH - ÿ Ÿ % ^^ff \"{y} ^^9f \"{Y} -} - -% SORTING ORDER - -\order{ - 0-9 - A À Á Â Ã Å Ä Æ a à á â ã å ä æ - B b - C Ç c ç - D Ð d ð - E È É Ê Ë e è é ê ë - F f - G g - H h - I Ì Í Î Ï i ì í î ï - J j - K k - L l - M m - N Ñ n ñ - O Ò Ó Ô Œ o ò ó ô œ - P p - Q q - R r - S Š s š ß - T Þ t þ - U Ù Ú Û u ù ú û - V v - W w - X x - Y Ý Ÿ Ü y ý ÿ ü - Z Ž z ž - Å å - Ä ä - Ö Õ Ø ö õ ø -} - -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% END OF FILE %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% diff --git a/Master/texmf-dist/bibtex/csf/biblatex/winansi_no.csf b/Master/texmf-dist/bibtex/csf/biblatex/winansi_no.csf deleted file mode 100644 index 5722d85da80..00000000000 --- a/Master/texmf-dist/bibtex/csf/biblatex/winansi_no.csf +++ /dev/null @@ -1,273 +0,0 @@ -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -% -% CHARACTER SET: MS CP-1252 (Windows Ansi) -% -% MS CP-1252 is a character set used by Microsoft Windows. -% -% SORTING ORDER: Danish/Norwegian -% -% Alphabetical sorting order of Aa..Zz (including accented characters). -% -% This is a BibTeX Codepage and Sort definition file (CSF). It is -% used to define the 8-bit character set used by BibTeX and the -% order in which those characters should be sorted. The file -% format is documented below this header section. -% -% This file will only work with the 8-bit implementation of BibTeX -% written by Niel Kempson and Alejandro Aguilar-Sierra: -% -% http://www.ctan.org/tex-archive/biblio/bibtex/8-bit/ -% -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% - -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -% -% FILE FORMAT -% -% The codepage and sorting order (CS) file defines how BibTeX will treat an -% 8-bit character set, specifically which characters are to be treated as -% letters, the upper/lower case relationships between characters, and the -% sorting order of characters. -% -% The CS file may contain a number of sections, each presented in the -% form of a TeX macro: -% -% \section-name{ -% <section definitions> -% } -% -% Four sections are currently supported: \lowupcase, \lowercase, \uppercase -% and \order. The syntax of the four supported sections is summarised below. -% -% 8-bit characters may be entered naturally, but to avoid problems with -% character set translation or corruption, they can also be entered using -% the TeX-style portable notation for character codes, i.e. ^^XX, where XX -% is the hexadecimal value ofthe character code. -% -% Reading of the sections ends when the first '}' character is reached, so -% '}' can't be included in a section. You can't use ^^7d either. -% -% The percent sign ('%') is used to introduce a trailing comment - it and -% all remaining characters on a line are ignored. ^^25 has the same effect. -% -% -% \lowupcase section -% -% The \lowupcase section of the CS file is used to define the lower -% /upper and upper/lower case relationship of pairs of specified -% characters. It is only used if the relationship is symmetrical - use -% \lowercase or \upcase if it isn't. -% -% The syntax of the \lowupcase section is: -% -% \lowupcase{ -% <LC-1> <UC-1> % Comment begins with a percent sign -% <LC-2> <UC-2> -% ... -% <LC-N> <UC-N> -% } -% -% Each <LC-n> <UC-n> pair of characters defines that the upper case -% equivalent of <LC-n> is <UC-n> *and* the lower case equivalent of -% <UC-n> is <LC-n>. -% -% You cannot redefine the lower or upper case equivalent of an ASCII -% character (code < 128), so all instances of <LC-n> and <UC-n> -% (i.e. both sides of the relationship) must have codes > 127. -% -% -% \lowercase section -% -% The \lowercase section of the CS file is used to define the lower case -% equivalent of specified characters. It should normally only be used -% if the relationship isn't symmetrical - use \lowupcase if it is. -% -% The syntax of the \lowercase section is: -% -% \lowercase{ -% <UC-1> <LC-1> % Comment begins with a percent sign -% <UC-2> <LC-2> -% ... -% <UC-N> <LC-N> -% } -% -% Each <LC-n> <UC-n> pair of characters defines that the lower case -% equivalent of <UC-n> is <LC-n>. -% -% You cannot redefine the lower case equivalent of an ASCII character -% (code < 128), so all instances of <UC-n> (i.e. the left hand side -% of the relationship) must have codes > 127. -% -% -% \uppercase section -% -% The \uppercase section of the CS file is used to define the upper case -% equivalent of specified characters. It should normally only be used -% if the relationship isn't symmetrical - use \lowupcase if it is. -% -% The syntax of the \uppercase section is: -% -% \uppercase{ -% <LC-1> <UC-1> % Comment begins with a percent sign -% <LC-2> <UC-2> -% ... -% <LC-N> <UC-N> -% } -% -% Each <LC-n> <UC-n> pair of characters defines that the upper case -% case equivalent of <LC-n> is <UC-n>. -% -% You cannot redefine the upper case equivalent of an ASCII character -% (code < 128), so all instances of <LC-n> (i.e. the left hand side -% of the relationship) must have codes > 127. -% -% -% \order section -% -% The \order section of the CS file is used to define the order in which -% characters are sorted. -% -% The syntax of the \order section is: -% -% \order{ -% <char-1> % Comment begins with a percent sign -% <char-2> <char-3> % whitespace between the chars -% <char-4> - <char-5> % a hyphen between the chars -% <char-4> _ <char-5> % an underscore between the chars -% ... -% <char-n> -% } -% -% All characters on the same line are given the same sorting weight. -% -% The construct <char-1> <underscore> <char-2> is used to denote that -% all characters in the range <char-1> to <char-2> should be given the -% same sorting weight. For example, "A _ Z" would cause all ASCII -% upper case alphabetical characters to have the same sorting weight -% and would be equivalent to placing all 26 characters on the same line. -% -% The construct <char-1> <hyphen> <char-2> is used to denote that all -% characters in the range <char-1> to <char-2> should be given an -% ascending set of sorting weights, starting with <char-1> and ending -% with <char-2>. For example, "A - Z" would cause all upper case ASCII -% alphabetical characters to be sorted in ascending order and would be -% equivalent to placing 'A' on the first line, 'B' on the second, -% through to 'Z' on the 26th line. -% -% The characters at the beginning of the order section are given a lower -% sorting weight than characters occuring later. When sorting -% alphabetically, characters with the lowest weight come first. -% -% All characters not in the \order section (including ASCII characters) -% are given the same very high sorting weight to ensure that they come -% last when sorting alphabetically. -% -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% - -% CHARACTER SET - -\lowupcase{ % Lowercase Uppercase - % Code TeX Code TeX - % - š Š % ^^9a \v{\s} ^^8a \v{S} - œ Œ % ^^9c \oe ^^8c \OE - ž Ž % ^^9e \v{\z} ^^8e \v{Z} - à À % ^^e0 \`{a} ^^c0 \`{A} - á Á % ^^e1 \'{a} ^^c1 \'{A} - â  % ^^e2 \^{a} ^^c2 \^{A} - ã à % ^^e3 \~{a} ^^c3 \~{A} - ä Ä % ^^e4 \"{a} ^^c4 \"{A} - å Å % ^^e5 \aa ^^c5 \AA - æ Æ % ^^e6 \ae ^^c6 \AE - ç Ç % ^^e7 \c{c} ^^c7 \c{C} - è È % ^^e8 \`{e} ^^c8 \`{E} - é É % ^^e9 \'{e} ^^c9 \'{E} - ê Ê % ^^ea \^{e} ^^ca \^{E} - ë Ë % ^^eb \"{e} ^^cb \"{E} - ì Ì % ^^ec \`{\i} ^^cc \`{I} - í Í % ^^ed \'{\i} ^^cd \'{I} - î Î % ^^ee \^{\i} ^^ce \^{I} - ï Ï % ^^ef \"{\i} ^^cf \"{I} - ð Ð % ^^f0 \dh ^^d0 \DH - ñ Ñ % ^^f1 \~{n} ^^d1 \~{N} - ò Ò % ^^f2 \`{o} ^^d2 \`{O} - ó Ó % ^^f3 \'{o} ^^d3 \'{O} - ô Ô % ^^f4 \^{o} ^^d4 \^{O} - õ Õ % ^^f5 \~{o} ^^d5 \~{O} - ö Ö % ^^f6 \"{o} ^^d6 \"{O} - ø Ø % ^^f8 \o ^^d8 \O - ù Ù % ^^f9 \`{u} ^^d9 \`{U} - ú Ú % ^^fa \'{u} ^^da \'{U} - û Û % ^^fb \^{u} ^^db \^{U} - ü Ü % ^^fc \"{u} ^^dc \"{U} - ý Ý % ^^fd \'{y} ^^dd \'{Y} - þ Þ % ^^fe \th ^^de \TH - ÿ Ÿ % ^^ff \"{y} ^^9f \"{Y} - -} - -% SORTING ORDER - -\order{ - 0-9 - A À Á Â Ã Ä - a à á â ã ä - B - b - C Ç - c ç - D Ð - d ð - E È É Ê Ë - e è é ê ë - F - f - G - g - H - h - I Ì Í Î Ï - i ì í î ï - J - j - K - k - L - l - M - m - N Ñ - n ñ - O Ò Ó Ô Õ Ö Œ - o ò ó ô õ ö œ - P - p - Q - q - R - r - S Š - s š ß - T Þ - t þ - U Ù Ú Û Ü - u ù ú û ü - V - v - W - w - X - x - Y Ý Ÿ - y ý ÿ - Z Ž - z ž - Æ - æ - Ø - ø - Å - å -} - -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% END OF FILE %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% diff --git a/Master/texmf-dist/bibtex/csf/biblatex/winansi_se.csf b/Master/texmf-dist/bibtex/csf/biblatex/winansi_se.csf deleted file mode 100644 index 25db16f4d82..00000000000 --- a/Master/texmf-dist/bibtex/csf/biblatex/winansi_se.csf +++ /dev/null @@ -1,273 +0,0 @@ -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -% -% CHARACTER SET: MS CP-1252 (Windows Ansi) -% -% MS CP-1252 is a character set used by Microsoft Windows. -% -% SORTING ORDER: Swedish -% -% Alphabetical sorting order of Aa..Zz (including accented characters). -% -% This is a BibTeX Codepage and Sort definition file (CSF). It is -% used to define the 8-bit character set used by BibTeX and the -% order in which those characters should be sorted. The file -% format is documented below this header section. -% -% This file will only work with the 8-bit implementation of BibTeX -% written by Niel Kempson and Alejandro Aguilar-Sierra: -% -% http://www.ctan.org/tex-archive/biblio/bibtex/8-bit/ -% -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% - -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -% -% FILE FORMAT -% -% The codepage and sorting order (CS) file defines how BibTeX will treat an -% 8-bit character set, specifically which characters are to be treated as -% letters, the upper/lower case relationships between characters, and the -% sorting order of characters. -% -% The CS file may contain a number of sections, each presented in the -% form of a TeX macro: -% -% \section-name{ -% <section definitions> -% } -% -% Four sections are currently supported: \lowupcase, \lowercase, \uppercase -% and \order. The syntax of the four supported sections is summarised below. -% -% 8-bit characters may be entered naturally, but to avoid problems with -% character set translation or corruption, they can also be entered using -% the TeX-style portable notation for character codes, i.e. ^^XX, where XX -% is the hexadecimal value ofthe character code. -% -% Reading of the sections ends when the first '}' character is reached, so -% '}' can't be included in a section. You can't use ^^7d either. -% -% The percent sign ('%') is used to introduce a trailing comment - it and -% all remaining characters on a line are ignored. ^^25 has the same effect. -% -% -% \lowupcase section -% -% The \lowupcase section of the CS file is used to define the lower -% /upper and upper/lower case relationship of pairs of specified -% characters. It is only used if the relationship is symmetrical - use -% \lowercase or \upcase if it isn't. -% -% The syntax of the \lowupcase section is: -% -% \lowupcase{ -% <LC-1> <UC-1> % Comment begins with a percent sign -% <LC-2> <UC-2> -% ... -% <LC-N> <UC-N> -% } -% -% Each <LC-n> <UC-n> pair of characters defines that the upper case -% equivalent of <LC-n> is <UC-n> *and* the lower case equivalent of -% <UC-n> is <LC-n>. -% -% You cannot redefine the lower or upper case equivalent of an ASCII -% character (code < 128), so all instances of <LC-n> and <UC-n> -% (i.e. both sides of the relationship) must have codes > 127. -% -% -% \lowercase section -% -% The \lowercase section of the CS file is used to define the lower case -% equivalent of specified characters. It should normally only be used -% if the relationship isn't symmetrical - use \lowupcase if it is. -% -% The syntax of the \lowercase section is: -% -% \lowercase{ -% <UC-1> <LC-1> % Comment begins with a percent sign -% <UC-2> <LC-2> -% ... -% <UC-N> <LC-N> -% } -% -% Each <LC-n> <UC-n> pair of characters defines that the lower case -% equivalent of <UC-n> is <LC-n>. -% -% You cannot redefine the lower case equivalent of an ASCII character -% (code < 128), so all instances of <UC-n> (i.e. the left hand side -% of the relationship) must have codes > 127. -% -% -% \uppercase section -% -% The \uppercase section of the CS file is used to define the upper case -% equivalent of specified characters. It should normally only be used -% if the relationship isn't symmetrical - use \lowupcase if it is. -% -% The syntax of the \uppercase section is: -% -% \uppercase{ -% <LC-1> <UC-1> % Comment begins with a percent sign -% <LC-2> <UC-2> -% ... -% <LC-N> <UC-N> -% } -% -% Each <LC-n> <UC-n> pair of characters defines that the upper case -% case equivalent of <LC-n> is <UC-n>. -% -% You cannot redefine the upper case equivalent of an ASCII character -% (code < 128), so all instances of <LC-n> (i.e. the left hand side -% of the relationship) must have codes > 127. -% -% -% \order section -% -% The \order section of the CS file is used to define the order in which -% characters are sorted. -% -% The syntax of the \order section is: -% -% \order{ -% <char-1> % Comment begins with a percent sign -% <char-2> <char-3> % whitespace between the chars -% <char-4> - <char-5> % a hyphen between the chars -% <char-4> _ <char-5> % an underscore between the chars -% ... -% <char-n> -% } -% -% All characters on the same line are given the same sorting weight. -% -% The construct <char-1> <underscore> <char-2> is used to denote that -% all characters in the range <char-1> to <char-2> should be given the -% same sorting weight. For example, "A _ Z" would cause all ASCII -% upper case alphabetical characters to have the same sorting weight -% and would be equivalent to placing all 26 characters on the same line. -% -% The construct <char-1> <hyphen> <char-2> is used to denote that all -% characters in the range <char-1> to <char-2> should be given an -% ascending set of sorting weights, starting with <char-1> and ending -% with <char-2>. For example, "A - Z" would cause all upper case ASCII -% alphabetical characters to be sorted in ascending order and would be -% equivalent to placing 'A' on the first line, 'B' on the second, -% through to 'Z' on the 26th line. -% -% The characters at the beginning of the order section are given a lower -% sorting weight than characters occuring later. When sorting -% alphabetically, characters with the lowest weight come first. -% -% All characters not in the \order section (including ASCII characters) -% are given the same very high sorting weight to ensure that they come -% last when sorting alphabetically. -% -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% - -% CHARACTER SET - -\lowupcase{ % Lowercase Uppercase - % Code TeX Code TeX - % - š Š % ^^9a \v{\s} ^^8a \v{S} - œ Œ % ^^9c \oe ^^8c \OE - ž Ž % ^^9e \v{\z} ^^8e \v{Z} - à À % ^^e0 \`{a} ^^c0 \`{A} - á Á % ^^e1 \'{a} ^^c1 \'{A} - â  % ^^e2 \^{a} ^^c2 \^{A} - ã à % ^^e3 \~{a} ^^c3 \~{A} - ä Ä % ^^e4 \"{a} ^^c4 \"{A} - å Å % ^^e5 \aa ^^c5 \AA - æ Æ % ^^e6 \ae ^^c6 \AE - ç Ç % ^^e7 \c{c} ^^c7 \c{C} - è È % ^^e8 \`{e} ^^c8 \`{E} - é É % ^^e9 \'{e} ^^c9 \'{E} - ê Ê % ^^ea \^{e} ^^ca \^{E} - ë Ë % ^^eb \"{e} ^^cb \"{E} - ì Ì % ^^ec \`{\i} ^^cc \`{I} - í Í % ^^ed \'{\i} ^^cd \'{I} - î Î % ^^ee \^{\i} ^^ce \^{I} - ï Ï % ^^ef \"{\i} ^^cf \"{I} - ð Ð % ^^f0 \dh ^^d0 \DH - ñ Ñ % ^^f1 \~{n} ^^d1 \~{N} - ò Ò % ^^f2 \`{o} ^^d2 \`{O} - ó Ó % ^^f3 \'{o} ^^d3 \'{O} - ô Ô % ^^f4 \^{o} ^^d4 \^{O} - õ Õ % ^^f5 \~{o} ^^d5 \~{O} - ö Ö % ^^f6 \"{o} ^^d6 \"{O} - ø Ø % ^^f8 \o ^^d8 \O - ù Ù % ^^f9 \`{u} ^^d9 \`{U} - ú Ú % ^^fa \'{u} ^^da \'{U} - û Û % ^^fb \^{u} ^^db \^{U} - ü Ü % ^^fc \"{u} ^^dc \"{U} - ý Ý % ^^fd \'{y} ^^dd \'{Y} - þ Þ % ^^fe \th ^^de \TH - ÿ Ÿ % ^^ff \"{y} ^^9f \"{Y} - -} - -% SORTING ORDER - -\order{ - 0-9 - A À Á Â Ã Æ - a à á â ã æ - B - b - C Ç - c ç - D Ð - d ð - E È É Ê Ë - e è é ê ë - F - f - G - g - H - h - I Ì Í Î Ï - i ì í î ï - J - j - K - k - L - l - M - m - N Ñ - n ñ - O Ò Ó Ô Õ Ø Œ - o ò ó ô õ ø œ - P - p - Q - q - R - r - S Š - s š ß - T Þ - t þ - U Ù Ú Û Ü - u ù ú û ü - V - v - W - w - X - x - Y Ý Ÿ - y ý ÿ - Z Ž - z ž - Å - å - Ä - ä - Ö - ö -} - -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% END OF FILE %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |