home *** CD-ROM | disk | FTP | other *** search
-
- Data for character translations when ANSI files are imported
- into Scientific Word. The filter attempts to discern paragraphs
- using clues such as indentation.
-
- Format of this file:
-
- 1. Only lines with a digit in the first position are parsed.
- (This line and the lines above will not be parsed.)
-
- 2. Translations for codes 0 to 255 can be specified.
-
- 3. If no translation is specified for a code,
- the code will be omitted if it is encountered in an input file.
-
- 4. All numbers must be decimal (base ten).
-
- 5. Translations are specified on a single line and delimited by
- the first and last double quote characters (") on the line.
-
- 6. Characters without symbols can be entered in a translation
- by using \ddd notation. All three digits must be given - base ten.
-
- 7. WHITESPACE, SAME and OMIT are special translations. Their meanings
- should be apparent.
-
- 8. Translations to TeX codes must be to the internal form of TeX understood
- by Scientific Word. For characters, this is common TeX.
- In-line verbatims have the internal coding
- QTv{# of chars}{verbatim codes}.
- The # of chars MUST be correct. Example:
- 94 "\QTv{1}{^}"
- creates an in-line verbatim. The caret (^) appears in the gray
- button on screen. When saved with the LaTeX filter, this becomes
- \verb|^|.
- To determine the internal form of TeX used by Scientific Word,
- create the construct you need within Scientific Word, then
- copy it to the clipboard. Open the clipboard and examine the
- result. This is the internal form.
-
- Input Character(s) Scientific Word Translation
-
- 0..2 OMIT
- 3 "$\heartsuit$"
- 4 "$\diamondsuit$"
- 5 "$\clubsuit$"
- 6 "$\spadesuit$"
- 7 "$\bullet$"
- 8..17 WHITESPACE
- 18 "$\updownarrow$"
- 19 WHITESPACE
- 20 "\P{}"
- 21 "\S{}"
- 22 WHITESPACE
- 23 WHITESPACE
- 24 "$\uparrow$"
- 25 "$\downarrow$"
- 26 "$\rightarrow$"
- 27 "$\leftarrow$"
- 28 WHITESPACE
- 29 "$\leftrightarrow$"
- 30..32 WHITESPACE
- 33 SAME
- 34 "''"
- 35 "\#"
- 36 "\$"
- 37 "\%"
- 38 "\&"
- 39..59 SAME
- 60 "\TEXTsymbol{<}"
- 61 SAME
- 62 "\TEXTsymbol{>}"
- 63..91 SAME
- ;92 "\QTv{1}{\}"
- 92 "\TEXTsymbol{\backslash}"
- 93 SAME
- 94 "\char94{}"
- 95 "\_"
- 96..122 SAME
- 123 "\{"
- 124 "\TEXTsymbol{|}"
- 125 "\}"
- 126 "\char126{}"
- 127 OMIT
- 128 "\c C{}"
- 129 "\"u"
- 130 "\'e"
- 131 "\^a"
- 132 "\"a"
- 133 "\`a"
- 134 "\aa{}"
- 135 "\c c{}"
- 136 "\^e"
- 137 "\"e"
- 138 "\`e"
- 139 "\"i"
- 140 "\^i"
- 141 "\`i"
- 142 "\"A"
- 143 "\AA{}"
- 144 "\'E"
- 145 "\ae{}"
- 146 "\AE{}"
- 147 "\^o"
- 148 "\"o"
- 149 "\`o"
- 150 "\^u"
- 151 "\`u"
- 152 "\"y"
- 153 "\"O"
- 154 "\"U"
- 155 "\cents{}"
- 156 "\pounds{}"
- 157 "\yen{}"
- 158..159 OMIT
- 160 "\'a"
- 161 "\'i"
- 162 "\'o"
- 163 "\'u"
- 164 "\~n"
- 165 "\~N"
- 166..167 OMIT
- 168 "?`"
- 169 OMIT
- 170 "$\neg $"
- 171..172 OMIT
- 173 "!`"
- 174..223 OMIT
- 224 "$\alpha$"
- 225 "\ss{}"
- 226 "$\Gamma$"
- 227 "$\pi$"
- 228 "$\Sigma$"
- 229 "$\sigma$"
- 230 "$\mu$"
- 231 "$\tau$"
- 232 "$\Phi$"
- 233 "$\Theta$"
- 234 "$\Omega$"
- 235 "$\delta$"
- 236 "$\infty$"
- 237 "$\phi$"
- 238 "$\epsilon$"
- 239 "$\cap$"
- 240 "$\equiv$"
- 241 "$\pm$"
- 242 "$\geq$"
- 243 "$\leq$"
- 244..245 OMIT
- 246 "$\div$"
- 247 "$\approx$"
- 248 "$^{\circ}$"
- 249 "$\bullet$"
- 250 "$\cdot$"
- 251 "$\surd$"
- 252 "$^{n}$"
- 253 "$^{2}$"
- 254..255 OMIT
-
-