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
|
% pdcimth.tex 1.4 1995/03/30 - maths letters in text italic
\message{1.4 1995/03/30}
\begingroup
\count0="7400 \count1=\count0
\advance\count0 by`A \advance\count1 by`a
\count2=`A \count3=`a \count4=26
\loop\ifnum\count4>0
\advance\count4 by-1
\global\mathcode\count2=\count0
\global\mathcode\count3=\count1
\advance\count0 by1 \advance\count1 by1
\advance\count2 by1 \advance\count3 by1
\repeat
\endgroup
\endinput
%%%@TeX-definition-file {
%%% filename = "$texmf/tex/plain/pdcmac/pdcimth.tex",
%%% version = "1.4",
%%% date = "1995/03/30",
%%% package = "pdcmac 1.0",
%%% author = "P. Damian Cugley",
%%% email = "damian.cugley@comlab.ox.ac.uk",
%%% address = "Oxford University Computing Laboratory,
%%% Parks Road, Oxford OX1 3QD, UK",
%%% codetable = "USASCII",
%%% keywords = "TeX, plain TeX, macros",
%%% supported = "Maybe",
%%% abstract = "A definition file for TeX, which redefines
%%% mathcodes to use letters from the
%%% text italic font instead of math italic.
%%% This file was generated by running
%%% plain TeX on pdcmisc.dtx",
%%% copyright = "Copyright (c) 1991, 1995 P. Damian Cugley",
%%% copying = "DO NOT DISTRIBUTE THIS FILE.
%%% Distribute pdcmisc.dtx only as part of the
%%% package it came in.",
%%% dependencies = "",
%%% }
|