blob: 0da77b683adeb538ac7984c79659c55f1597ab0f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
% Hacked from csplain.ini by Jan "Yenya" Kasprzak <kas@muni.cz>
\input csfonts % re-defines primitive \font
\input plain % format Plain
\restorefont % original meaning of primitive \font
\input eplain % eplain format
\input il2code % extra codes for czech / slovak letters in ISO-8859-2 encoding
\input hyphen.lan % czech / slovak hyphenation pattern (may be others too)
\input plaina4 % \hsize and \vsize for A4
\everyjob=\expandafter{\the\everyjob
\message{The format: cseplain <Oct. 1998>.}
\message{The cs-fonts are preloaded and A4 size implicitly defined.}}
\ifx\enc\undefined \else \input enc-\enc.tex \fi % re-encoding using encTeX
\ifx\xprncode\undefined \else %% The encTeX is detected
\count255=128 % All codes > 128 are printable:
\loop \xprncode\count255=1 \advance\count255 by 1
\ifnum \count255<256 \repeat
% The document macros can't test the re-encoding state:
\let\enc=\undefined \let\setinputchr=\undefined
\let\xordcode=\undefined \let\xchrcode=\undefined \let\xprncode=\undefined
\fi
\dump
|