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

  1.  
  2. Data for character translations when ANSI 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 lines 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 and delimited by
  19.       the first and last double quote characters (") on the line.
  20.  
  21.   6. Characters without symbols can be entered in a translation
  22.       by using \ddd notation.  All three digits must be given - base ten.
  23.  
  24.   7. WHITESPACE, SAME and OMIT are special translations.  Their meanings
  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.       To determine the internal form of TeX used by Scientific Word,
  37.       create the construct you need within Scientific Word, then
  38.       copy it to the clipboard. Open the clipboard and examine the
  39.       result. This is the internal form.
  40.  
  41. Input Character(s)    Scientific Word Translation
  42.  
  43. 0..32                 WHITESPACE
  44. 33..34                SAME
  45. 35                    "\#"
  46. 36                    "\$"
  47. 37                    "\%"
  48. 38                    "\&"
  49. 39..59                SAME
  50. 60                    "\TEXTsymbol{<}"
  51. 61                    SAME  
  52. 62                    "\TEXTsymbol{>}"
  53. 63..91                SAME
  54. ;92                    "\QTv{1}{\}"
  55. 92                    "\TEXTsymbol{\backslash}"
  56. 93                    SAME
  57. 94                    "\char94{}"
  58. 95                    "\_"
  59. 96..122               SAME
  60. 123                   "\{"
  61. 124                   "\TEXTsymbol{|}"
  62. 125                   "\}"
  63. 126                   "\char126{}"
  64. 127..160              OMIT
  65. 161                   "!`"
  66. 162                   "\cents{}"
  67. 163                   "\pounds{}"
  68. 164                   OMIT
  69. 165                   "\yen{}"
  70. 166                   "\TEXTsymbol{|}"
  71. 167                   "\S{}"
  72. 168                   OMIT
  73. 169                   "\copyright{}"
  74. 170..171              OMIT
  75. 172                   "$\neg $"
  76. 173..176              OMIT
  77. 177                   "$\pm $"
  78. 178..181              OMIT
  79. 182                   "\P{}"
  80. 183                   "$\cdot{}$"
  81. 184..190              OMIT
  82. 191                   "?`"
  83. 192                   "\`A"
  84. 193                   "\'A"
  85. 194                   "\^A"
  86. 195                   "\~A"
  87. 196                   "\"A"
  88. 197                   "\AA{}"
  89. 198                   "\AE{}"
  90. 199                   "\c C{}"
  91. 200                   "\`E"
  92. 201                   "\'E"
  93. 202                   "\^E"
  94. 203                   "\"E"
  95. 204                   "\`I"
  96. 205                   "\'I"
  97. 206                   "\^I"
  98. 207                   "\"I"
  99. 208                   OMIT
  100. 209                   "\~N"
  101. 210                   "\`O"
  102. 211                   "\'O"
  103. 212                   "\^O"
  104. 213                   "\~O"
  105. 214                   "\"O"
  106. 215                   "$\times $"
  107. 216                   "\O{}"
  108. 217                   "\`U"
  109. 218                   "\'U"
  110. 219                   "\^U"
  111. 220                   "\"U"
  112. 221                   "\'Y"
  113. 222                   OMIT
  114. 223                   "\ss{}"
  115. 224                   "\`a"
  116. 225                   "\'a"
  117. 226                   "\^a"
  118. 227                   "\~a"
  119. 228                   "\"a"
  120. 229                   "\aa{}"
  121. 230                   "\ae{}"
  122. 231                   "\c c{}"
  123. 232                   "\`e"
  124. 233                   "\'e"
  125. 234                   "\^e"
  126. 235                   "\"e"
  127. 236                   "\`i"
  128. 237                   "\'i"
  129. 238                   "\^i"
  130. 239                   "\"i"
  131. 240                   OMIT
  132. 241                   "\~n"
  133. 242                   "\`o"
  134. 243                   "\'o"
  135. 244                   "\^o"
  136. 245                   "\~o"
  137. 246                   "\"o"
  138. 247                   "$\div $"
  139. 248                   "\o{}"
  140. 249                   "\`u"
  141. 250                   "\'u"
  142. 251                   "\^u"
  143. 252                   "\"u"
  144. 253                   "\'y"
  145. 254                   OMIT
  146. 255                   "\"y"
  147.