home *** CD-ROM | disk | FTP | other *** search
/ World of A1200 / World_Of_A1200.iso / programs / text / tpp / parse / specchars2.parse < prev    next >
Text File  |  1995-02-27  |  3KB  |  160 lines

  1. %
  2. %   Text Plus Professional © 1988-1992 Martin Steppler
  3. %                            Alle Rechte vorbehalten
  4. %                            All rights reserved
  5. %
  6. %   specchars2.parse
  7. %
  8. %   Sonderzeichentabelle
  9. %
  10. %   table of special characters
  11. %
  12.  
  13. %   Ein Eintrag hat die Form:
  14. %       <Space(s)> <Zeichen> <Space(s)> <Folge von Zeichen bis Zeilenende>
  15. %   Beim Parsen wird <Zeichen> durch <Folge von Zeichen> ersetzt.
  16. %   Die Tabelle darf beliebig viele Einträge besitzen.
  17. %   Kommentare werden durch ein '%' in der ersten Spalte eingeleitet.
  18. %
  19.  
  20. %   An entry follows the form:
  21. %       <space(s)> <character> <space(s)> <sequence of characters through end of line>
  22. %   At parse time <character> is replaced by <sequence of characters>.
  23. %   You may add as many entries as you want.
  24. %   Comments are indicated by a '%' in the first column.
  25.  
  26. % ASCII 34-38
  27.     "   ''
  28.     #   {\#}
  29. % '$' und '%' werden nicht geparst
  30. % '$' and '%' are not parsed
  31.     $   $
  32.     %   %
  33.     &   {\&}
  34.  
  35. % ASCII 43, 60-62
  36.     +   $+$
  37.     <   $<$
  38.     =   $=$
  39.     >   $>$
  40.  
  41. % ASCII 92, 94-95
  42. % '\' wird nicht geparst
  43. % '\' is not parsed
  44.     \   \
  45.     ^   \^{}
  46.     _   \_{}
  47.  
  48. % ASCII 123-126
  49. % '{', '}' und '~' werden nicht geparst
  50. % '{', '}' and '~' are not parsed
  51.     {   {
  52.     |   $\vert$
  53.     }   }
  54.     ~   ~
  55.  
  56. % ASCII 161-163
  57.     ¡   {!`}
  58.     ¢   \hbox{\rm\rlap/c}
  59.     £   {\it \char'44}
  60.  
  61. % ASCII 165-169
  62.     ¥   \hbox{\rm\rlap{Y}$-$}
  63.     ¦   $\vert$
  64.     §   {\S}
  65.     ¨   \"{ }
  66.     ©   {\copyright}
  67.  
  68. % ASCII 171-184
  69.     «   $<\!<$
  70.     ¬   $\neg$
  71.     ­   -
  72.     ®   {\ooalign{\hfil\raise.07ex\hbox{r}\hfil\crcr\mathhexbox20D}}
  73.     ¯   $\bar{}$
  74.     °   $ ^\circ$
  75.     ±   $\pm$
  76.     ²   $ ^2$
  77.     ³   $ ^3$
  78.     ´   '
  79.     µ   $\mu$
  80.     ¶   \P
  81.     ·   $\bullet$
  82.     ¸   \c{ }
  83.  
  84. % ASCII 186-207
  85.     º   $\doteq§
  86.     »   $>\!>$
  87.     ¼   \leavevmode\kern.1em\raise.5ex\hbox{\the\scriptfont0 1}\kern-.1em/\kern-.15em\lower.25ex\hbox{\the\scriptfont0 4}
  88.     ½   \leavevmode\kern.1em\raise.5ex\hbox{\the\scriptfont0 1}\kern-.1em/\kern-.15em\lower.25ex\hbox{\the\scriptfont0 2}
  89.     ¾   \leavevmode\kern.1em\raise.5ex\hbox{\the\scriptfont0 3}\kern-.1em/\kern-.15em\lower.25ex\hbox{\the\scriptfont0 4}
  90.     ¿   {?`}
  91.     À   \`{A}
  92.     Á   \'{A}
  93.     Â   \^{A}
  94.     Ã   \~{A}
  95.     Ä   \"{A}
  96.     Å   {\AA}
  97.     Æ   {\AE}
  98.     Ç   \c{C}
  99.     È   \`{E}
  100.     É   \'{E}
  101.     Ê   \^{E}
  102.     Ë   \"{E}
  103.     Ì   \`{I}
  104.     Í   \'{I}
  105.     Î   \^{I}
  106.     Ï   \"{I}
  107.  
  108. % ASCII 209-214
  109.     Ñ   \~{N}
  110.     Ò   \`{O}
  111.     Ó   \'{O}
  112.     Ô   \^{O}
  113.     Õ   \~{O}
  114.     Ö   \"{O}
  115.  
  116. % ASCII 216-221
  117.     Ø   {\O}
  118.     Ù   \`{U}
  119.     Ù   \'{U}
  120.     Û   \^{U}
  121.     Ü   \"{U}
  122.     Ý   \'{Y}
  123.  
  124. % ASCII 223-246
  125.     ß   {\ss}
  126.     à   \`{a}
  127.     á   \'{a}
  128.     â   \^{a}
  129.     ã   \~{a}
  130.     ä   \"{a}
  131.     å   {\aa}
  132.     æ   {\ae}
  133.     ç   \c{c}
  134.     è   \`{e}
  135.     é   \'{e}
  136.     ê   \^{e}
  137.     ë   \"{e}
  138.     ì   $\grave{\imath}$
  139.     í   $\acute{\imath}$
  140.     î   $\hat{\imath}$
  141.     ï   $\ddot{\imath}$
  142.     ð   $\partial$
  143.     ñ   \~{n}
  144.     ò   \`{o}
  145.     ó   \'{o}
  146.     ô   \^{o}
  147.     õ   \~{o}
  148.     ö   \"{o}
  149.  
  150. % ASCII 248-253
  151.     ø   {\o}
  152.     ù   \`{u}
  153.     ú   \'{u}
  154.     û   \^{u}
  155.     ü   \"{u}
  156.     ý   \'{y}
  157.  
  158. % ASCII 255
  159.     ÿ   \`{y}
  160.