home *** CD-ROM | disk | FTP | other *** search
/ Class of 2001 / ClassOf2001.iso / Scinotebook / scinoteb / oem.dat < prev    next >
Encoding:
Text File  |  1997-05-15  |  5.3 KB  |  160 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..2                  OMIT
  44. 3                     "$\heartsuit$"
  45. 4                     "$\diamondsuit$"
  46. 5                     "$\clubsuit$"
  47. 6                     "$\spadesuit$"
  48. 7                     "$\bullet$"
  49. 8..17                 WHITESPACE
  50. 18                    "$\updownarrow$"
  51. 19                    WHITESPACE
  52. 20                    "\P{}"
  53. 21                    "\S{}"
  54. 22                    WHITESPACE
  55. 23                    WHITESPACE
  56. 24                   "$\uparrow$"
  57. 25                   "$\downarrow$"
  58. 26                   "$\rightarrow$"
  59. 27                   "$\leftarrow$"
  60. 28                    WHITESPACE
  61. 29                   "$\leftrightarrow$"
  62. 30..32                WHITESPACE
  63. 33                    SAME
  64. 34                    "''"
  65. 35                    "\#"
  66. 36                    "\$"
  67. 37                    "\%"
  68. 38                    "\&"
  69. 39..59                SAME
  70. 60                    "\TEXTsymbol{<}"
  71. 61                    SAME  
  72. 62                    "\TEXTsymbol{>}"
  73. 63..91                SAME
  74. ;92                    "\QTv{1}{\}"
  75. 92                    "\TEXTsymbol{\backslash}"
  76. 93                    SAME
  77. 94                    "\char94{}"
  78. 95                    "\_"
  79. 96..122               SAME
  80. 123                   "\{"
  81. 124                   "\TEXTsymbol{|}"
  82. 125                   "\}"
  83. 126                   "\char126{}"
  84. 127                   OMIT
  85. 128                   "\c C{}"
  86. 129                   "\"u"
  87. 130                   "\'e"
  88. 131                   "\^a"
  89. 132                   "\"a"
  90. 133                   "\`a"
  91. 134                   "\aa{}"
  92. 135                   "\c c{}"
  93. 136                   "\^e"
  94. 137                   "\"e"
  95. 138                   "\`e"
  96. 139                   "\"i"
  97. 140                   "\^i"
  98. 141                   "\`i"
  99. 142                   "\"A"
  100. 143                   "\AA{}"
  101. 144                   "\'E"
  102. 145                   "\ae{}"
  103. 146                   "\AE{}"
  104. 147                   "\^o"
  105. 148                   "\"o"
  106. 149                   "\`o"
  107. 150                   "\^u"
  108. 151                   "\`u"
  109. 152                   "\"y"
  110. 153                   "\"O"
  111. 154                   "\"U"
  112. 155                   "\cents{}"
  113. 156                   "\pounds{}"
  114. 157                   "\yen{}"
  115. 158..159              OMIT
  116. 160                   "\'a"
  117. 161                   "\'i"
  118. 162                   "\'o"
  119. 163                   "\'u"
  120. 164                   "\~n"
  121. 165                   "\~N"
  122. 166..167              OMIT
  123. 168                   "?`"
  124. 169                   OMIT
  125. 170                   "$\neg $"
  126. 171..172              OMIT
  127. 173                   "!`"
  128. 174..223              OMIT
  129. 224                   "$\alpha$"
  130. 225                   "\ss{}"
  131. 226                   "$\Gamma$"
  132. 227                   "$\pi$"
  133. 228                   "$\Sigma$"
  134. 229                   "$\sigma$"
  135. 230                   "$\mu$"
  136. 231                   "$\tau$"
  137. 232                   "$\Phi$"
  138. 233                   "$\Theta$"
  139. 234                   "$\Omega$"
  140. 235                   "$\delta$"
  141. 236                   "$\infty$"
  142. 237                   "$\phi$"
  143. 238                   "$\epsilon$"
  144. 239                   "$\cap$"
  145. 240                   "$\equiv$"
  146. 241                   "$\pm$"
  147. 242                   "$\geq$"
  148. 243                   "$\leq$"
  149. 244..245              OMIT
  150. 246                   "$\div$"
  151. 247                   "$\approx$"
  152. 248                   "$^{\circ}$"
  153. 249                   "$\bullet$"
  154. 250                   "$\cdot$"
  155. 251                   "$\surd$"
  156. 252                   "$^{n}$"
  157. 253                   "$^{2}$"
  158. 254..255              OMIT
  159.  
  160.