blob: 4e784ca4bff0bf1adfc849f23cfdf8f50b5d8dc4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
% The file ecfonts.tex (C) Petr Olsak, 2000
% This file allows to use EC fonts in csplain format.
% Use (for example): %&csplain -translate-file=il2-t1
% \input ecfonts
% \chyph
% at the first three lines in your document.
% Warning1: This works only in web2c implementations of TeX and derivatives.
% Warning2: Use EC fonts only for experimental or special reason. The
% typographics quality of CSfonts (in csplain default) is better.
\input t1code
\font\tenrm=ecrm1000
\font\tenbf=ecbx1000
\font\tenit=ecti1000
\font\tentt=ectt1000
\font\tensl=ecsl1000
\tenrm
\let\setsimplemath=\undefined % The math CS/CM fonts can be mixed with
% EC fonts
|