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

  1. %
  2. %   Text Plus Professional © 1988-1992 Martin Steppler
  3. %                            Alle Rechte vorbehalten
  4. %                            All rights reserved
  5. %
  6. %   specchars1.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.     $   {\$}
  30.     %   {\%}
  31.     &   {\&}
  32.  
  33. % ASCII 43, 60-62
  34.     +   $+$
  35.     <   $<$
  36.     =   $=$
  37.     >   $>$
  38.  
  39. % ASCII 92, 94-95
  40.     \   $\backslash$
  41.     ^   \^{}
  42.     _   \_{}
  43.  
  44. % ASCII 123-126
  45.     {   $\{$
  46.     |   $\vert$
  47.     }   $\}$
  48.     ~   \~{}
  49.  
  50. % ASCII 161-163
  51.     ¡   {!`}
  52.     ¢   \hbox{\rm\rlap/c}
  53.     £   {\it \char'44}
  54.  
  55. % ASCII 165-169
  56.     ¥   \hbox{\rm\rlap{Y}$-$}
  57.     ¦   $\vert$
  58.     §   {\S}
  59.     ¨   \"{ }
  60.     ©   {\copyright}
  61.  
  62. % ASCII 171-184
  63.     «   $<\!<$
  64.     ¬   $\neg$
  65.     ­   -
  66.     ®   {\ooalign{\hfil\raise.07ex\hbox{r}\hfil\crcr\mathhexbox20D}}
  67.     ¯   $\bar{}$
  68.     °   $ ^\circ$
  69.     ±   $\pm$
  70.     ²   $ ^2$
  71.     ³   $ ^3$
  72.     ´   '
  73.     µ   $\mu$
  74.     ¶   \P
  75.     ·   $\bullet$
  76.     ¸   \c{ }
  77.  
  78. % ASCII 186-207
  79.     º   $\doteq§
  80.     »   $>\!>$
  81.     ¼   \leavevmode\kern.1em\raise.5ex\hbox{\the\scriptfont0 1}\kern-.1em/\kern-.15em\lower.25ex\hbox{\the\scriptfont0 4}
  82.     ½   \leavevmode\kern.1em\raise.5ex\hbox{\the\scriptfont0 1}\kern-.1em/\kern-.15em\lower.25ex\hbox{\the\scriptfont0 2}
  83.     ¾   \leavevmode\kern.1em\raise.5ex\hbox{\the\scriptfont0 3}\kern-.1em/\kern-.15em\lower.25ex\hbox{\the\scriptfont0 4}
  84.     ¿   {?`}
  85.     À   \`{A}
  86.     Á   \'{A}
  87.     Â   \^{A}
  88.     Ã   \~{A}
  89.     Ä   \"{A}
  90.     Å   {\AA}
  91.     Æ   {\AE}
  92.     Ç   \c{C}
  93.     È   \`{E}
  94.     É   \'{E}
  95.     Ê   \^{E}
  96.     Ë   \"{E}
  97.     Ì   \`{I}
  98.     Í   \'{I}
  99.     Î   \^{I}
  100.     Ï   \"{I}
  101.  
  102. % ASCII 209-214
  103.     Ñ   \~{N}
  104.     Ò   \`{O}
  105.     Ó   \'{O}
  106.     Ô   \^{O}
  107.     Õ   \~{O}
  108.     Ö   \"{O}
  109.  
  110. % ASCII 216-221
  111.     Ø   {\O}
  112.     Ù   \`{U}
  113.     Ù   \'{U}
  114.     Û   \^{U}
  115.     Ü   \"{U}
  116.     Ý   \'{Y}
  117.  
  118. % ASCII 223-246
  119.     ß   {\ss}
  120.     à   \`{a}
  121.     á   \'{a}
  122.     â   \^{a}
  123.     ã   \~{a}
  124.     ä   \"{a}
  125.     å   {\aa}
  126.     æ   {\ae}
  127.     ç   \c{c}
  128.     è   \`{e}
  129.     é   \'{e}
  130.     ê   \^{e}
  131.     ë   \"{e}
  132.     ì   $\grave{\imath}$
  133.     í   $\acute{\imath}$
  134.     î   $\hat{\imath}$
  135.     ï   $\ddot{\imath}$
  136.     ð   $\partial$
  137.     ñ   \~{n}
  138.     ò   \`{o}
  139.     ó   \'{o}
  140.     ô   \^{o}
  141.     õ   \~{o}
  142.     ö   \"{o}
  143.  
  144. % ASCII 248-253
  145.     ø   {\o}
  146.     ù   \`{u}
  147.     ú   \'{u}
  148.     û   \^{u}
  149.     ü   \"{u}
  150.     ý   \'{y}
  151.  
  152. % ASCII 255
  153.     ÿ   \`{y}
  154.