File: direct.cfg

package info (click to toggle)
latex2rtf 1.8aa-2
  • links: PTS
  • area: main
  • in suites: potato
  • size: 1,300 kB
  • ctags: 535
  • sloc: ansic: 5,434; makefile: 231; sh: 4
file content (171 lines) | stat: -rw-r--r-- 4,279 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
# $Id: direct.cfg,v 1.5 1998/07/03 07:12:36 glehner Exp $
# History:
# $Log: direct.cfg,v $
# Revision 1.5  1998/07/03 07:12:36  glehner
# Updated to Version 1.7 of latex2rtf
#
# Revision 1.3  1995/03/23  17:12:23  ralf
# Added some conversions proposed by Laurent MUGNIER
#
# Revision 1.2  1995/03/23  15:58:08  ralf
# Reworked version by Friedrich Polzer and Gerhard Trisko
#
# Revision 1.1  1994/06/17  11:31:05  ralf
# Initial revision
#
# DirectConvert
# This file is used for converting LaTeX commands by simply text exchange
# write the LaTex command with slash, followed by comma
# the rest of the till the . character will be written to the RTF file
# instead of the command
# After this # character everything is ignored till end of line
# To select a specific font use *fontname*. Make sure that the fontname is
# listed in the fonts configuration file at least as dummy.
# The * character is written as **

