blob: 0a45161af71afae5094392fb7b1f6749c678ad3f (
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
|
\newtoks\digraphs
\digraphs={tlgsqq}%
%
\newif\ifrestoreat
\expandafter\ifnum\the\catcode`\@=11
\restoreatfalse
\else\global\count9=\the\catcode`\@
\catcode`\@=11
\restoreattrue
\fi
%
\input ibycus4.map
%
\ifx\newneploaded\undefined\input pssetiby \fi
\gdef\GK{\ifx\gr@@kbaselineskip\undefined
\expandafter\csname\the\gr@@kpoint\endcsname\else\gr@@kpoint\fi
\begingroup
\def\GK{\relax}%
\def\RM{\rm\endgroup}%
\ifx\gr@@kbaselineskip\undefined % newnep takes care of this
\else\normalbaselineskip\gr@@kbaselineskip\normalbaselines\fi
\expandafter\let\noexpand\it\gksl\gk}%
\gdef\RM{\relax}%
\ifrestoreat\catcode`\@=\the\count9 \fi % back to normal
\global\count9=0
\input iby4extr
|