summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/csplain/fonts/cs-bera.tex
blob: c48d240a6e2708b9079e0ac02f9287319c500e04 (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
% cs-bera.tex: fonts loading file of Bera fonts
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Petr Olsak,  2012

\ifx\sizespec\undefined \def\sizespec{}\fi
\ifx\font\corkencoded \def\tmp{8t \sizespec}\else 
   \errhelp{If you like this font you can try to generate the 8z metrics.}
   \errmessage{Bera is unavailable at CS-encoding. use \noexpand\input t1code}
\fi

\message{FONT: Bera
  \string\rm, \string\it, \string\bf, \string\bi,
  \string\rms, \string\its, \string\bfs, \string\bis,
  \string\tt, \string\ttit, \string\ttbf, \string\ttbi.}

\font\tenrm=fver\tmp
\font\tenbf=fveb\tmp
\font\tenit=fvero\tmp
\font\tenbi=fvebo\tmp

\font\tenrms=fvsr\tmp   \def\rms{\tenrms}
\font\tenbfs=fvsb\tmp   \def\bfs{\tenbfs}
\font\tenits=fvsro\tmp  \def\its{\tenits}
\font\tenbis=fvsbo\tmp  \def\bis{\tenbis}

\font\tentt=fvsr\tmp    
\font\tenttbf=fvsb\tmp   \def\ttbf{\tenttbf}
\font\tenttit=fvsro\tmp  \def\ttit{\tenttit}
\font\tenttbi=fvsbo\tmp  \def\ttbi{\tenttbi}

\ifx\regfontdefault\undefined \else
  \regfontdefault
  \regfont\tenrms  \regfont\tenits
  \regfont\tenbfs  \regfont\tenbis
  \regfont\tenttit
  \regfont\tenttbf \regfont\tenttbi
\fi

\ifx\mathpreloaded X\else \input tx-math \fi                     

% end of cs-bera.tex