File: rtf-spec-mac

package info (click to toggle)
troffcvt 1.04%2Brepack1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 3,416 kB
  • sloc: ansic: 13,110; makefile: 6,847; perl: 1,583; cpp: 333; sh: 215
file content (258 lines) | stat: -rw-r--r-- 4,317 bytes parent folder | download
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
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
# Macintosh character set special characters for troffcvt -> RTF writer

# field	meaning
# -----	-------
# 1	special character name
# 2	rtf string to write for character

# Special character names should match those used in the action
# file used with troffcvt to generate the input to the RTF writer.

# If the name is followed by "/F" then font F will be used to write
# the character.

# If string is explicitly empty ("") nothing will be written.  If
# a special character definition is missing completely
# the character name itself will be written in the form "[[name]]".
# (This is also true if the definition is missing for a particular
# character set and output is being written for that set.)  This
# way the character won't be dropped if you forget to define it here.

# backslashes should be doubled if you want them to appear in the
# output.  Don't forget to quote if you want to include whitespace.
# Don't forget a trailing space if a control word needs one.

backslash		\\\\
at			@

# these could be written portably as \lquote, \rquote, \ldblquote,
# \rdblquote if certain readers (e.g., WordPerfect) understood those.

quoteleft		"\\'d4"
quoteright		"\\'d5"
quotedblleft		"\\'d2"
quotedblright		"\\'d3"

zerospace		""

sixthspace		""
twelfthspace		""
# not really correct
digitspace		" "
hardspace		\\~
# backspace
emdash			"\\'d1"
minus			"\\'d0"

# don't really know what to do with these yet...
fieldbegin		""
fieldend		"\\tab "
fieldpad		""

leader			"\\tab "
tab			"\\tab "

# want this to disappear
opthyphen		""

bullet			"\\'a5"
# square
# ru
# onequarter
# onehalf
# threequarters
fi		fi
fl		fl
ff		ff
ffi		ffi
ffl		ffl
degree			"\\'a1"
dagger			"\\'a0"
# minute
cent			"\\'a2"
registered		"\\'a8"
copyright		"\\'a9"
plusmath		+
minusmath		-
equalmath		=
asteriskmath		*
section			"\\'a4"
acute		\'
grave		\`
ul		_
slash			/
# radical
# radicalex
greaterequal		"\\'b3"
lessequal		"\\'b2"
equivalence/S	"\\'ba"
# approxequal
# similar
notequal		"\\'ad"
arrowright/S		"\\'ae"
arrowleft/S		"\\'ac"
arrowup/S		"\\'ad"
arrowdown/S		"\\'af"
multiply/S		"\\'b4"
divide/S		"\\'b8"
plusminus		"\\'b1"
# union
# intersection
# propersubset
# propersuperset
# reflexsubset
# reflexsuperset
# infinity
# partialdiff
# gradient
# logicalnot
# integral
# proportional
# emptyset
# element
# br
daggerdbl		"\\'e0"
# handright
# handleft
# bell
# bar
# circle
# bracelefttp
# braceleftbt
# bracerighttp
# bracerightbt
# braceleftmid
# bracerightmid
# bv
# bracketleftbt
# bracketrightbt
# bracketlefttp
# bracketrighttp
O-slash			"\\'af"
o-slash			"\\'bf"
adieresis		"\\'8a"
edieresis		"\\'91"
idieresis		"\\'95"
odieresis		"\\'9a"
udieresis		"\\'9f"
ydieresis		"\\'d8"
Adieresis		"\\'80"
Edieresis		"\\'e8"
Idieresis		"\\'ec"
Odieresis		"\\'85"
Udieresis		"\\'86"
Ydieresis		"\\'d9"
aacute			"\\'87"
eacute			"\\'8e"
iacute			"\\'92"
oacute			"\\'97"
uacute			"\\'9c"
yacute			"\\'08"
Aacute			"\\'e7"
Eacute			"\\'83"
Iacute			"\\'ea"
Oacute			"\\'ee"
Uacute			"\\'f2"
Yacute			"\\'07"
agrave			"\\'88"
egrave			"\\'8f"
igrave			"\\'93"
ograve			"\\'98"
ugrave			"\\'9d"
Agrave			"\\'cb"
Egrave			"\\'e9"
Igrave			"\\'ed"
Ograve			"\\'f1"
Ugrave			"\\'f4"
acircumflex		"\\'89"
ecircumflex		"\\'90"
icircumflex		"\\'94"
ocircumflex		"\\'99"
ucircumflex		"\\'9e"
Acircumflex		"\\'e5"
Ecircumflex		"\\'e6"
Icircumflex		"\\'eb"
Ocircumflex		"\\'ef"
Ucircumflex		"\\'f3"
ntilde			"\\'96"

alpha/S			a
beta/S			b
gamma/S			g
delta/S			d
epsilon/S		e
zeta/S			z
eta/S			y
theta/S			h
iota/S			i
kappa/S			k
lambda/S		l
mu/S			m
nu/S			n
xi/S			c
omicron/S		o
pi/S			p
rho/S			r
sigma/S			s
sigma1/S		V
tau/S			t
upsilon/S		u
phi/S			f
chi/S			x
psi/S			q
omega/S			w
Alpha/S			A
Beta/S			B
Gamma/S			G
Delta/S			D
Epsilon/S		E
Zeta/S			Z
Eta/S			Y
Theta/S			H
Iota/S			I
Kappa/S			K
Lambda/S		L
Mu/S			M
Nu/S			N
Xi/S			C
Omicron/S		O
Pi/S			P
Rho/S			R
Sigma/S			S
Tau/S			T
Upsilon/S		U
Phi/S			F
Chi/S			X
Psi/S			Q
Omega/S			W

AE			AE
ae			ae
angleleft		<
angleright		>
arrowboth		<->
arrowdblboth		<=>
arrowdblleft		<=
arrowdblright		=>
arrowhorizex		--
asciicircum		^
asciitilde		~
bar			|
br			|
bv			|
braceleft		{
braceright		}
bracketleft		[
bracketright		]
circumflex		^
dollar			$
endash			-
hyphen			-
minute			'
numbersign		#
oe			oe
quotesingle		'
ru			_
second			''
tilde			~
trademark		(tm)