blob: 5c1b5c35684b9450c9712ebaf405b6a9c84c30d5 (
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
|
%
% fntbriec.tex
%
%% Cyrillic font container with T2 encoding beta-support
%
% This file is future part of lxfonts package
% Version 3.4 // Patchlevel=0
% (c) O.Lapko
%
% This package belongs to the public domain under conditions similar to
% those of D. E. Knuth specified for the Computer Modern family of fonts.
% In particular, only the authors are entitled to modify this file
% and to save it under the same name.
%
% Content:
%
% Data TeX file of head files for ec-like CM Bright fonts
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\lhvercheck(3,4)
% file names depend to necessary encoding
%
\MakeFileHeadstrue % always do font heads
\tablevalues ( 8 9 10 17 )
\makefont \fonttwoletters bmr ( 8 9 10 17 )(%
input ebbase;)
\makefont \fonttwoletters bmo ( 8 9 10 17 )(%
input ebbase;)
\makefont \fonttwoletters bsr ( 8 9 10 17 )(%
input ebbase;)
\makefont \fonttwoletters bso ( 8 9 10 17 )(%
input ebbase;)
\makefont \fonttwoletters bbx ( 10 )(%
input ebbase;)
\makefont \fonttwoletters btl ( 10 )(%
input exbase; def cmbright=true enddef;)
\makefont \fonttwoletters bto ( 10 )(%
input exbase; def cmbright=true enddef;)
\endinput
|