summaryrefslogtreecommitdiff
path: root/dviware/vutex/test.tex
blob: 22e78bc52d64db92a62b64c835659ff57b4f3496 (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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
\global\newcount\n \global\newcount\m \global\newcount\i
\nopagenumbers
\rm Roman Font
 
\m=0
\loop\ifnum\m<128
\n=\m
\i=0
{\loop\ifnum\i<8 \char\n\  \advance \n by 1 \advance\i by 1\repeat}
\vskip11pt\advance\m by 8\message{\the\m}\repeat
\vfill\eject
\bf Bold Face Font
 
\m=0
\loop\ifnum\m<128
\n=\m
\i=0
{\loop\ifnum\i<8 \char\n\  \advance \n by 1 \advance\i by 1\repeat}
\vskip11pt\advance\m by 8\message{\the\m}\repeat
\vfill\eject
\sl Slant Font
 
\m=0
\loop\ifnum\m<128
\n=\m
\i=0
{\loop\ifnum\i<8 \char\n\  \advance \n by 1 \advance\i by 1\repeat}
\vskip11pt\advance\m by 8\message{\the\m}\repeat
\vfill\eject
\tt Teletype Font
 
\m=0
\loop\ifnum\m<128
\n=\m
\i=0
{\loop\ifnum\i<8 \char\n\  \advance \n by 1 \advance\i by 1\repeat}
\vskip11pt\advance\m by 8\message{\the\m}\repeat
\vfill\eject
\font\mmi=ammi10 scaled \magstep0\mmi
Math\thinspace Italics\thinspace Font
 
\m=0
\loop\ifnum\m<128
\n=\m
\i=0
{\loop\ifnum\i<8 \char\n\thinspace \advance \n by 1 \advance\i by 1\repeat}
\vskip11pt\advance\m by 8\message{\the\m}\repeat
\vfill\eject
{\rm Symbols Font}
\font\msy=amsy10 scaled \magstep0\msy
 
\m=0
\loop\ifnum\m<128
\n=\m
\i=0
{\loop\ifnum\i<8 \char\n\thinspace\advance \n by 1 \advance\i by 1\repeat}
\vskip11pt\advance\m by 8\message{\the\m}\repeat
\vfill\eject
{\rm Extension Font}
\font\mex=amex10 scaled \magstep0\mex
 
\m=0
\loop\ifnum\m<128
\n=\m
\i=0
{\loop\ifnum\i<8 \char\n\thinspace\advance \n by 1 \advance\i by 1\repeat}
\vskip11pt\advance\m by 8\message{\the\m}\repeat
\bye