• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1%% dkhyphen.tex
2%% Copyright 1994 Frank Jensen (Frank.Jensen@hugin.com)
3%
4% This work may be distributed and/or modified under the
5% conditions of the LaTeX Project Public License, either version 1.3
6% of this license or (at your option) any later version.
7% The latest version of this license is in
8%   http://www.latex-project.org/lppl.txt
9% and version 1.3 or later is part of all distributions of LaTeX
10% version 2003/12/01 or later.
11%
12% This work consists of the files dkcommon.tex, dkhyphen.tex and
13% dkspecial.tex.
14%
15% This file contains the hyphenation patterns for danish.
16%
17% The danish letters have been encoded as follows:
18%       \ae -> X
19%       \o  -> Y
20%       \aa -> Z
21%
22%
23% First, we input the patterns containing only `normal' letters (a-z).
24\input dkcommon
25
26% Next, we input patterns for the extra danish letters.  We input them
27% twice: once for OT1 encoding and once for T1 encoding.
28
29% OT1 encoding: we have to specify a value for the \aa letter; it can
30% be any value (it will not be used, since OT1 doesn't contain the letter).
31\begingroup
32\lccode`X="1A
33\lccode`Y="1C
34\lccode`Z="97 % (almost) arbitrary
35\input dkspecial
36\endgroup
37
38% T1 encoding:
39\begingroup
40\lccode`X=230
41\lccode`Y=248
42\lccode`Z=229
43\input dkspecial
44\endgroup
45\endinput
46