blob: b62431b9b27c5efcac4b41e598a7fb8cbb23c89a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
|
% This is MEXCONF.TEX - a part of the Polish plain TeX and LaTeX formats.
% Version 1.05, 18 December 1993
%
% Authors: Marek Ry\'cko & Bogus\l{}aw Jackowski
%
% This macro file belongs to the public domain
% under the conditions specified by the author of TeX:
%
% ``Macro files like PLAIN.TEX should not be changed in any way,
% except with respect to preloaded fonts,
% unless the changes are authorized by the authors of the macros.''
%
% Donald E. Knuth
%
% You are entitled to modify this file obeying the rules specified below.
%
% For details see MEXINFO.ENG or MEXINFO.POL.
\message{MeX configuration,}
% The following lines define which hyphenation patterns
% are to be included in the current configuration of the MeX format.
% We assume that fonts with different positions of Polish diacritical
% characters can be used within the same document and each font layout
% requires its own hyphenation patterns.
% The standard positions of Polish diacritical characters in TeX's fonts
% is the layout accepted at the 5th European TeX Conference in Cork (1990);
% this layout is called here `PL'.
%
% The standard configuration of the MeX format includes the hyphenation
% patterns for:
% - the English language (OK for all fonts),
% - the Polish language used with the fonts in the `PL' layout.
% In such configuration switching to another font layout disables
% hyphenation for the Polish language.
%
% However, the hyphenation patterns for other layouts of fonts including
% Polish diacritical letters are prepared and if memory space in the
% particular instalation of TeX permits the user is free to use INITEX
% to generate a new MeX or LaMeX format containing these patterns.
% Just `unpercent' some of the following lines.
\hyph@nate{english}
\hyph@nate{pl}
%\hyph@nate{pone}
%\hyph@nate{mazovia}
%\hyph@nate{latintwo}
% ``deafault'' means -- at the beginning
% (unpercent only one possibility)
\def\d@faultlayout
{pl}
%{mazovia}
%{latintwo}
%{pone}
\def\d@faultlanguage
{\polish}
%{\english}
\def\d@faultprefixing
{\nonprefixing}
%{\prefixing}
\def\d@faultspacing
{\frenchspacing}
%{\nonfrenchspacing}
% in PLAIN.TeX and LFONTS.TeX files the prefix:
\def\@ldpref % exactly two characters
{cm}
% is changed to:
\def\n@wpref % an arbitrary number of characters
{pl}
\def\pl@in % the name of the file containing the original plain TeX format
% (usually: `plain.tex')
{plain.tex}
\def\lpl@in % the name of the file containing the original lplain file
% (usually: `lplain.tex')
{lplain.tex}
\def\lf@nts % the name of the file containing the original lfonts file
% (usually: `lfonts.tex')
{lfonts.tex}
\def\l@tex % the name of the file containing the original latex file
% (usually: `latex.tex')
{latex.tex}
\def\P@lhyphen % name of the file containing Polish hyphenation patterns
% the patterns must be in the prefix notation
% {plhyph.tex}
%% the above assumption is not necessary, we start to use unicode patterns (StaW, 30.06.2008).
{loadhyph-pl.tex}
\def\@nghyphen % name of the file containing the US-English
% hyphenation patterns (usually `hyphen.tex')
{hyphen.tex}
\endinput
|