summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/csplain/fonts/cs-cursor.tex
blob: cde44cd41a37404038392645db058a0458e88da4 (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
% The file cs-cursor.tex (C) Petr Olsak, 2012
% Use "\input cs-cursor" to set the Termes fonts family in text mode

\message{FONT: Termes -
   \string\rm, \string\it, \string\bf, \string\bi, \string\caps\string\rm...}

\ifx\sizespec\undefined \def\sizespec{}\fi
\ifx\font\corkencoded \def\tmp{ec}\else \def\tmp{cs}\fi

\font\tenrm=\tmp-qcrr  \sizespec
\font\tenbf=\tmp-qcrb  \sizespec
\font\tenit=\tmp-qcrri \sizespec
\font\tenbi=\tmp-qcrbi \sizespec

\font\tenrmc=\tmp-qcrr-sc  \sizespec
\font\tenbfc=\tmp-qcrb-sc  \sizespec
\font\tenitc=\tmp-qcrri-sc \sizespec
\font\tenbic=\tmp-qcrbi-sc \sizespec

\tenrm

\def\caps#1{{\escapechar=-1 \expandafter}%
  \expandafter\csname\expandafter\tenonlytext\string#1c\endcsname}
\def\tenonlytext{ten}

\ifx\font\corkencoded \else \input chars-8z \fi

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

% end of cs-cursor.tex