home *** CD-ROM | disk | FTP | other *** search
/ Class of 2001 / ClassOf2001.iso / Scinotebook / scinoteb / ascii.dat < prev    next >
Encoding:
Text File  |  1997-05-15  |  2.1 KB  |  61 lines

  1.  
  2. Data for character translations when ASCII files are imported
  3. into Scientific Word.  The filter attempts to discern paragraphs
  4. using clues such as indentation.
  5.  
  6. Format of this file:
  7.  
  8.   1. Only lines with a digit in the first position are parsed.
  9.       (This line and the line above will not be parsed.)
  10.  
  11.   2. Translations for codes 0 to 255 can be specified.
  12.  
  13.   3. If no translation is specified for a code,
  14.       the code will be omitted if it is encountered in an input file.
  15.  
  16.   4. All numbers must be decimal (base ten).
  17.  
  18.   5. Translations are specified on a single line
  19.       and delimited by the first and last double quote characters on the line.
  20.  
  21.   6. Characters without symbols can be entered in a tanslation
  22.       by using \ddd notation.  All three digits must be given - base ten.
  23.  
  24.   7. WHITESPACE, SAME and OMIT are special translations.  Their meaning
  25.       should be apparent.
  26.  
  27.   8. Translations to TeX codes must be to the internal form of TeX understood
  28.       by Scientific Word.  For characters, this is common TeX.
  29.       In-line verbatims have the internal coding
  30.                   QTv{# of chars}{verbatim codes}.
  31.       The # of chars MUST be correct.  Example:
  32.                94                    "\QTv{1}{^}"
  33.       creates an in-line verbatim.  The caret (^) appears in the gray
  34.       button on screen.  When saved with the LaTeX filter, this becomes
  35.       \verb|^|.
  36.  
  37. Input Character(s)    Scientific Word Translation
  38.  
  39. 0..32                 WHITESPACE
  40. 33..34                SAME
  41. 35                    "\#"
  42. 36                    "\$"
  43. 37                    "\%"
  44. 38                    "\&"
  45. 39..59                SAME
  46. 60                    "\TEXTsymbol{<}"
  47. 61                    SAME  
  48. 62                    "\TEXTsymbol{>}"
  49. 63..91                SAME
  50. ;92                    "\QTv{1}{\}"
  51. 92                    "\TEXTsymbol{\backslash}"
  52. 93                    SAME
  53. 94                    "\char94 "
  54. 95                    "\_"
  55. 96..122               SAME
  56. 123                   "\{"
  57. 124                   "\TEXTsymbol{|}"
  58. 125                   "\}"
  59. 126                   "\char126 "
  60. 127..255              OMIT
  61.