diff options
Diffstat (limited to 'Master/texmf-dist/tex/csplain/base/cseplain.ini')
-rw-r--r-- | Master/texmf-dist/tex/csplain/base/cseplain.ini | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/csplain/base/cseplain.ini b/Master/texmf-dist/tex/csplain/base/cseplain.ini new file mode 100644 index 00000000000..0da77b683ad --- /dev/null +++ b/Master/texmf-dist/tex/csplain/base/cseplain.ini @@ -0,0 +1,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 + |