1# Create latex files using Windows Latin1 characters
2
3# If you add an entry to this file, you must also add an entry
4# to the file 'standard-names' in the source directory.  Then
5# you need to do the following
6#    rename this file to 'latex-encoding'
7#    make parser      --- re-create stdcharnames.h
8#    make             --- recompile rtf2latex2e
9#    make install     --- copy this file to correct location
10# While testing, you can omit the make install step by using
11# the -P option to explicitly specify the location of this file
12
13# The '%' is NOT a COMMENT sign, it indicates that rtf2latex2e should insert the
14# following string into the preamble of the generated LaTeX file
15
16# Use of this file requires the inputenc package with the cp1252 option.
17# This is a more comprehensive set of characters than just the latin1 option
18%\usepackage[cp1252]{inputenc}
19
20# Some symbols are not available in the default OT1 encoding
21%\usepackage[T1]{fontenc}
22
23# Access to \textcopyright, \textregistered and \texttrademark
24%\usepackage{textcomp}
25
26# Field 1 is the standard character name.  Field 2 is the output sequence
27# to produce for that character.  The output sequence is simply a string of
28# characters.  If it contains whitespace, it must be quoted.  If it contains
29# quotes, it must be quoted with a different quote character.
30
31# characters in ASCII range (32-127)
32
33space		" "
34exclam		!
35quotedbl	{\tt\char`\"}
36numbersign	\#
37dollar		\$
38percent		\%
39ampersand	\&
40quoteright	"'"
41parenleft	(
42parenright	)
43asterisk	*
44plus		+
45comma		,
46hyphen		-
47period		.
48slash		/
49zero		0
50one		1
51two		2
52three		3
53four		4
54five		5
55six		6
56seven		7
57eight		8
58nine		9
59colon		:
60semicolon	;
61less		\texttt{<}
62equal		=
63greater		\texttt{>}
64question	?
65at		@
66A		A
67B		B
68C		C
69D		D
70E		E
71F		F
72G		G
73H		H
74I		I
75J		J
76K		K
77L		L
78M		M
79N		N
80O		O
81P		P
82Q		Q
83R		R
84S		S
85T		T
86U		U
87V		V
88W		W
89X		X
90Y		Y
91Z		Z
92bracketleft	[
93backslash	{\textbackslash}
94bracketright	]
95asciicircum	{\textasciicircum}
96underscore	\_
97quoteleft	"`"
98a		a
99b		b
100c		c
101d		d
102e		e
103f		f
104g		g
105h		h
106i		i
107j		j
108k		k
109l		l
110m		m
111n		n
112o		o
113p		p
114q		q
115r		r
116s		s
117t		t
118u		u
119v		v
120w		w
121x		x
122y		y
123z		z
124braceleft	\{
125bar		{\textbar}
126braceright	\}
127asciitilde	{\textasciitilde}
128
129# non-ASCII
130
131AE					�					# \AE
132Aacute				�					# "\'{A}"
133Abreve	\u{A}
134Acircumflex			�					# \^{A}
135Adiaeresis			�					# '\"{A}'
136Agrave				�					# "\`{A}"
137Aogonek	\k{A}
138Aring				�					# \AA
139Atilde				�					# \~{A}
140aacute				�					# "\'{a}"
141abreve	\u{a}
142acircumflex			�					# \^{a}
143acute		"'"
144acutedbl	\H{}
145adiaeresis			�					# '\"{a}'
146ae					�					# {\ae}
147agrave				�					# "\`{a}"
148aleph	\ensuremath{\aleph}
149angle		\ensuremath{\angle}
150angleleft	\ensuremath{\langle}
151angleright	\ensuremath{\rangle}
152aogonek		\k{a}
153apple		{\textapplelogo}
154approxequal	\ensuremath{\approx}
155aring				�					# {\aa}
156arrowboth	\ensuremath{\leftrightarrow}
157arrowdown	\ensuremath{\downarrow}
158arrowhorizex	---
159arrowleft	\ensuremath{\leftarrow}
160arrowright	\ensuremath{\rightarrow}
161arrowdblboth	\ensuremath{\Leftrightarrow}
162arrowdbldown	\ensuremath{\Downarrow}
163arrowdblleft	\ensuremath{\Leftarrow}
164arrowdblright	\ensuremath{\Rightarrow}
165arrowdblup	\ensuremath{\Uparrow}
166arrowup		\ensuremath{\uparrow}
167arrowvertex	\ensuremath{\arrowvert}
168atilde				�					# \~{a}
169breve		\u{}
170bracevert	\ensuremath{\bracevert}
171brokenbar	{\textbrokenbar}
172bullet				�					# {\textbullet}
173carriagereturn	\ensuremath{\hookleftarrow}
174Cacute		"\'{C}"
175Ccaron		\v{C}
176Ccedilla			�					# \c{C}
177Cdblhorizbar	\hbox{\rm\rlap=C}
178cacute		"\'{c}"
179caron		\v{}
180ccaron		\v{c}
181ccedilla			�					# \c{c}
182cedilla		\c{}
183cent		\hbox{\rm\rlap/c}
184circlemultiply	\ensuremath{\otimes}
185circleplus		\ensuremath{\oplus}
186circumflex	\^{}
187congruent	\ensuremath{\cong}
188copyright	{\copyright}
189copyrightsans	{\copyright}
190club		\ensuremath{\clubsuit}
191currency	{\textcurrency}
192Dcaron		\v{D}
193Dslash		{\DJ}
194dagger		{\textdagger}
195daggerdbl	{\textdaggerdbl}
196dcaron		\v{d}
197degree		\ensuremath{^\circ}
198diagup		\ensuremath{\diagup}
199diamond		\ensuremath{\diamondsuit}
200diaeresis	'\"{}'
201divide		\ensuremath{\div}
202dotaccent	\.{}
203dotlessi	{\i}
204dslash		{\dj}
205Eacute				�					# "\'{E}"
206Ecaron		\v{E}
207Ecircumflex		\^{E}
208Ediaeresis			�					# '\"{E}'
209Egrave				�					# "\`{E}"
210Eogonek		\k{E}
211Eth			{\DH}
212eacute				�					# "\'{e}"
213ecaron		\v{e}
214ecircumflex			�					# \^{e}
215ediaeresis			�					# '\"{e}'
216egrave				�					# "\`{e}"
217element		\ensuremath{\in}
218ellipsis	"\dots "
219emdash		---
220emptyset	\ensuremath{\emptyset}
221endash		--
222eogonek		\k{e}
223equivalence	\ensuremath{\equiv}
224eth			{\dh}
225exclamdown	!`
226existential	\ensuremath{\exists}
227fi		fi
228fl		fl
229# florin		\ensuremath{f}
230florin		\textit{f}
231forall		\ensuremath{\forall}
232fraction	/
233Gbreve		\u{G}
234gbreve		\u{g}
235germandbls			�					# {\ss}
236grave		"\`{}"
237gradient	\ensuremath{\nabla}
238greaterequal	\ensuremath{\geq}
239guillemotleft   	�					# {\guillemotleft}
240guillemotright  	�					# {\guillemotright}
241guilsinglleft   	�					# {\guilsinglleft}
242guilsinglright  	�					# {\guilsinglright}
243heart			\ensuremath{\heartsuit}
244hungarumlaut	\H{}
245Iacute				�					# "\'{I}"
246Icircumflex			�					# \^{I}
247Idiaeresis			�					# '\"{I}'
248Idotaccent		\.{I}
249Ifraktur		\ensuremath{\mathfrak{I}}
250Igrave				�					# "\`{I}"
251iacute				�					# "\'{\i}"
252icircumflex			�					# \^{\i}
253idiaeresis			�					# '\"{\i}'
254igrave				�					# "\`{\i}"
255infinity	\ensuremath{\infty}
256integral	\ensuremath{\int}
257intersection	\ensuremath{\cap}
258jmath		\ensuremath{\jmath}
259Lacute		"\'{L}"
260Lcaron		\v{L}
261Lslash		{\L}
262lacute		"\'{l}"
263langle		\ensuremath{\langle}
264lcaron		\v{l}
265lceil		\ensuremath{\lceil}
266lessequal	\ensuremath{\leq}
267lfloor		\ensuremath{\lfloor}
268logicaland	\ensuremath{\wedge}
269logicalnot	\ensuremath{\neg}
270logicalor	\ensuremath{\vee}
271lozenge		\ensuremath{\lozenge}
272lslash		{\l}
273macron		\={}
274mathasterisk	\ensuremath{\ast}
275mathequal	\ensuremath{=}
276mathminus	\ensuremath{-}
277mathnumbersign	\ensuremath{\#}
278mathplus	+
279mathtilde	\ensuremath{\sim}
280mho			\ensuremath{\mho}
281midbar		\ensuremath{\mid}
282minus		{\textminus}
283minute		\ensuremath{"'"}
284mu			\ensuremath{u}
285multiply	\ensuremath{\times}
286Nacute		"\'{N}"
287Ncaron		\v{N}
288Ntilde				�					# \~{N}
289nabla		\ensuremath{\nabla}
290nacute		"\'{n}"
291ncaron		\v{n}
292nobrkhyphen	{\-}
293nobrkspace	{\nobreakspace}
294notelement	\ensuremath{\notin}
295notequal	\ensuremath{\neq}
296notsubset	\ensuremath{\not\subset}
297ntilde				�					# \~{n}
298OE					�					# {\OE}
299Oacute				�					# "\'{O}"
300Oacutedbl	\H{O}
301Ocircumflex			�					# \^{O}
302Odiaeresis			�					#'\"{O}'
303Ograve				�					# "\`{O}"
304Oslash				�					# {\O}
305Otilde				�					# \~{O}
306oacute				�					# "\'{o}"
307oacutedbl	\H{o}
308ocircumflex			�					# \^{o}
309odiaeresis			�					# '\"{o}'
310oe					�					# {\oe}
311ograve				�					# "\`{o}"
312ogonek		\k{}
313onehalf         \ensuremath{\frac12}
314onequarter      \ensuremath{\frac14}
315ordfeminine		\ensuremath{^a}
316ordmasculine	\ensuremath{^\circ}
317otilde				�					# \~{o}
318oslash				�					# {\o}
319paragraph	{\P}
320partialdiff	\ensuremath{\partial}
321periodcentered	{\textperiodcentered}
322perpendicular	\ensuremath{\perp}
323perthousand		{\perthousand}
324plusminus	\ensuremath{\pm}
325powerone	\ensuremath{^1}
326powertwo	\ensuremath{^2}
327powerthree	\ensuremath{^3}
328product		\ensuremath{\prod}
329propersubset	\ensuremath{\subset}
330propersuperset	\ensuremath{\supset}
331proportional	\ensuremath{\propto}
332questiondown	?`
333quotedblbase	,,
334quotedblleft	``
335quotedblright	"''"
336quotesinglbase	,
337Racute		"\'{R}"
338Rcaron		\v{R}
339Rfraktur	\ensuremath{\mathfrak{R}}
340racute		"\'{r}"
341radical			\ensuremath{\sqrt{}}
342rangle		\ensuremath{\rangle}
343rcaron		\v{r}
344rceil		\ensuremath{\rceil}
345reflexsubset	\ensuremath{\notin}
346registered	{\textregistered}
347registersans	{\textregistered}
348rfloor		\ensuremath{\rfloor}
349ring		\r{}
350Sacute		"\'{S"
351Scaron				�					# \v{S}
352Scedilla	\c{S}
353sacute		"\'{s}"
354scaron				�					# \v{s}
355scedilla	\c{s}
356second		\ensuremath{"''"}
357section		{\S}
358spade		\ensuremath{\spadesuit}
359square  	\ensuremath{\blacksquare}
360sterling	{\pounds}
361subset		\ensuremath{\subset}
362subseteq	\ensuremath{\subseteq}
363supset		\ensuremath{\supset}
364supseteq	\ensuremath{\supseteq}
365suchthat	\ensuremath{\ni}
366sum			\ensuremath{\sum}
367Tcaron		\v{T}
368Tcedilla	\c{T}
369Thorn		{\TH}
370tcaron		\v{t}
371tcedilla	\c{t}
372thorn			{\th}
373therefore	\ensuremath{\therefore}
374threequarters	\ensuremath{\frac34}
375tilde		\~{}
376trademark	{\texttrademark}
377trademarksans	{\texttrademark}
378Uacute				�					# "\'{U}"
379Uacutedbl	\H{U}
380Ucircumflex			�					# \^{U}
381Udiaeresis			�					# '\"{U}'
382Ugrave				�					# "\`{U}"
383Uring		\r{U}
384uacute				�					# "\'{u}"
385uacutedbl	\H{u}
386ucircumflex			�					# \^{u}
387udiaeresis			�					# '\"{u}'
388ugrave				�					# "\`{u}"
389union		\ensuremath{\cup}
390uring		\r{u}
391weierstrass	\ensuremath{\wp}
392Yacute				�					# "\'{Y}"
393Ydiaeresis			�					# '\"{Y}'
394yacute				�					# "\'{y}"
395ydiaeresis			�					# '\"{y}'
396yen			\hbox{\rm\rlap=Y}
397# yen			{\textyen} 					# not available in some encodings
398Zacute		"\'{Z}"
399Zcaron		\v{Z}
400Zdotaccent	\.{Z}
401zacute		"\'{z}"
402zcaron		\v{z}
403zdotaccent	\.{z}
404
405
406# greek letters
407Alpha		\ensuremath{A}
408Beta		\ensuremath{B}
409Chi			\ensuremath{X}
410Delta		\ensuremath{\Delta}
411Epsilon		\ensuremath{E}
412Phi			\ensuremath{\Phi}
413Gamma		\ensuremath{\Gamma}
414Eta			\ensuremath{H}
415Iota		\ensuremath{I}
416Kappa		\ensuremath{K}
417Lambda		\ensuremath{\Lambda}
418Mu			\ensuremath{M}
419Nu			\ensuremath{N}
420Omicron		\ensuremath{O}
421Pi			\ensuremath{\Pi}
422Theta		\ensuremath{\Theta}
423Rho			\ensuremath{P}
424Sigma		\ensuremath{\Sigma}
425Tau			\ensuremath{T}
426Upsilon		\ensuremath{\Upsilon}
427Omega		\ensuremath{\Omega}
428Xi			\ensuremath{\Xi}
429Psi			\ensuremath{\Psi}
430Zeta		\ensuremath{Z}
431
432alpha		\ensuremath{\alpha}
433beta		\ensuremath{\beta}
434chi			\ensuremath{\chi}
435delta		\ensuremath{\delta}
436epsilon		\ensuremath{\epsilon}
437phi			\ensuremath{\phi}
438varphi		\ensuremath{\varphi}
439gamma		\ensuremath{\gamma}
440eta			\ensuremath{\eta}
441iota		\ensuremath{\iota}
442kappa		\ensuremath{\kappa}
443lambda		\ensuremath{\lambda}
444mu			\ensuremath{\mu}
445nu			\ensuremath{\nu}
446omicron		\ensuremath{o}
447pi			\ensuremath{\pi}
448varpi		\ensuremath{\varpi}
449theta		\ensuremath{\theta}
450vartheta	\ensuremath{\vartheta}
451rho			\ensuremath{\rho}
452sigma		\ensuremath{\sigma}
453varsigma	\ensuremath{\varsigma}
454tau			\ensuremath{\tau}
455upsilon		\ensuremath{\upsilon}
456omega		\ensuremath{\omega}
457xi			\ensuremath{\xi}
458psi			\ensuremath{\psi}
459# varepsilon	\ensuremath{\varepsilon}
460# varrho		\ensuremath{\varrho}
461zeta		\ensuremath{\zeta}
462
463