home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / textprocess / armatures / texinputs / files / !tex / TeXInputs / plain / tex
Encoding:
Text File  |  1989-12-05  |  42.3 KB  |  1,214 lines

  1. % This is the plain TeX format that's described in The TeXbook.
  2. % N.B.: A version number is defined at the very end of this file;
  3. %       please change that number whenever the file is modified!
  4. % And don't modify the file under any circumstances.
  5.  
  6. \catcode`\{=1 % left brace is begin-group character
  7. \catcode`\}=2 % right brace is end-group character
  8. \catcode`\$=3 % dollar sign is math shift
  9. \catcode`\&=4 % ampersand is alignment tab
  10. \catcode`\#=6 % hash mark is macro parameter character
  11. \catcode`\^=7 \catcode`\^^K=7 % circumflex and uparrow are for superscripts
  12. \catcode`\_=8 \catcode`\^^A=8 % underline and downarrow are for subscripts
  13. \catcode`\^^I=10 % ascii tab is a blank space
  14. \chardef\active=13 \catcode`\~=\active % tilde is active
  15. \catcode`\^^L=\active \outer\def^^L{\par} % ascii form-feed is "\outer\par"
  16.  
  17. \message{Preloading the plain format: codes,}
  18.  
  19. % We had to define the \catcodes right away, before the message line,
  20. % since \message uses the { and } characters.
  21. % When INITEX (the TeX initializer) starts up,
  22. % it has defined the following \catcode values:
  23. % \catcode`\^^@=9 % ascii null is ignored
  24. % \catcode`\^^M=5 % ascii return is end-line
  25. % \catcode`\\=0 % backslash is TeX escape character
  26. % \catcode`\%=14 % percent sign is comment character
  27. % \catcode`\ =10 % ascii space is blank space
  28. % \catcode`\^^?=15 % ascii delete is invalid
  29. % \catcode`\A=11 ... \catcode`\Z=11 % uppercase letters
  30. % \catcode`\a=11 ... \catcode`\z=11 % lowercase letters
  31. % all others are type 12 (other)
  32.  
  33. % Here is a list of the characters that have been specially catcoded:
  34. \def\dospecials{\do\ \do\\\do\{\do\}\do\$\do\&%
  35.   \do\#\do\^\do\^^K\do\_\do\^^A\do\%\do\~}
  36. % (not counting ascii null, tab, linefeed, formfeed, return, delete)
  37. % Each symbol in the list is preceded by \do, which can be defined
  38. % if you want to do something to every item in the list.
  39.  
  40. % We make @ signs act like letters, temporarily, to avoid conflict
  41. % between user names and internal control sequences of plain format.
  42. \catcode`@=11
  43.  
  44. % INITEX sets up \mathcode x=x, for x=0..127, except that
  45. % \mathcode x=x+"7100, for x = `A to `Z and `a to `z;
  46. % \mathcode x=x+"7000, for x = `0 to `9.
  47. % The following changes define internal codes as recommended
  48. % in Appendix C of The TeXbook:
  49. \mathcode`\^^@="2201 % \cdot
  50. \mathcode`\^^A="3223 % \downarrow
  51. \mathcode`\^^B="010B % \alpha
  52. \mathcode`\^^C="010C % \beta
  53. \mathcode`\^^D="225E % \land
  54. \mathcode`\^^E="023A % \lnot
  55. \mathcode`\^^F="3232 % \in
  56. \mathcode`\^^G="0119 % \pi
  57. \mathcode`\^^H="0115 % \lambda
  58. \mathcode`\^^I="010D % \gamma
  59. \mathcode`\^^J="010E % \delta
  60. \mathcode`\^^K="3222 % \uparrow
  61. \mathcode`\^^L="2206 % \pm
  62. \mathcode`\^^M="2208 % \oplus
  63. \mathcode`\^^N="0231 % \infty
  64. \mathcode`\^^O="0140 % \partial
  65. \mathcode`\^^P="321A % \subset
  66. \mathcode`\^^Q="321B % \supset
  67. \mathcode`\^^R="225C % \cap
  68. \mathcode`\^^S="225B % \cup
  69. \mathcode`\^^T="0238 % \forall
  70. \mathcode`\^^U="0239 % \exists
  71. \mathcode`\^^V="220A % \otimes
  72. \mathcode`\^^W="3224 % \leftrightarrow
  73. \mathcode`\^^X="3220 % \leftarrow
  74. \mathcode`\^^Y="3221 % \rightarrow
  75. \mathcode`\^^Z="8000 % \ne
  76. \mathcode`\^^[="2205 % \diamond
  77. \mathcode`\^^\="3214 % \le
  78. \mathcode`\^^]="3215 % \ge
  79. \mathcode`\^^^="3211 % \equiv
  80. \mathcode`\^^_="225F % \lor
  81. \mathcode`\ ="8000 % \space
  82. \mathcode`\!="5021
  83. \mathcode`\'="8000 % ^\prime
  84. \mathcode`\(="4028
  85. \mathcode`\)="5029
  86. \mathcode`\*="2203 % \ast
  87. \mathcode`\+="202B
  88. \mathcode`\,="613B
  89. \mathcode`\-="2200
  90. \mathcode`\.="013A
  91. \mathcode`\/="013D
  92. \mathcode`\:="303A
  93. \mathcode`\;="603B
  94. \mathcode`\<="313C
  95. \mathcode`\=="303D
  96. \mathcode`\>="313E
  97. \mathcode`\?="503F
  98. \mathcode`\[="405B
  99. \mathcode`\\="026E % \backslash
  100. \mathcode`\]="505D
  101. \mathcode`\_="8000 % \_
  102. \mathcode`\{="4266
  103. \mathcode`\|="026A
  104. \mathcode`\}="5267
  105. \mathcode`\^^?="1273 % \smallint
  106.  
  107. % INITEX sets \uccode`x=`X and \uccode `X=`X for all letters x,
  108. % and \lccode`x=`x, \lccode`X=`x; all other values are zero.
  109. % No changes to those tables are needed in plain TeX format.
  110.  
  111. % INITEX sets \sfcode x=1000 for all x, except that \sfcode`X=999
  112. % for uppercase letters. The following changes are needed:
  113. \sfcode`\)=0 \sfcode`\'=0 \sfcode`\]=0
  114. % The \nonfrenchspacing macro will make further changes to \sfcode values.
  115.  
  116. % Finally, INITEX sets all \delcode values to -1, except \delcode`.=0
  117. \delcode`\(="028300
  118. \delcode`\)="029301
  119. \delcode`\[="05B302
  120. \delcode`\]="05D303
  121. \delcode`\<="26830A
  122. \delcode`\>="26930B
  123. \delcode`\/="02F30E
  124. \delcode`\|="26A30C
  125. \delcode`\\="26E30F
  126. % N.B. { and } should NOT get delcodes; otherwise parameter grouping fails!
  127.  
  128. % To make the plain macros more efficient in time and space,
  129. % several constant values are declared here as control sequences.
  130. % If they were changed, anything could happen; so they are private symbols.
  131. \chardef\@ne=1
  132. \chardef\tw@=2
  133. \chardef\thr@@=3
  134. \chardef\sixt@@n=16
  135. \chardef\@cclv=255
  136. \mathchardef\@cclvi=256
  137. \mathchardef\@m=1000
  138. \mathchardef\@M=10000
  139. \mathchardef\@MM=20000
  140. % Allocation of registers
  141.  
  142. % Here are macros for the automatic allocation of \count, \box, \dimen,
  143. % \skip, \muskip, and \toks registers, as well as \read and \write
  144. % stream numbers, \fam codes, and \insert numbers.
  145.  
  146. \message{registers,}
  147.  
  148. % When a register is used only temporarily, it need not be allocated;
  149. % grouping can be used, making the value previously in the register return
  150. % after the close of the group.  The main use of these macros is for
  151. % registers that are defined by one macro and used by others, possibly at
  152. % different nesting levels.  All such registers should be defined through
  153. % these macros; otherwise conflicts may occur, especially when two or more
  154. % more macro packages are being used at once.
  155.  
  156. % The following counters are reserved:
  157. %   0 to 9  page numbering
  158. %       10  count allocation
  159. %       11  dimen allocation
  160. %       12  skip allocation
  161. %       13  muskip allocation
  162. %       14  box allocation
  163. %       15  toks allocation
  164. %       16  read file allocation
  165. %       17  write file allocation
  166. %       18  math family allocation
  167. %       19  insert allocation
  168. %       20  the most recently allocated number
  169. %       21  constant -1
  170. % New counters are allocated starting with 22, 23, etc.  Other registers are
  171. % allocated starting with 10.  This leaves 0 through 9 for the user to play
  172. % with safely, except that counts 0 to 9 are considered to be the page and
  173. % subpage numbers (since they are displayed during output). In this scheme,
  174. % \count 10 always contains the number of the highest-numbered counter that
  175. % has been allocated, \count 14 the highest-numbered box, etc.
  176. % Inserts are given numbers 254, 253, etc., since they require a \count,
  177. % \dimen, \skip, and \box all with the same number; \count 19 contains the
  178. % lowest-numbered insert that has been allocated. Of course, \box255 is
  179. % reserved for \output; \count255, \dimen255, and \skip255 can be used freely.
  180.  
  181. % It is recommended that macro designers always use
  182. % \global assignments with respect to registers numbered 1, 3, 5, 7, 9, and
  183. % always non-\global assignments with respect to registers 0, 2, 4, 6, 8, 255.
  184. % This will prevent ``save stack buildup'' that might otherwise occur.
  185.  
  186. \count10=21 % allocates \count registers 22, 23, ...
  187. \count11=9 % allocates \dimen registers 10, 11, ...
  188. \count12=9 % allocates \skip registers 10, 11, ...
  189. \count13=9 % allocates \muskip registers 10, 11, ...
  190. \count14=9 % allocates \box registers 10, 11, ...
  191. \count15=9 % allocates \toks registers 10, 11, ...
  192. \count16=-1 % allocates input streams 0, 1, ...
  193. \count17=-1 % allocates output streams 0, 1, ...
  194. \count18=3 % allocates math families 4, 5, ...
  195. \count19=255 % allocates insertions 254, 253, ...
  196. \countdef\insc@unt=19 % the insertion counter
  197. \countdef\allocationnumber=20 % the most recent allocation
  198. \countdef\m@ne=21 \m@ne=-1 % a handy constant
  199. \def\wlog{\immediate\write\m@ne} % write on log file (only)
  200.  
  201. % Here are abbreviations for the names of scratch registers
  202. % that don't need to be allocated.
  203.  
  204. \countdef\count@=255
  205. \dimendef\dimen@=0
  206. \dimendef\dimen@i=1 % global only
  207. \dimendef\dimen@ii=2
  208. \skipdef\skip@=0
  209. \toksdef\toks@=0
  210.  
  211. % Now, we define \newcount, \newbox, etc. so that you can say \newcount\foo
  212. % and \foo will be defined (with \countdef) to be the next counter.
  213. % To find out which counter \foo is, you can look at \allocationnumber.
  214. % Since there's no \boxdef command, \chardef is used to define a \newbox,
  215. % \newinsert, \newfam, and so on.
  216.  
  217. \outer\def\newcount{\alloc@0\count\countdef\insc@unt}
  218. \outer\def\newdimen{\alloc@1\dimen\dimendef\insc@unt}
  219. \outer\def\newskip{\alloc@2\skip\skipdef\insc@unt}
  220. \outer\def\newmuskip{\alloc@3\muskip\muskipdef\@cclvi}
  221. \outer\def\newbox{\alloc@4\box\chardef\insc@unt}
  222. \let\newtoks=\relax % we do this to allow plain.tex to be read in twice
  223. \outer\def\newhelp#1#2{\newtoks#1#1\expandafter{\csname#2\endcsname}}
  224. \outer\def\newtoks{\alloc@5\toks\toksdef\@cclvi}
  225. \outer\def\newread{\alloc@6\read\chardef\sixt@@n}
  226. \outer\def\newwrite{\alloc@7\write\chardef\sixt@@n}
  227. \outer\def\newfam{\alloc@8\fam\chardef\sixt@@n}
  228. \def\alloc@#1#2#3#4#5{\global\advance\count1#1by\@ne
  229.   \ch@ck#1#4#2% make sure there's still room
  230.   \allocationnumber=\count1#1%
  231.   \global#3#5=\allocationnumber
  232.   \wlog{\string#5=\string#2\the\allocationnumber}}
  233. \outer\def\newinsert#1{\global\advance\insc@unt by\m@ne
  234.   \ch@ck0\insc@unt\count
  235.   \ch@ck1\insc@unt\dimen
  236.   \ch@ck2\insc@unt\skip
  237.   \ch@ck4\insc@unt\box
  238.   \allocationnumber=\insc@unt
  239.   \global\chardef#1=\allocationnumber
  240.   \wlog{\string#1=\string\insert\the\allocationnumber}}
  241. \def\ch@ck#1#2#3{\ifnum\count1#1<#2%
  242.   \else\errmessage{No room for a new #3}\fi}
  243.  
  244. % Here are some examples of allocation.
  245. \newdimen\maxdimen \maxdimen=16383.99999pt % the largest legal <dimen>
  246. \newskip\hideskip \hideskip=-1000pt plus 1fill % negative but can grow
  247. \newskip\centering \centering=0pt plus 1000pt minus 1000pt
  248. \newdimen\p@ \p@=1pt % this saves macro space and time
  249. \newdimen\z@ \z@=0pt % can be used both for 0pt and 0
  250. \newskip\z@skip \z@skip=0pt plus0pt minus0pt
  251. \newbox\voidb@x % permanently void box register
  252.  
  253. % And here's a different sort of allocation:
  254. % For example, \newif\iffoo creates \footrue, \foofalse to go with \iffoo.
  255. \outer\def\newif#1{\count@\escapechar \escapechar\m@ne
  256.   \expandafter\expandafter\expandafter
  257.    \edef\@if#1{true}{\let\noexpand#1=\noexpand\iftrue}%
  258.   \expandafter\expandafter\expandafter
  259.    \edef\@if#1{false}{\let\noexpand#1=\noexpand\iffalse}%
  260.   \@if#1{false}\escapechar\count@} % the condition starts out false
  261. \def\@if#1#2{\csname\expandafter\if@\string#1#2\endcsname}
  262. {\uccode`1=`i \uccode`2=`f \uppercase{\gdef\if@12{}}} % `if' is required
  263. % Assign initial values to TeX's parameters
  264.  
  265. \message{parameters,}
  266.  
  267. % All of TeX's numeric parameters are listed here,
  268. % but the code is commented out if no special value needs to be set.
  269. % INITEX makes all parameters zero except where noted.
  270.  
  271. \pretolerance=100
  272. \tolerance=200 % INITEX sets this to 10000
  273. \hbadness=1000
  274. \vbadness=1000
  275. \linepenalty=10
  276. \hyphenpenalty=50
  277. \exhyphenpenalty=50
  278. \binoppenalty=700
  279. \relpenalty=500
  280. \clubpenalty=150
  281. \widowpenalty=150
  282. \displaywidowpenalty=50
  283. \brokenpenalty=100
  284. \predisplaypenalty=10000
  285. % \postdisplaypenalty=0
  286. % \interlinepenalty=0
  287. % \floatingpenalty=0, set during \insert
  288. % \outputpenalty=0, set before TeX enters \output
  289. \doublehyphendemerits=10000
  290. \finalhyphendemerits=5000
  291. \adjdemerits=10000
  292. % \looseness=0, cleared by TeX after each paragraph
  293. % \pausing=0
  294. % \tracingonline=0
  295. % \tracingmacros=0
  296. % \tracingstats=0
  297. % \tracingparagraphs=0
  298. % \tracingpages=0
  299. % \tracingoutput=0
  300. \tracinglostchars=1
  301. % \tracingcommands=0
  302. % \tracingrestores=0
  303. \uchyph=1
  304. % \globaldefs=0
  305. % \maxdeadcycles=25 % INITEX does this
  306. % \hangafter=1 % INITEX does this, also TeX after each paragraph
  307. % \fam=0
  308. % \mag=1000 % INITEX does this
  309. % \escapechar=`\\ % INITEX does this
  310. \defaulthyphenchar=`\-
  311. \defaultskewchar=-1
  312. % \endlinechar=`\^^M % INITEX does this
  313. \newlinechar=-1
  314. \delimiterfactor=901
  315. % \time=now % TeX does this at beginning of job
  316. % \day=now % TeX does this at beginning of job
  317. % \month=now % TeX does this at beginning of job
  318. % \year=now % TeX does this at beginning of job
  319. \showboxbreadth=5
  320. \showboxdepth=3
  321.  
  322. \hfuzz=0.1pt
  323. \vfuzz=0.1pt
  324. \overfullrule=5pt
  325. \hsize=6.5in
  326. \vsize=8.9in
  327. \maxdepth=4pt
  328. \splitmaxdepth=\maxdimen
  329. \boxmaxdepth=\maxdimen
  330. % \lineskiplimit=0pt, changed by \normalbaselines
  331. \delimitershortfall=5pt
  332. \nulldelimiterspace=1.2pt
  333. \scriptspace=0.5pt
  334. % \mathsurround=0pt
  335. % \predisplaysize=0pt, set before TeX enters $$
  336. % \displaywidth=0pt, set before TeX enters $$
  337. % \displayindent=0pt, set before TeX enters $$
  338. \parindent=20pt
  339. % \hangindent=0pt, zeroed by TeX after each paragraph
  340. % \hoffset=0pt
  341. % \voffset=0pt
  342.  
  343. % \baselineskip=0pt, changed by \normalbaselines
  344. % \lineskip=0pt, changed by \normalbaselines
  345. \parskip=0pt plus 1pt
  346. \abovedisplayskip=12pt plus 3pt minus 9pt
  347. \abovedisplayshortskip=0pt plus 3pt
  348. \belowdisplayskip=12pt plus 3pt minus 9pt
  349. \belowdisplayshortskip=7pt plus 3pt minus 4pt
  350. % \leftskip=0pt
  351. % \rightskip=0pt
  352. \topskip=10pt
  353. \splittopskip=10pt
  354. % \tabskip=0pt
  355. % \spaceskip=0pt
  356. % \xspaceskip=0pt
  357. \parfillskip=0pt plus 1fil
  358.  
  359. \thinmuskip=3mu
  360. \medmuskip=4mu plus 2mu minus 4mu
  361. \thickmuskip=5mu plus 5mu
  362.  
  363. % We also define special registers that function like parameters:
  364. \newskip\smallskipamount \smallskipamount=3pt plus 1pt minus 1pt
  365. \newskip\medskipamount \medskipamount=6pt plus 2pt minus 2pt
  366. \newskip\bigskipamount \bigskipamount=12pt plus 4pt minus 4pt
  367. \newskip\normalbaselineskip \normalbaselineskip=12pt
  368. \newskip\normallineskip \normallineskip=1pt
  369. \newdimen\normallineskiplimit \normallineskiplimit=0pt
  370. \newdimen\jot \jot=3pt
  371. \newcount\interdisplaylinepenalty \interdisplaylinepenalty=100
  372. \newcount\interfootnotelinepenalty \interfootnotelinepenalty=100
  373. % Definitions for preloaded fonts
  374.  
  375. \def\magstephalf{1095 }
  376. \def\magstep#1{\ifcase#1 \@m\or 1200\or 1440\or 1728\or 2074\or 2488\fi\relax}
  377.  
  378. % Fonts assigned to \preloaded are not part of "plain TeX",
  379. % but they are preloaded so that other format packages can use them.
  380. % For example, if another set of macros says "\font\ninerm=cmr9",
  381. % TeX will not have to reload the font metric information for cmr9.
  382.  
  383. \message{fonts,}
  384.  
  385. \font\tenrm=cmr10 % roman text
  386. \font\preloaded=cmr9
  387. \font\preloaded=cmr8
  388. \font\sevenrm=cmr7
  389. \font\preloaded=cmr6
  390. \font\fiverm=cmr5
  391.  
  392. \font\teni=cmmi10 % math italic
  393. \font\preloaded=cmmi9
  394. \font\preloaded=cmmi8
  395. \font\seveni=cmmi7
  396. \font\preloaded=cmmi6
  397. \font\fivei=cmmi5
  398.  
  399. \font\tensy=cmsy10 % math symbols
  400. \font\preloaded=cmsy9
  401. \font\preloaded=cmsy8
  402. \font\sevensy=cmsy7
  403. \font\preloaded=cmsy6
  404. \font\fivesy=cmsy5
  405.  
  406. \font\tenex=cmex10 % math extension
  407.  
  408. \font\preloaded=cmss10 % sans serif
  409. \font\preloaded=cmssq8
  410.  
  411. \font\preloaded=cmssi10 % sans serif italic
  412. \font\preloaded=cmssqi8
  413.  
  414. \font\tenbf=cmbx10 % boldface extended
  415. \font\preloaded=cmbx9
  416. \font\preloaded=cmbx8
  417. \font\sevenbf=cmbx7
  418. \font\preloaded=cmbx6
  419. \font\fivebf=cmbx5
  420.  
  421. \font\tentt=cmtt10 % typewriter
  422. \font\preloaded=cmtt9
  423. \font\preloaded=cmtt8
  424.  
  425. \font\preloaded=cmsltt10 % slanted typewriter
  426.  
  427. \font\tensl=cmsl10 % slanted roman
  428. \font\preloaded=cmsl9
  429. \font\preloaded=cmsl8
  430.  
  431. \font\tenit=cmti10 % text italic
  432. \font\preloaded=cmti9
  433. \font\preloaded=cmti8
  434. \font\preloaded=cmti7
  435.  
  436. \message{more fonts,}
  437. \font\preloaded=cmu10 % unslanted text italic
  438.  
  439. \font\preloaded=cmmib10 % bold math italic
  440. \font\preloaded=cmbsy10 % bold math symbols
  441.  
  442. \font\preloaded=cmcsc10 % caps and small caps
  443.  
  444. \font\preloaded=cmssbx10 % sans serif bold extended
  445.  
  446. \font\preloaded=cmdunh10 % Dunhill style
  447.  
  448. \font\preloaded=cmr7 scaled \magstep4 % for titles
  449. \font\preloaded=cmtt10 scaled \magstep2
  450. \font\preloaded=cmssbx10 scaled \magstep2
  451.  
  452. \font\preloaded=manfnt % METAFONT logo and dragon curve and special symbols
  453.  
  454. % Additional \preloaded fonts can be specified here.
  455. % (And those that were \preloaded above can be eliminated.)
  456.  
  457. \let\preloaded=\undefined % preloaded fonts must be declared anew later.
  458.  
  459. \skewchar\teni='177 \skewchar\seveni='177 \skewchar\fivei='177
  460. \skewchar\tensy='60 \skewchar\sevensy='60 \skewchar\fivesy='60
  461.  
  462. \textfont0=\tenrm \scriptfont0=\sevenrm \scriptscriptfont0=\fiverm
  463. \def\rm{\fam\z@\tenrm}
  464. \textfont1=\teni \scriptfont1=\seveni \scriptscriptfont1=\fivei
  465. \def\mit{\fam\@ne} \def\oldstyle{\fam\@ne\teni}
  466. \textfont2=\tensy \scriptfont2=\sevensy \scriptscriptfont2=\fivesy
  467. \def\cal{\fam\tw@}
  468. \textfont3=\tenex \scriptfont3=\tenex \scriptscriptfont3=\tenex
  469. \newfam\itfam \def\it{\fam\itfam\tenit} % \it is family 4
  470. \textfont\itfam=\tenit
  471. \newfam\slfam \def\sl{\fam\slfam\tensl} % \sl is family 5
  472. \textfont\slfam=\tensl
  473. \newfam\bffam \def\bf{\fam\bffam\tenbf} % \bf is family 6
  474. \textfont\bffam=\tenbf \scriptfont\bffam=\sevenbf
  475. \scriptscriptfont\bffam=\fivebf
  476. \newfam\ttfam \def\tt{\fam\ttfam\tentt} % \tt is family 7
  477. \textfont\ttfam=\tentt
  478. % Macros for setting ordinary text
  479. \message{macros,}
  480.  
  481. \def\frenchspacing{\sfcode`\.\@m \sfcode`\?\@m \sfcode`\!\@m
  482.   \sfcode`\:\@m \sfcode`\;\@m \sfcode`\,\@m}
  483. \def\nonfrenchspacing{\sfcode`\.3000\sfcode`\?3000\sfcode`\!3000%
  484.   \sfcode`\:2000\sfcode`\;1500\sfcode`\,1250 }
  485.  
  486. \def\normalbaselines{\lineskip\normallineskip
  487.   \baselineskip\normalbaselineskip \lineskiplimit\normallineskiplimit}
  488.  
  489. \def\^^M{\ } % control <return> = control <space>
  490. \def\^^I{\ } % same for <tab>
  491.  
  492. \def\lq{`} \def\rq{'}
  493. \def\lbrack{[} \def\rbrack{]}
  494.  
  495. \let\endgraf=\par \let\endline=\cr
  496.  
  497. \def\space{ }
  498. \def\empty{}
  499. \def\null{\hbox{}}
  500.  
  501. \let\bgroup={ \let\egroup=}
  502.  
  503. % In \obeylines, we say `\let^^M=\par' instead of `\def^^M{\par}'
  504. % since this allows, for example, `\let\par=\cr \obeylines \halign{...'
  505. {\catcode`\^^M=\active % these lines must end with %
  506.   \gdef\obeylines{\catcode`\^^M\active \let^^M\par}%
  507.   \global\let^^M\par} % this is in case ^^M appears in a \write
  508. \def\obeyspaces{\catcode`\ \active}
  509. {\obeyspaces\global\let =\space}
  510.  
  511. \def\loop#1\repeat{\def\body{#1}\iterate}
  512. \def\iterate{\body \let\next\iterate \else\let\next\relax\fi \next}
  513. \let\repeat=\fi % this makes \loop...\if...\repeat skippable
  514.  
  515. \def\thinspace{\kern .16667em }
  516. \def\negthinspace{\kern-.16667em }
  517. \def\enspace{\kern.5em }
  518.  
  519. \def\enskip{\hskip.5em\relax}
  520. \def\quad{\hskip1em\relax}
  521. \def\qquad{\hskip2em\relax}
  522.  
  523. \def\smallskip{\vskip\smallskipamount}
  524. \def\medskip{\vskip\medskipamount}
  525. \def\bigskip{\vskip\bigskipamount}
  526.  
  527. \def\nointerlineskip{\prevdepth-1000\p@}
  528. \def\offinterlineskip{\baselineskip-1000\p@
  529.   \lineskip\z@ \lineskiplimit\maxdimen}
  530.  
  531. \def\vglue{\afterassignment\vgl@\skip@=}
  532. \def\vgl@{\par \dimen@\prevdepth \hrule height\z@
  533.   \nobreak\vskip\skip@ \prevdepth\dimen@}
  534. \def\hglue{\afterassignment\hgl@\skip@=}
  535. \def\hgl@{\leavevmode \count@\spacefactor \vrule width\z@
  536.   \nobreak\hskip\skip@ \spacefactor\count@}
  537.  
  538. \def~{\penalty\@M \ } % tie
  539. \def\slash{/\penalty\exhyphenpenalty} % a `/' that acts like a `-'
  540.  
  541. \def\break{\penalty-\@M}
  542. \def\nobreak{\penalty \@M}
  543. \def\allowbreak{\penalty \z@}
  544.  
  545. \def\filbreak{\par\vfil\penalty-200\vfilneg}
  546. \def\goodbreak{\par\penalty-500 }
  547. \def\eject{\par\break}
  548. \def\supereject{\par\penalty-\@MM}
  549.  
  550. \def\removelastskip{\ifdim\lastskip=\z@\else\vskip-\lastskip\fi}
  551. \def\smallbreak{\par\ifdim\lastskip<\smallskipamount
  552.   \removelastskip\penalty-50\smallskip\fi}
  553. \def\medbreak{\par\ifdim\lastskip<\medskipamount
  554.   \removelastskip\penalty-100\medskip\fi}
  555. \def\bigbreak{\par\ifdim\lastskip<\bigskipamount
  556.   \removelastskip\penalty-200\bigskip\fi}
  557.  
  558. \def\line{\hbox to\hsize}
  559. \def\leftline#1{\line{#1\hss}}
  560. \def\rightline#1{\line{\hss#1}}
  561. \def\centerline#1{\line{\hss#1\hss}}
  562.  
  563. \def\rlap#1{\hbox to\z@{#1\hss}}
  564. \def\llap#1{\hbox to\z@{\hss#1}}
  565.  
  566. \def\m@th{\mathsurround=\z@}
  567. \def\underbar#1{$\setbox\z@\hbox{#1}\dp\z@\z@
  568.   \m@th \underline{\box\z@}$}
  569.  
  570. \newbox\strutbox
  571. \setbox\strutbox=\hbox{\vrule height8.5pt depth3.5pt width\z@}
  572. \def\strut{\relax\ifmmode\copy\strutbox\else\unhcopy\strutbox\fi}
  573.  
  574. \def\hidewidth{\hskip\hideskip} % for alignment entries that can stick out
  575. \def\ialign{\everycr{}\tabskip\z@skip\halign} % initialized \halign
  576. \newcount\mscount
  577. \def\multispan#1{\omit \mscount#1
  578.   \loop\ifnum\mscount>\@ne \sp@n\repeat}
  579. \def\sp@n{\span\omit\advance\mscount\m@ne}
  580.  
  581. \newif\ifus@ \newif\if@cr
  582. \newbox\tabs \newbox\tabsyet \newbox\tabsdone
  583.  
  584. \def\cleartabs{\global\setbox\tabsyet\null \setbox\tabs\null}
  585. \def\settabs{\setbox\tabs\null \futurelet\next\sett@b}
  586. \let\+=\relax % in case this file is being read in twice
  587. \def\sett@b{\ifx\next\+\let\next\relax
  588.     \def\next{\afterassignment\s@tt@b\let\next}%
  589.   \else\let\next\s@tcols\fi\next}
  590. \def\s@tt@b{\let\next\relax\us@false\m@ketabbox}
  591. \def\tabalign{\us@true\m@ketabbox} % non-\outer version of \+
  592. \outer\def\+{\tabalign}
  593. \def\s@tcols#1\columns{\count@#1 \dimen@\hsize
  594.   \loop\ifnum\count@>\z@ \@nother \repeat}
  595. \def\@nother{\dimen@ii\dimen@ \divide\dimen@ii\count@
  596.   \setbox\tabs\hbox{\hbox to\dimen@ii{}\unhbox\tabs}%
  597.   \advance\dimen@-\dimen@ii \advance\count@\m@ne}
  598.  
  599. \def\m@ketabbox{\begingroup
  600.   \global\setbox\tabsyet\copy\tabs
  601.   \global\setbox\tabsdone\null
  602.   \def\cr{\@crtrue\crcr\egroup\egroup
  603.     \ifus@\unvbox\z@\lastbox\fi\endgroup
  604.     \setbox\tabs\hbox{\unhbox\tabsyet\unhbox\tabsdone}}%
  605.   \setbox\z@\vbox\bgroup\@crfalse
  606.     \ialign\bgroup&\t@bbox##\t@bb@x\crcr}
  607.  
  608. \def\t@bbox{\setbox\z@\hbox\bgroup}
  609. \def\t@bb@x{\if@cr\egroup % now \box\z@ holds the column
  610.   \else\hss\egroup \global\setbox\tabsyet\hbox{\unhbox\tabsyet
  611.       \global\setbox\@ne\lastbox}% now \box\@ne holds its size
  612.     \ifvoid\@ne\global\setbox\@ne\hbox to\wd\z@{}%
  613.     \else\setbox\z@\hbox to\wd\@ne{\unhbox\z@}\fi
  614.     \global\setbox\tabsdone\hbox{\box\@ne\unhbox\tabsdone}\fi
  615.   \box\z@}
  616.  
  617. \def\hang{\hangindent\parindent}
  618. \def\textindent#1{\indent\llap{#1\enspace}\ignorespaces}
  619. \def\item{\par\hang\textindent}
  620. \def\itemitem{\par\indent \hangindent2\parindent \textindent}
  621. \def\narrower{\advance\leftskip\parindent
  622.   \advance\rightskip\parindent}
  623.  
  624. \outer\def\beginsection#1\par{\vskip\z@ plus.3\vsize\penalty-250
  625.   \vskip\z@ plus-.3\vsize\bigskip\vskip\parskip
  626.   \message{#1}\leftline{\bf#1}\nobreak\smallskip\noindent}
  627. \outer\def\proclaim #1. #2\par{\medbreak
  628.   \noindent{\bf#1.\enspace}{\sl#2}\par
  629.   \ifdim\lastskip<\medskipamount \removelastskip\penalty55\medskip\fi}
  630.  
  631. \def\raggedright{\rightskip\z@ plus2em \spaceskip.3333em \xspaceskip.5em\relax}
  632. \def\ttraggedright{\tt\rightskip\z@ plus2em\relax} % for use with \tt only
  633.  
  634. \chardef\%=`\%
  635. \chardef\&=`\&
  636. \chardef\#=`\#
  637. \chardef\$=`\$
  638. \chardef\ss="19
  639. \chardef\ae="1A
  640. \chardef\oe="1B
  641. \chardef\o="1C
  642. \chardef\AE="1D
  643. \chardef\OE="1E
  644. \chardef\O="1F
  645. \chardef\i="10 \chardef\j="11 % dotless letters
  646. \def\aa{\accent23a}
  647. \def\l{\char32l}
  648. \def\L{\leavevmode\setbox0\hbox{L}\hbox to\wd0{\hss\char32L}}
  649.  
  650. \def\leavevmode{\unhbox\voidb@x} % begins a paragraph, if necessary
  651. \def\_{\leavevmode \kern.06em \vbox{\hrule width.3em}}
  652. \def\AA{\leavevmode\setbox0\hbox{h}\dimen@\ht0\advance\dimen@-1ex%
  653.   \rlap{\raise.67\dimen@\hbox{\char'27}}A}
  654.  
  655. \def\mathhexbox#1#2#3{\leavevmode
  656.   \hbox{$\m@th \mathchar"#1#2#3$}}
  657. \def\dag{\mathhexbox279}
  658. \def\ddag{\mathhexbox27A}
  659. \def\S{\mathhexbox278}
  660. \def\P{\mathhexbox27B}
  661.  
  662. \def\oalign#1{\leavevmode\vtop{\baselineskip\z@skip \lineskip.25ex%
  663.   \ialign{##\crcr#1\crcr}}} % put characters over each other
  664. \def\ooalign{\lineskiplimit-\maxdimen \oalign}
  665. \def\d#1{\oalign{#1\crcr\hidewidth.\hidewidth}}
  666. \def\b#1{\oalign{#1\crcr\hidewidth
  667.     \vbox to.2ex{\hbox{\char22}\vss}\hidewidth}}
  668. \def\c#1{\setbox\z@\hbox{#1}\ifdim\ht\z@=1ex\accent24 #1%
  669.   \else{\ooalign{\hidewidth\char24\hidewidth\crcr\unhbox\z@}}\fi}
  670. \def\copyright{{\ooalign{\hfil\raise.07ex\hbox{c}\hfil\crcr\mathhexbox20D}}}
  671.  
  672. \def\dots{\relax\ifmmode\ldots\else$\m@th\ldots\,$\fi}
  673. \def\TeX{T\kern-.1667em\lower.5ex\hbox{E}\kern-.125emX}
  674.  
  675. \def\`#1{{\accent18 #1}}
  676. \def\'#1{{\accent19 #1}}
  677. \def\v#1{{\accent20 #1}} \let\^^_=\v
  678. \def\u#1{{\accent21 #1}} \let\^^S=\u
  679. \def\=#1{{\accent22 #1}}
  680. \def\^#1{{\accent94 #1}} \let\^^D=\^
  681. \def\.#1{{\accent95 #1}}
  682. \def\H#1{{\accent"7D #1}}
  683. \def\~#1{{\accent"7E #1}}
  684. \def\"#1{{\accent"7F #1}}
  685. \def\t#1{{\edef\next{\the\font}\the\textfont1\accent"7F\next#1}}
  686.  
  687. \def\hrulefill{\leaders\hrule\hfill}
  688. \def\dotfill{\cleaders\hbox{$\m@th \mkern1.5mu.\mkern1.5mu$}\hfill}
  689. \def\rightarrowfill{$\m@th\mathord-\mkern-6mu%
  690.   \cleaders\hbox{$\mkern-2mu\mathord-\mkern-2mu$}\hfill
  691.   \mkern-6mu\mathord\rightarrow$}
  692. \def\leftarrowfill{$\m@th\mathord\leftarrow\mkern-6mu%
  693.   \cleaders\hbox{$\mkern-2mu\mathord-\mkern-2mu$}\hfill
  694.   \mkern-6mu\mathord-$}
  695. \mathchardef\braceld="37A \mathchardef\bracerd="37B
  696. \mathchardef\bracelu="37C \mathchardef\braceru="37D
  697. \def\downbracefill{$\m@th\braceld\leaders\vrule\hfill\braceru
  698.   \bracelu\leaders\vrule\hfill\bracerd$}
  699. \def\upbracefill{$\m@th\bracelu\leaders\vrule\hfill\bracerd
  700.   \braceld\leaders\vrule\hfill\braceru$}
  701.  
  702. \outer\def\bye{\par\vfill\supereject\end}
  703. % Macros for math setting
  704. \message{math definitions,}
  705.  
  706. \let\sp=^ \let\sb=_
  707. \def\,{\mskip\thinmuskip}
  708. \def\>{\mskip\medmuskip}
  709. \def\;{\mskip\thickmuskip}
  710. \def\!{\mskip-\thinmuskip}
  711. \def\*{\discretionary{\thinspace\the\textfont2\char2}{}{}}
  712. {\catcode`\'=\active \gdef'{^\bgroup\prim@s}}
  713. \def\prim@s{\prime\futurelet\next\pr@m@s}
  714. \def\pr@m@s{\ifx'\next\let\nxt\pr@@@s \else\ifx^\next\let\nxt\pr@@@t
  715.   \else\let\nxt\egroup\fi\fi \nxt}
  716. \def\pr@@@s#1{\prim@s} \def\pr@@@t#1#2{#2\egroup}
  717. {\catcode`\^^Z=\active \gdef^^Z{\not=}} % ^^Z is like \ne in math
  718.  
  719. {\catcode`\_=\active \global\let_=\_} % _ in math is either subscript or \_
  720.  
  721. \mathchardef\alpha="010B
  722. \mathchardef\beta="010C
  723. \mathchardef\gamma="010D
  724. \mathchardef\delta="010E
  725. \mathchardef\epsilon="010F
  726. \mathchardef\zeta="0110
  727. \mathchardef\eta="0111
  728. \mathchardef\theta="0112
  729. \mathchardef\iota="0113
  730. \mathchardef\kappa="0114
  731. \mathchardef\lambda="0115
  732. \mathchardef\mu="0116
  733. \mathchardef\nu="0117
  734. \mathchardef\xi="0118
  735. \mathchardef\pi="0119
  736. \mathchardef\rho="011A
  737. \mathchardef\sigma="011B
  738. \mathchardef\tau="011C
  739. \mathchardef\upsilon="011D
  740. \mathchardef\phi="011E
  741. \mathchardef\chi="011F
  742. \mathchardef\psi="0120
  743. \mathchardef\omega="0121
  744. \mathchardef\varepsilon="0122
  745. \mathchardef\vartheta="0123
  746. \mathchardef\varpi="0124
  747. \mathchardef\varrho="0125
  748. \mathchardef\varsigma="0126
  749. \mathchardef\varphi="0127
  750. \mathchardef\Gamma="7000
  751. \mathchardef\Delta="7001
  752. \mathchardef\Theta="7002
  753. \mathchardef\Lambda="7003
  754. \mathchardef\Xi="7004
  755. \mathchardef\Pi="7005
  756. \mathchardef\Sigma="7006
  757. \mathchardef\Upsilon="7007
  758. \mathchardef\Phi="7008
  759. \mathchardef\Psi="7009
  760. \mathchardef\Omega="700A
  761.  
  762. \mathchardef\aleph="0240
  763. \def\hbar{{\mathchar'26\mkern-9muh}}
  764. \mathchardef\imath="017B
  765. \mathchardef\jmath="017C
  766. \mathchardef\ell="0160
  767. \mathchardef\wp="017D
  768. \mathchardef\Re="023C
  769. \mathchardef\Im="023D
  770. \mathchardef\partial="0140
  771. \mathchardef\infty="0231
  772. \mathchardef\prime="0230
  773. \mathchardef\emptyset="023B
  774. \mathchardef\nabla="0272
  775. \def\surd{{\mathchar"1270}}
  776. \mathchardef\top="023E
  777. \mathchardef\bot="023F
  778. \def\angle{{\vbox{\ialign{$\m@th\scriptstyle##$\crcr
  779.       \not\mathrel{\mkern14mu}\crcr
  780.       \noalign{\nointerlineskip}
  781.       \mkern2.5mu\leaders\hrule height.34pt\hfill\mkern2.5mu\crcr}}}}
  782. \mathchardef\triangle="0234
  783. \mathchardef\forall="0238
  784. \mathchardef\exists="0239
  785. \mathchardef\neg="023A \let\lnot=\neg
  786. \mathchardef\flat="015B
  787. \mathchardef\natural="015C
  788. \mathchardef\sharp="015D
  789. \mathchardef\clubsuit="027C
  790. \mathchardef\diamondsuit="027D
  791. \mathchardef\heartsuit="027E
  792. \mathchardef\spadesuit="027F
  793.  
  794. \mathchardef\coprod="1360
  795. \mathchardef\bigvee="1357
  796. \mathchardef\bigwedge="1356
  797. \mathchardef\biguplus="1355
  798. \mathchardef\bigcap="1354
  799. \mathchardef\bigcup="1353
  800. \mathchardef\intop="1352 \def\int{\intop\nolimits}
  801. \mathchardef\prod="1351
  802. \mathchardef\sum="1350
  803. \mathchardef\bigotimes="134E
  804. \mathchardef\bigoplus="134C
  805. \mathchardef\bigodot="134A
  806. \mathchardef\ointop="1348 \def\oint{\ointop\nolimits}
  807. \mathchardef\bigsqcup="1346
  808. \mathchardef\smallint="1273
  809.  
  810. \mathchardef\triangleleft="212F
  811. \mathchardef\triangleright="212E
  812. \mathchardef\bigtriangleup="2234
  813. \mathchardef\bigtriangledown="2235
  814. \mathchardef\wedge="225E \let\land=\wedge
  815. \mathchardef\vee="225F \let\lor=\vee
  816. \mathchardef\cap="225C
  817. \mathchardef\cup="225B
  818. \mathchardef\ddagger="227A
  819. \mathchardef\dagger="2279
  820. \mathchardef\sqcap="2275
  821. \mathchardef\sqcup="2274
  822. \mathchardef\uplus="225D
  823. \mathchardef\amalg="2271
  824. \mathchardef\diamond="2205
  825. \mathchardef\bullet="220F
  826. \mathchardef\wr="226F
  827. \mathchardef\div="2204
  828. \mathchardef\odot="220C
  829. \mathchardef\oslash="220B
  830. \mathchardef\otimes="220A
  831. \mathchardef\ominus="2209
  832. \mathchardef\oplus="2208
  833. \mathchardef\mp="2207
  834. \mathchardef\pm="2206
  835. \mathchardef\circ="220E
  836. \mathchardef\bigcirc="220D
  837. \mathchardef\setminus="226E % for set difference A\setminus B
  838. \mathchardef\cdot="2201
  839. \mathchardef\ast="2203
  840. \mathchardef\times="2202
  841. \mathchardef\star="213F
  842.  
  843. \mathchardef\propto="322F
  844. \mathchardef\sqsubseteq="3276
  845. \mathchardef\sqsupseteq="3277
  846. \mathchardef\parallel="326B
  847. \mathchardef\mid="326A
  848. \mathchardef\dashv="3261
  849. \mathchardef\vdash="3260
  850. \mathchardef\nearrow="3225
  851. \mathchardef\searrow="3226
  852. \mathchardef\nwarrow="322D
  853. \mathchardef\swarrow="322E
  854. \mathchardef\Leftrightarrow="322C
  855. \mathchardef\Leftarrow="3228
  856. \mathchardef\Rightarrow="3229
  857. \def\neq{\not=} \let\ne=\neq
  858. \mathchardef\leq="3214 \let\le=\leq
  859. \mathchardef\geq="3215 \let\ge=\geq
  860. \mathchardef\succ="321F
  861. \mathchardef\prec="321E
  862. \mathchardef\approx="3219
  863. \mathchardef\succeq="3217
  864. \mathchardef\preceq="3216
  865. \mathchardef\supset="321B
  866. \mathchardef\subset="321A
  867. \mathchardef\supseteq="3213
  868. \mathchardef\subseteq="3212
  869. \mathchardef\in="3232
  870. \mathchardef\ni="3233 \let\owns=\ni
  871. \mathchardef\gg="321D
  872. \mathchardef\ll="321C
  873. \mathchardef\not="3236
  874. \mathchardef\leftrightarrow="3224
  875. \mathchardef\leftarrow="3220 \let\gets=\leftarrow
  876. \mathchardef\rightarrow="3221 \let\to=\rightarrow
  877. \mathchardef\mapstochar="3237 \def\mapsto{\mapstochar\rightarrow}
  878. \mathchardef\sim="3218
  879. \mathchardef\simeq="3227
  880. \mathchardef\perp="323F
  881. \mathchardef\equiv="3211
  882. \mathchardef\asymp="3210
  883. \mathchardef\smile="315E
  884. \mathchardef\frown="315F
  885. \mathchardef\leftharpoonup="3128
  886. \mathchardef\leftharpoondown="3129
  887. \mathchardef\rightharpoonup="312A
  888. \mathchardef\rightharpoondown="312B
  889.  
  890. \def\joinrel{\mathrel{\mkern-3mu}}
  891. \def\relbar{\mathrel{\smash-}} % \smash, because - has the same height as +
  892. \def\Relbar{\mathrel=}
  893. \mathchardef\lhook="312C \def\hookrightarrow{\lhook\joinrel\rightarrow}
  894. \mathchardef\rhook="312D \def\hookleftarrow{\leftarrow\joinrel\rhook}
  895. \def\bowtie{\mathrel\triangleright\joinrel\mathrel\triangleleft}
  896. \def\models{\mathrel|\joinrel=}
  897. \def\Longrightarrow{\Relbar\joinrel\Rightarrow}
  898. \def\longrightarrow{\relbar\joinrel\rightarrow}
  899. \def\longleftarrow{\leftarrow\joinrel\relbar}
  900. \def\Longleftarrow{\Leftarrow\joinrel\Relbar}
  901. \def\longmapsto{\mapstochar\longrightarrow}
  902. \def\longleftrightarrow{\leftarrow\joinrel\rightarrow}
  903. \def\Longleftrightarrow{\Leftarrow\joinrel\Rightarrow}
  904. \def\iff{\;\Longleftrightarrow\;}
  905.  
  906. \mathchardef\ldotp="613A % ldot as a punctuation mark
  907. \mathchardef\cdotp="6201 % cdot as a punctuation mark
  908. \mathchardef\colon="603A % colon as a punctuation mark
  909. \def\ldots{\mathinner{\ldotp\ldotp\ldotp}}
  910. \def\cdots{\mathinner{\cdotp\cdotp\cdotp}}
  911. \def\vdots{\vbox{\baselineskip4\p@ \lineskiplimit\z@
  912.     \kern6\p@\hbox{.}\hbox{.}\hbox{.}}}
  913. \def\ddots{\mathinner{\mkern1mu\raise7\p@\vbox{\kern7\p@\hbox{.}}\mkern2mu
  914.     \raise4\p@\hbox{.}\mkern2mu\raise\p@\hbox{.}\mkern1mu}}
  915.  
  916. \def\acute{\mathaccent"7013 }
  917. \def\grave{\mathaccent"7012 }
  918. \def\ddot{\mathaccent"707F }
  919. \def\tilde{\mathaccent"707E }
  920. \def\bar{\mathaccent"7016 }
  921. \def\breve{\mathaccent"7015 }
  922. \def\check{\mathaccent"7014 }
  923. \def\hat{\mathaccent"705E }
  924. \def\vec{\mathaccent"017E }
  925. \def\dot{\mathaccent"705F }
  926. \def\widetilde{\mathaccent"0365 }
  927. \def\widehat{\mathaccent"0362 }
  928. \def\overrightarrow#1{\vbox{\ialign{##\crcr
  929.       \rightarrowfill\crcr\noalign{\kern-\p@\nointerlineskip}
  930.       $\hfil\displaystyle{#1}\hfil$\crcr}}}
  931. \def\overleftarrow#1{\vbox{\ialign{##\crcr
  932.       \leftarrowfill\crcr\noalign{\kern-\p@\nointerlineskip}
  933.       $\hfil\displaystyle{#1}\hfil$\crcr}}}
  934. \def\overbrace#1{\mathop{\vbox{\ialign{##\crcr\noalign{\kern3\p@}
  935.       \downbracefill\crcr\noalign{\kern3\p@\nointerlineskip}
  936.       $\hfil\displaystyle{#1}\hfil$\crcr}}}\limits}
  937. \def\underbrace#1{\mathop{\vtop{\ialign{##\crcr
  938.       $\hfil\displaystyle{#1}\hfil$\crcr\noalign{\kern3\p@\nointerlineskip}
  939.       \upbracefill\crcr\noalign{\kern3\p@}}}}\limits}
  940. \def\skew#1#2#3{{#2{#3\mkern#1mu}\mkern-#1mu}{}}
  941.  
  942. \def\lmoustache{\delimiter"4000340 } % top from (, bottom from )
  943. \def\rmoustache{\delimiter"5000341 } % top from ), bottom from (
  944. \def\lgroup{\delimiter"400033A } % extensible ( with sharper tips
  945. \def\rgroup{\delimiter"500033B } % extensible ) with sharper tips
  946. \def\arrowvert{\delimiter"33C000 } % arrow without arrowheads
  947. \def\Arrowvert{\delimiter"33D000 } % double arrow without arrowheads
  948. \def\bracevert{\delimiter"33E000 } % the vertical bar that extends braces
  949. \def\Vert{\delimiter"26B30D } \let\|=\Vert
  950. \def\vert{\delimiter"26A30C }
  951. \def\uparrow{\delimiter"3222378 }
  952. \def\downarrow{\delimiter"3223379 }
  953. \def\updownarrow{\delimiter"326C33F }
  954. \def\Uparrow{\delimiter"322A37E }
  955. \def\Downarrow{\delimiter"322B37F }
  956. \def\Updownarrow{\delimiter"326D377 }
  957. \def\backslash{\delimiter"26E30F } % for double coset G\backslash H
  958. \def\rangle{\delimiter"526930B }
  959. \def\langle{\delimiter"426830A }
  960. \def\rbrace{\delimiter"5267309 } \let\}=\rbrace
  961. \def\lbrace{\delimiter"4266308 } \let\{=\lbrace
  962. \def\rceil{\delimiter"5265307 }
  963. \def\lceil{\delimiter"4264306 }
  964. \def\rfloor{\delimiter"5263305 }
  965. \def\lfloor{\delimiter"4262304 }
  966.  
  967. \def\bigl{\mathopen\big}
  968. \def\bigm{\mathrel\big}
  969. \def\bigr{\mathclose\big}
  970. \def\Bigl{\mathopen\Big}
  971. \def\Bigm{\mathrel\Big}
  972. \def\Bigr{\mathclose\Big}
  973. \def\biggl{\mathopen\bigg}
  974. \def\biggm{\mathrel\bigg}
  975. \def\biggr{\mathclose\bigg}
  976. \def\Biggl{\mathopen\Bigg}
  977. \def\Biggm{\mathrel\Bigg}
  978. \def\Biggr{\mathclose\Bigg}
  979. \def\big#1{{\hbox{$\left#1\vbox to8.5\p@{}\right.\n@space$}}}
  980. \def\Big#1{{\hbox{$\left#1\vbox to11.5\p@{}\right.\n@space$}}}
  981. \def\bigg#1{{\hbox{$\left#1\vbox to14.5\p@{}\right.\n@space$}}}
  982. \def\Bigg#1{{\hbox{$\left#1\vbox to17.5\p@{}\right.\n@space$}}}
  983. \def\n@space{\nulldelimiterspace\z@ \m@th}
  984.  
  985. \def\choose{\atopwithdelims()}
  986. \def\brack{\atopwithdelims[]}
  987. \def\brace{\atopwithdelims\{\}}
  988.  
  989. \def\sqrt{\radical"270370 }
  990.  
  991. \def\mathpalette#1#2{\mathchoice{#1\displaystyle{#2}}%
  992.   {#1\textstyle{#2}}{#1\scriptstyle{#2}}{#1\scriptscriptstyle{#2}}}
  993. \newbox\rootbox
  994. \def\root#1\of{\setbox\rootbox\hbox{$\m@th\scriptscriptstyle{#1}$}
  995.   \mathpalette\r@@t}
  996. \def\r@@t#1#2{\setbox\z@\hbox{$\m@th#1\sqrt{#2}$}
  997.   \dimen@\ht\z@ \advance\dimen@-\dp\z@
  998.   \mkern5mu\raise.6\dimen@\copy\rootbox \mkern-10mu \box\z@}
  999. \newif\ifv@ \newif\ifh@
  1000. \def\vphantom{\v@true\h@false\ph@nt}
  1001. \def\hphantom{\v@false\h@true\ph@nt}
  1002. \def\phantom{\v@true\h@true\ph@nt}
  1003. \def\ph@nt{\ifmmode\def\next{\mathpalette\mathph@nt}%
  1004.   \else\let\next\makeph@nt\fi\next}
  1005. \def\makeph@nt#1{\setbox\z@\hbox{#1}\finph@nt}
  1006. \def\mathph@nt#1#2{\setbox\z@\hbox{$\m@th#1{#2}$}\finph@nt}
  1007. \def\finph@nt{\setbox\tw@\null
  1008.   \ifv@ \ht\tw@\ht\z@ \dp\tw@\dp\z@\fi
  1009.   \ifh@ \wd\tw@\wd\z@\fi \box\tw@}
  1010. \def\mathstrut{\vphantom(}
  1011. \def\smash{\relax % \relax, in case this comes first in \halign
  1012.   \ifmmode\def\next{\mathpalette\mathsm@sh}\else\let\next\makesm@sh
  1013.   \fi\next}
  1014. \def\makesm@sh#1{\setbox\z@\hbox{#1}\finsm@sh}
  1015. \def\mathsm@sh#1#2{\setbox\z@\hbox{$\m@th#1{#2}$}\finsm@sh}
  1016. \def\finsm@sh{\ht\z@\z@ \dp\z@\z@ \box\z@}
  1017.  
  1018. \def\cong{\mathrel{\mathpalette\@vereq\sim}} % congruence sign
  1019. \def\@vereq#1#2{\lower.5\p@\vbox{\baselineskip\z@skip\lineskip-.5\p@
  1020.     \ialign{$\m@th#1\hfil##\hfil$\crcr#2\crcr=\crcr}}}
  1021. \def\notin{\mathrel{\mathpalette\c@ncel\in}}
  1022. \def\c@ncel#1#2{\ooalign{$\hfil#1\mkern1mu/\hfil$\crcr$#1#2$}}
  1023. \def\rightleftharpoons{\mathrel{\mathpalette\rlh@{}}}
  1024. \def\rlh@#1{\vcenter{\hbox{\ooalign{\raise2pt
  1025.           \hbox{$#1\rightharpoonup$}\crcr
  1026.         $#1\leftharpoondown$}}}}
  1027. \def\buildrel#1\over#2{\mathrel{\mathop{\kern\z@#2}\limits^{#1}}}
  1028. \def\doteq{\buildrel\textstyle.\over=}
  1029.  
  1030. \def\log{\mathop{\rm log}\nolimits}
  1031. \def\lg{\mathop{\rm lg}\nolimits}
  1032. \def\ln{\mathop{\rm ln}\nolimits}
  1033. \def\lim{\mathop{\rm lim}}
  1034. \def\limsup{\mathop{\rm lim\,sup}}
  1035. \def\liminf{\mathop{\rm lim\,inf}}
  1036. \def\sin{\mathop{\rm sin}\nolimits}
  1037. \def\arcsin{\mathop{\rm arcsin}\nolimits}
  1038. \def\sinh{\mathop{\rm sinh}\nolimits}
  1039. \def\cos{\mathop{\rm cos}\nolimits}
  1040. \def\arccos{\mathop{\rm arccos}\nolimits}
  1041. \def\cosh{\mathop{\rm cosh}\nolimits}
  1042. \def\tan{\mathop{\rm tan}\nolimits}
  1043. \def\arctan{\mathop{\rm arctan}\nolimits}
  1044. \def\tanh{\mathop{\rm tanh}\nolimits}
  1045. \def\cot{\mathop{\rm cot}\nolimits}
  1046. \def\coth{\mathop{\rm coth}\nolimits}
  1047. \def\sec{\mathop{\rm sec}\nolimits}
  1048. \def\csc{\mathop{\rm csc}\nolimits}
  1049. \def\max{\mathop{\rm max}}
  1050. \def\min{\mathop{\rm min}}
  1051. \def\sup{\mathop{\rm sup}}
  1052. \def\inf{\mathop{\rm inf}}
  1053. \def\arg{\mathop{\rm arg}\nolimits}
  1054. \def\ker{\mathop{\rm ker}\nolimits}
  1055. \def\dim{\mathop{\rm dim}\nolimits}
  1056. \def\hom{\mathop{\rm hom}\nolimits}
  1057. \def\det{\mathop{\rm det}}
  1058. \def\exp{\mathop{\rm exp}\nolimits}
  1059. \def\Pr{\mathop{\rm Pr}}
  1060. \def\gcd{\mathop{\rm gcd}}
  1061. \def\deg{\mathop{\rm deg}\nolimits}
  1062.  
  1063. \def\bmod{\mskip-\medmuskip\mkern5mu
  1064.   \mathbin{\rm mod}\penalty900\mkern5mu\mskip-\medmuskip}
  1065. \def\pmod#1{\allowbreak\mkern18mu({\rm mod}\,\,#1)}
  1066.  
  1067. \def\cases#1{\left\{\,\vcenter{\normalbaselines\m@th
  1068.     \ialign{$##\hfil$&\quad##\hfil\crcr#1\crcr}}\right.}
  1069. \def\matrix#1{\null\,\vcenter{\normalbaselines\m@th
  1070.     \ialign{\hfil$##$\hfil&&\quad\hfil$##$\hfil\crcr
  1071.       \mathstrut\crcr\noalign{\kern-\baselineskip}
  1072.       #1\crcr\mathstrut\crcr\noalign{\kern-\baselineskip}}}\,}
  1073. \def\pmatrix#1{\left(\matrix{#1}\right)}
  1074. \newdimen\p@renwd
  1075. \setbox0=\hbox{\tenex B} \p@renwd=\wd0 % width of the big left (
  1076. \def\bordermatrix#1{\begingroup \m@th
  1077.   \setbox\z@\vbox{\def\cr{\crcr\noalign{\kern2\p@\global\let\cr\endline}}%
  1078.     \ialign{$##$\hfil\kern2\p@\kern\p@renwd&\thinspace\hfil$##$\hfil
  1079.       &&\quad\hfil$##$\hfil\crcr
  1080.       \omit\strut\hfil\crcr\noalign{\kern-\baselineskip}%
  1081.       #1\crcr\omit\strut\cr}}%
  1082.   \setbox\tw@\vbox{\unvcopy\z@\global\setbox\@ne\lastbox}%
  1083.   \setbox\tw@\hbox{\unhbox\@ne\unskip\global\setbox\@ne\lastbox}%
  1084.   \setbox\tw@\hbox{$\kern\wd\@ne\kern-\p@renwd\left(\kern-\wd\@ne
  1085.     \global\setbox\@ne\vbox{\box\@ne\kern2\p@}%
  1086.     \vcenter{\kern-\ht\@ne\unvbox\z@\kern-\baselineskip}\,\right)$}%
  1087.   \null\;\vbox{\kern\ht\@ne\box\tw@}\endgroup}
  1088.  
  1089. \def\openup{\afterassignment\@penup\dimen@=}
  1090. \def\@penup{\advance\lineskip\dimen@
  1091.   \advance\baselineskip\dimen@
  1092.   \advance\lineskiplimit\dimen@}
  1093. \def\eqalign#1{\null\,\vcenter{\openup\jot\m@th
  1094.   \ialign{\strut\hfil$\displaystyle{##}$&$\displaystyle{{}##}$\hfil
  1095.       \crcr#1\crcr}}\,}
  1096. \newif\ifdt@p
  1097. \def\displ@y{\global\dt@ptrue\openup\jot\m@th
  1098.   \everycr{\noalign{\ifdt@p \global\dt@pfalse
  1099.       \vskip-\lineskiplimit \vskip\normallineskiplimit
  1100.       \else \penalty\interdisplaylinepenalty \fi}}}
  1101. \def\@lign{\tabskip\z@skip\everycr{}} % restore inside \displ@y
  1102. \def\displaylines#1{\displ@y
  1103.   \halign{\hbox to\displaywidth{$\@lign\hfil\displaystyle##\hfil$}\crcr
  1104.     #1\crcr}}
  1105. \def\eqalignno#1{\displ@y \tabskip\centering
  1106.   \halign to\displaywidth{\hfil$\@lign\displaystyle{##}$\tabskip\z@skip
  1107.     &$\@lign\displaystyle{{}##}$\hfil\tabskip\centering
  1108.     &\llap{$\@lign##$}\tabskip\z@skip\crcr
  1109.     #1\crcr}}
  1110. \def\leqalignno#1{\displ@y \tabskip\centering
  1111.   \halign to\displaywidth{\hfil$\@lign\displaystyle{##}$\tabskip\z@skip
  1112.     &$\@lign\displaystyle{{}##}$\hfil\tabskip\centering
  1113.     &\kern-\displaywidth\rlap{$\@lign##$}\tabskip\displaywidth\crcr
  1114.     #1\crcr}}
  1115. % Definitions related to output
  1116.  
  1117. \message{output routines,}
  1118.  
  1119. \countdef\pageno=0 \pageno=1 % first page is number 1
  1120. \newtoks\headline \headline={\hfil} % headline is normally blank
  1121. \newtoks\footline \footline={\hss\tenrm\folio\hss}
  1122.   % footline is normally a centered page number in font \tenrm
  1123. \newif\ifr@ggedbottom
  1124. \def\raggedbottom{\topskip 10\p@ plus60\p@ \r@ggedbottomtrue}
  1125. \def\normalbottom{\topskip 10\p@ \r@ggedbottomfalse} % undoes \raggedbottom
  1126. \def\folio{\ifnum\pageno<\z@ \romannumeral-\pageno \else\number\pageno \fi}
  1127. \def\nopagenumbers{\footline{\hfil}} % blank out the footline
  1128. \def\advancepageno{\ifnum\pageno<\z@ \global\advance\pageno\m@ne
  1129.   \else\global\advance\pageno\@ne \fi} % increase |pageno|
  1130.  
  1131. \newinsert\footins
  1132. \def\footnote#1{\let\@sf\empty % parameter #2 (the text) is read later
  1133.   \ifhmode\edef\@sf{\spacefactor\the\spacefactor}\/\fi
  1134.   #1\@sf\vfootnote{#1}}
  1135. \def\vfootnote#1{\insert\footins\bgroup
  1136.   \interlinepenalty\interfootnotelinepenalty
  1137.   \splittopskip\ht\strutbox % top baseline for broken footnotes
  1138.   \splitmaxdepth\dp\strutbox \floatingpenalty\@MM
  1139.   \leftskip\z@skip \rightskip\z@skip \spaceskip\z@skip \xspaceskip\z@skip
  1140.   \textindent{#1}\footstrut\futurelet\next\fo@t}
  1141. \def\fo@t{\ifcat\bgroup\noexpand\next \let\next\f@@t
  1142.   \else\let\next\f@t\fi \next}
  1143. \def\f@@t{\bgroup\aftergroup\@foot\let\next}
  1144. \def\f@t#1{#1\@foot}
  1145. \def\@foot{\strut\egroup}
  1146. \def\footstrut{\vbox to\splittopskip{}}
  1147. \skip\footins=\bigskipamount % space added when footnote is present
  1148. \count\footins=1000 % footnote magnification factor (1 to 1)
  1149. \dimen\footins=8in % maximum footnotes per page
  1150.  
  1151. \newinsert\topins
  1152. \newif\ifp@ge \newif\if@mid
  1153. \def\topinsert{\@midfalse\p@gefalse\@ins}
  1154. \def\midinsert{\@midtrue\@ins}
  1155. \def\pageinsert{\@midfalse\p@getrue\@ins}
  1156. \skip\topins=\z@skip % no space added when a topinsert is present
  1157. \count\topins=1000 % magnification factor (1 to 1)
  1158. \dimen\topins=\maxdimen % no limit per page
  1159. \def\@ins{\par\begingroup\setbox\z@\vbox\bgroup} % start a \vbox
  1160. \def\endinsert{\egroup % finish the \vbox
  1161.   \if@mid \dimen@\ht\z@ \advance\dimen@\dp\z@
  1162.     \advance\dimen@12\p@ \advance\dimen@\pagetotal
  1163.     \ifdim\dimen@>\pagegoal\@midfalse\p@gefalse\fi\fi
  1164.   \if@mid \bigskip\box\z@\bigbreak
  1165.   \else\insert\topins{\penalty100 % floating insertion
  1166.     \splittopskip\z@skip
  1167.     \splitmaxdepth\maxdimen \floatingpenalty\z@
  1168.     \ifp@ge \dimen@\dp\z@
  1169.     \vbox to\vsize{\unvbox\z@\kern-\dimen@}% depth is zero
  1170.     \else \box\z@\nobreak\bigskip\fi}\fi\endgroup}
  1171.  
  1172. \output{\plainoutput}
  1173. \def\plainoutput{\shipout\vbox{\makeheadline\pagebody\makefootline}%
  1174.   \advancepageno
  1175.   \ifnum\outputpenalty>-\@MM \else\dosupereject\fi}
  1176. \def\pagebody{\vbox to\vsize{\boxmaxdepth\maxdepth \pagecontents}}
  1177. \def\makeheadline{\vbox to\z@{\vskip-22.5\p@
  1178.   \line{\vbox to8.5\p@{}\the\headline}\vss}\nointerlineskip}
  1179. \def\makefootline{\baselineskip24\p@\line{\the\footline}}
  1180. \def\dosupereject{\ifnum\insertpenalties>\z@ % something is being held over
  1181.   \line{}\kern-\topskip\nobreak\vfill\supereject\fi}
  1182.  
  1183. \def\pagecontents{\ifvoid\topins\else\unvbox\topins\fi
  1184.   \dimen@=\dp\@cclv \unvbox\@cclv % open up \box255
  1185.   \ifvoid\footins\else % footnote info is present
  1186.     \vskip\skip\footins
  1187.     \footnoterule
  1188.     \unvbox\footins\fi
  1189.   \ifr@ggedbottom \kern-\dimen@ \vfil \fi}
  1190. \def\footnoterule{\kern-3\p@
  1191.   \hrule width 2truein \kern 2.6\p@} % the \hrule is .4pt high
  1192. % Hyphenation, miscellaneous macros, and initial values for standard layout
  1193. \message{hyphenation}
  1194.  
  1195. \input hyphen
  1196.  
  1197. \def\magnification{\afterassignment\m@g\count@}
  1198. \def\m@g{\mag\count@
  1199.   \hsize6.5truein\vsize8.9truein\dimen\footins8truein}
  1200.  
  1201. \def\tracingall{\tracingonline\@ne\tracingcommands\tw@\tracingstats\tw@
  1202.   \tracingpages\@ne\tracingoutput\@ne\tracinglostchars\@ne
  1203.   \tracingmacros\tw@\tracingparagraphs\@ne\tracingrestores\@ne
  1204.   \showboxbreadth\maxdimen\showboxdepth\maxdimen\errorstopmode}
  1205.  
  1206. \def\showhyphens#1{\setbox0\vbox{\parfillskip\z@skip\hsize\maxdimen\tenrm
  1207.   \pretolerance\m@ne\tolerance\m@ne\hbadness0\showboxdepth0\ #1}}
  1208.  
  1209. \normalbaselines\rm % select roman font
  1210. \nonfrenchspacing % punctuation affects the spacing
  1211. \catcode`@=12 % at signs are no longer letters
  1212.  
  1213. \def\fmtname{plain}\def\fmtversion{2.94} % identifies the current format
  1214.