blob: b2f85c8fdcfcd62e9ebfe2ead1cacafdb7a31d34 (
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
|
% Hyphenation, miscellaneous macros, and initial values for standard layout
\message{hyphenation}
\def\lt{<}\def\gt{>}
\catcode`\<=11
\catcode`\>=11
\catcode`\'=11
\catcode`\~=11
\catcode`\"=11
\lccode`\<=`\<%
\lccode`\>=`\>%
\lccode`\'=`\'%
\lccode`\~=`\~%
\lccode`\"=`\"%
\input grhypha
\catcode`\<=12
\catcode`\>=12
\catcode`\'=12
\catcode`\~=13
\catcode`\"=12
\message{greekmacros v1.1}
\input rgreekmacros
|