\backslash,\\.
# *** ansi character set ***
\pounds,{\ansi\'a3\pc}.
\copyright,{\ansi\'a9\pc}.
\pm,{\ansi\'b1\pc}.
\mu,{\ansi\'b5\pc}.
\cdot,{\ansi\'b7\pc}.
\cdots,{\ansi\'b7\'b7\'b7\pc}.
\div,{\ansi\'f7\pc}.
\\gg,{\ansi\'bb\pc}.
\ll,{\ansi\'ab\pc}.
\AA,{\ansi\'c5\pc}.
\AE,{\ansi\'c6\pc}.
\aa,{\ansi\'e5\pc}.
\ae,{\ansi\'e6\pc}.
\ss,{\ansi\'df\pc}.
\~n,{\ansi\'f1\pc}.
\S,{\ansi\'a7\pc}.
\P,{\ansi\'b6\pc}.
# *** greek alphabet ***
\alpha,{\f*Symbol* a}. #alpha under Windows Font Symbol
\beta,{\f*Symbol* b}.
\chi,{\f*Symbol* c}.
\delta,{\f*Symbol* d}. #delta under Windows Font Symbol
\epsilon,{\f*Symbol* e}.
\phi,{\f*Symbol* f}.
\gamma,{\f*Symbol* g}.
\eta,{\f*Symbol* h}.
\iota,{\f*Symbol* i}.
\varphi,{\f*Symbol* j}.
\kappa,{\f*Symbol* k}.
\lambda,{\f*Symbol* l}.
# \mu,{\f*Symbol* m}. already in standard ansi font
\nu,{\f*Symbol* n}.
\omicron,{\f*Symbol* o}.
\pi,{\f*Symbol* p}.
\theta,{\f*Symbol* q}.
\rho,{\f*Symbol* r}.
\sigma,{\f*Symbol* s}.
\tau,{\f*Symbol* t}.
\upsilon,{\f*Symbol* u}.
\varpi,{\f*Symbol* v}.
\omega,{\f*Symbol* w}.
\xi,{\f*Symbol* x}.
\psi,{\f*Symbol* y}.
\zeta,{\f*Symbol* z}.
\Alpha,{\f*Symbol* A}.
\Beta,{\f*Symbol* B}.
\Chi,{\f*Symbol* C}.
\Delta,{\f*Symbol* D}.
\Phi,{\f*Symbol* F}.
\Gamma,{\f*Symbol* G}.
\vartheta,{\f*Symbol* J}.
\Lambda,{\f*Symbol* L}.
\Pi,{\f*Symbol* P}.
\Theta,{\f*Symbol* Q}.
\Sigma,{\f*Symbol* S}.
\varsigma,{\f*Symbol* V}.
\Omega,{\f*Symbol* W}.
\Xi,{\f*Symbol* X}.
\Psi,{\f*Symbol* Y}.
\O,{\ansi\'d8\pc}.
\emptyset,{\ansi\'d8\pc}.
\o,{\ansi\'f8\pc}.
# other elements of Windows symbol font
\forall,{\f*Symbol* "}.
\exists,{\f*Symbol* $}.
\ast,{\f*Symbol* **}.
\infty,{\ansi\f*Symbol*\'a5\pc}.
\clubsuit,{\ansi\f*Symbol*\'a7\pc}.
\diamondsuit,{\ansi\f*Symbol*\'a8\pc}.
\heartsuit,{\ansi\f*Symbol*\'a9\pc}.
\spadesuit,{\ansi\f*Symbol*\'aa\pc}.
\leftrightarrow,{\ansi\f*Symbol*\'ab\pc}.
\leftarrow,{\ansi\f*Symbol*\'ac\pc}.
\uparrow,{\ansi\f*Symbol*\'ad\pc}.
\rightarrow,{\ansi\f*Symbol*\'ae\pc}.
\downarrow,{\ansi\f*Symbol*\'af\pc}.
\circ,{\ansi\f*Symbol*\'b7\pc}.
\ne,{\ansi\f*Symbol*\'b9\pc}.
\equiv,{\ansi\f*Symbol*\'ba\pc}.
\approx,{\ansi\f*Symbol*\'bb\pc}.
\dots,{\ansi\f*Symbol*\'bc\pc}.
\Leftrightarrow,{\ansi\f*Symbol*\'db\pc}.
\Leftarrow,{\ansi\f*Symbol*\'dc\pc}.
\Uparrow,{\ansi\f*Symbol*\'dd\pc}.
\Rightarrow,{\ansi\f*Symbol*\'de\pc}.
\Downarrow,{\ansi\f*Symbol*\'df\pc}.
\langle,{\ansi\f*Symbol*\'e1\pc}.
\lceil,{\ansi\f*Symbol*\'f9\pc}.
\lfloor,{\ansi\f*Symbol*\'fb\pc}.
\rangle,{\ansi\f*Symbol*\'f1\pc}.
\rceil,{\ansi\f*Symbol*\'e9\pc}.
\rfloor,{\ansi\f*Symbol*\'eb\pc}.
\|,|.
\Re,{\ansi\f*Symbol*\'c2\pc}.
\Im,{\ansi\f*Symbol*\'c1\pc}.
\cap,{\ansi\f*Symbol*\'c7\pc}.
\cup,{\ansi\f*Symbol*\'c8\pc}.
\supset,{\ansi\f*Symbol*\'c9\pc}.
\supseteq,{\ansi\f*Symbol*\'ca\pc}.
\subset,{\ansi\f*Symbol*\'cc\pc}.
\subseteq,{\ansi\f*Symbol*\'cd\pc}.
\propto,{\ansi\f*Symbol*\'b5\pc}.
\in,{\ansi\f*Symbol*\'ce\pc}.

\\,\par .
\newline,\line .
\vfill,\par \pard .
\vdots,:.
\ddots,:.
\bigskip,\par \par \par.
\medskip,\par \par.
\smallskip,\par.
\arccos,arccos.
\arcsin,arcsin.
\arctan,arctan.
\arg,arg.
\cos,cos.
\cosh,cosh.
\cot,cot.
\coth,coth.
\csc,csc.
\deg,deg.
\det,det.
\dim,dim.
\exp,exp.
\gcd,gcd.
\hom,hom.
\inf,inf.
\ker,ker.
\lg,lg.
\lim,lim.
\liminf,liminf.
\limsup,limsup.
\ln,ln.
\log,log.
\max,max.
\min,min.
\Pr,Pr.
\sec,sec.
\sin,sin.
\sinh,sinh.
\sup,sup.
\tan,tan.
\tanh,tanh.