-
Notifications
You must be signed in to change notification settings - Fork 2
/
chart-baudot
212 lines (164 loc) · 2.32 KB
/
chart-baudot
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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
.PS
.ps 8.5
linethick = 0
boxht = 1/6
boxwid = 0.5
movewid = 0.15
moveht = 1/12
.ft C
down
One:
box invis "\*0\*0\*0 \*0\*0"
box invis "\*1\*0\*0 \*0\*0"
box invis "\*1\*1\*0 \*0\*0"
box invis "\*0\*1\*0 \*0\*0"
box invis "\*0\*1\*1 \*0\*0"
box invis "\*1\*1\*1 \*0\*0"
box invis "\*1\*0\*1 \*0\*0"
box invis "\*0\*0\*1 \*0\*0"
move
box invis "\*0\*0\*1 \*1\*0"
box invis "\*1\*0\*1 \*1\*0"
box invis "\*1\*1\*1 \*1\*0"
box invis "\*0\*1\*1 \*1\*0"
box invis "\*0\*1\*0 \*1\*0"
box invis "\*1\*1\*0 \*1\*0"
box invis "\*1\*0\*0 \*1\*0"
box invis "\*0\*0\*0 \*1\*0"
.ft
move to One.ne
move right
boxwid = (3 - (0.5 * 2) - (3 * movewid)) / 4
move right boxwid/2
down
Onelet:
box invis
box "A"
box "\('E"
box "E"
box "I"
box "O"
box "U"
box "Y"
move
box "B"
box "C"
box "D"
box "F"
box "G"
box "H"
box "J"
move right boxwid/2
down
box width boxwid*2 "figure space"
move to Onelet.n
move right boxwid
down
Onefig:
box invis
up
box invis
down
move left boxwid/2
down
box width boxwid*2 "unused"
move right boxwid/2
down
box "1"
box "&"
box "2"
box "\(de"
box "5"
box "4"
box "3"
move
box "8"
box "9"
box "0"
box "\*{f\*}"
box "7"
box "\*{h\*}"
box "6"
move to Onefig.ne
move right
boxwid = 0.5
move right boxwid/2
.ft C
down
Two:
box invis "\*0\*0\*0 \*1\*1"
box invis "\*1\*0\*0 \*1\*1"
box invis "\*1\*1\*0 \*1\*1"
box invis "\*0\*1\*0 \*1\*1"
box invis "\*0\*1\*1 \*1\*1"
box invis "\*1\*1\*1 \*1\*1"
box invis "\*1\*0\*1 \*1\*1"
box invis "\*0\*0\*1 \*1\*1"
move
box invis "\*0\*0\*1 \*0\*1"
box invis "\*1\*0\*1 \*0\*1"
box invis "\*1\*1\*1 \*0\*1"
box invis "\*0\*1\*1 \*0\*1"
box invis "\*0\*1\*0 \*0\*1"
box invis "\*1\*1\*0 \*0\*1"
box invis "\*1\*0\*0 \*0\*1"
box invis "\*0\*0\*0 \*0\*1"
.ft
move to Two.ne
move right
boxwid = (3 - (0.5 * 2) - (3 * movewid)) / 4
move right boxwid/2
down
Twolet:
box "*"
box "K"
box "L"
box "M"
box "N"
box "P"
box "Q"
box "R"
move
box "S"
box "T"
box "V"
box "W"
box "X"
box "Z"
box "\*{t\*}"
move right boxwid/2
down
box width boxwid * 2 "letter space"
move to Twolet.n
move right boxwid
down
Twofig:
box "*"
box "("
box "="
box ")"
box "N\*{o\*}"
box "%"
box "/"
box "\-"
move
box ";"
box "!"
box "'"
box "?"
box ","
box ":"
box "."
move to Onelet.n
up
box invis "let"
move to Onefig.n
up
box invis "fig"
move to Twolet.n
up
box invis "let"
move to Twofig.n
up
box invis "fig"
.PE