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..32 WHITESPACE
- 33..34 SAME
- 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..160 OMIT
- 161 "!`"
- 162 "\cents{}"
- 163 "\pounds{}"
- 164 OMIT
- 165 "\yen{}"
- 166 "\TEXTsymbol{|}"
- 167 "\S{}"
- 168 OMIT
- 169 "\copyright{}"
- 170..171 OMIT
- 172 "$\neg $"
- 173..176 OMIT
- 177 "$\pm $"
- 178..181 OMIT
- 182 "\P{}"
- 183 "$\cdot{}$"
- 184..190 OMIT
- 191 "?`"
- 192 "\`A"
- 193 "\'A"
- 194 "\^A"
- 195 "\~A"
- 196 "\"A"
- 197 "\AA{}"
- 198 "\AE{}"
- 199 "\c C{}"
- 200 "\`E"
- 201 "\'E"
- 202 "\^E"
- 203 "\"E"
- 204 "\`I"
- 205 "\'I"
- 206 "\^I"
- 207 "\"I"
- 208 OMIT
- 209 "\~N"
- 210 "\`O"
- 211 "\'O"
- 212 "\^O"
- 213 "\~O"
- 214 "\"O"
- 215 "$\times $"
- 216 "\O{}"
- 217 "\`U"
- 218 "\'U"
- 219 "\^U"
- 220 "\"U"
- 221 "\'Y"
- 222 OMIT
- 223 "\ss{}"
- 224 "\`a"
- 225 "\'a"
- 226 "\^a"
- 227 "\~a"
- 228 "\"a"
- 229 "\aa{}"
- 230 "\ae{}"
- 231 "\c c{}"
- 232 "\`e"
- 233 "\'e"
- 234 "\^e"
- 235 "\"e"
- 236 "\`i"
- 237 "\'i"
- 238 "\^i"
- 239 "\"i"
- 240 OMIT
- 241 "\~n"
- 242 "\`o"
- 243 "\'o"
- 244 "\^o"
- 245 "\~o"
- 246 "\"o"
- 247 "$\div $"
- 248 "\o{}"
- 249 "\`u"
- 250 "\'u"
- 251 "\^u"
- 252 "\"u"
- 253 "\'y"
- 254 OMIT
- 255 "\"y"
-