blob: 247ea061e74dc7fdcb00fca623704edcbd1919ae (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
\input csfonts % re-defines primitive \font
\input plain % format Plain
\restorefont % original meaning of primitive \font
\input kam-csf % input: Kamenicky, internal TeX: CS-font
\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: plain-kam-cs <Sep. 1997>.}
\message{The cs-fonts are preloaded and A4 size predefined.}}
\dump
|