home *** CD-ROM | disk | FTP | other *** search
/ Meeting Pearls 3 / Meeting_Pearls_III.iso / Pearls / texmf / doc / LaTeX / Hilfe / syn_ref.tpl (.txt) < prev    next >
LaTeX Document  |  1995-02-23  |  51KB  |  676 lines

  1. /* TPP-Makro                                                                    */
  2. /* Dieses Makro dient zum Aufruf der LaTeX-Hilfe f
  3. r den Begriff unter dem      */
  4. /* Kursor. Es ist f
  5. r den TeX-Frontend "TeXt Plus Professional" (TPP) angepa
  6. t. */
  7. r andere Editoren m
  8. ssen die mit einem Kommentar versehenen Zeilen modifi- */
  9. /* ziert werden.                                                                */
  10. /* Werner Liebscher, September 1994                                             */
  11. options results
  12. /* trace results */
  13. address 'TextPlus'
  14. getword                                           /* Wort unter dem Kursor      */
  15. ausdruck=result
  16. say ausdruck
  17. 'execute sys:utilities/amigaguide tex:help/LaTeX-Hilfe.guide pubscreen TextPlus'
  18. select
  19.         when ausdruck == "\abovedisplayshortskip"   then  position = "ADSHORTS"
  20.         when ausdruck == "\abovedisplayskip"        then position = "ADSKIP"
  21.         when ausdruck == "abstract"                 then position = "ABSTRACT"
  22.         when ausdruck == "\acute"                   then position = "ACUTE"
  23.         when ausdruck == "\addcontentsline"         then position = "ADDCONTENTSLINE"
  24.         when ausdruck == "\address"                 then position = "ADDRESS"
  25.         when ausdruck == "\addtocontents"           then position = "ADDTOCONTENTS"
  26.         when ausdruck == "\addtocounter"            then position = "ADDTOCOUNTER"
  27.         when ausdruck == "\addtolength"             then position = "ADDTOLENGTH"
  28.         when ausdruck == "\addvspace"               then position = "ADDVSPACE"
  29.         when ausdruck == "\AE"                      then position = "SONDER"
  30.         when ausdruck == "\ae"                      then position = "SONDER"
  31.         when ausdruck == "\aleph"                   then position = "MSYMB"
  32.         when ausdruck == "\Alph"                    then position = "ALPHU"
  33.         when ausdruck == "\alph"                    then position = "ALPH"
  34.         when ausdruck == "\alpha"                   then position = "GREEK"
  35.         when ausdruck == "\amalg"                   then position = "BINOP"
  36.         when ausdruck == "\and"                     then position = "AND"
  37.         when ausdruck == "\angle"                   then position = "MSYMB"
  38.         when ausdruck == "appendix"                 then position = "APPENDIX"
  39.         when ausdruck == "\approx"                  then position = "MCOMP"
  40.         when ausdruck == "\arabic"                  then position = "ARABIC"
  41.         when ausdruck == "\arccos"                  then position = "ARCCOS"
  42.         when ausdruck == "\arcsin"                  then position = "ARCSIN"
  43.         when ausdruck == "\arctan"                  then position = "ARCTAN"
  44.         when ausdruck == "\arg"                     then position = "ARG"
  45.         when ausdruck == "array"                    then position = "ARRAY"
  46.         when ausdruck == "\arraycolsep"             then position = "ARRAYCOLSEP"
  47.         when ausdruck == "\arrayrulewidth"          then position = "ARRAYRULEWIDTH"
  48.         when ausdruck == "\arraystretch"            then position = "ARRAYSTRETCH"
  49.         when ausdruck == "article"                  then position = "DS"
  50.         when ausdruck == "\ast"                     then position = "BINOP"
  51.         when ausdruck == "\asymp"                   then position = "MCOMP"
  52.         when ausdruck == "\austrian"                then position = "AUSTRIAN"
  53.         when ausdruck == "\author"                  then position = "AUTHOR"
  54.         when ausdruck == "\b"                       then position = "B"
  55.         when ausdruck == "\backslash"               then position = "MKLAMMER"
  56.         when ausdruck == "\bar"                     then position = "BAR"
  57.         when ausdruck == "\baselineskip"            then position = "BASELINESKIP"
  58.         when ausdruck == "\baselinestretch"         then position = "BASELINESTRETCH"
  59.         when ausdruck == "\begin"                   then position = "BEGIN"
  60.         when ausdruck == "\belowdisplayshortskip"   then position = "BDSHORT"
  61.         when ausdruck == "\belowdisplayskip"        then position = "BDSKIP"
  62.         when ausdruck == "\beta"                    then position = "GREEK"
  63.         when ausdruck == "\bf"                      then position = "BF"
  64.         when ausdruck == "\bibitem"                 then position = "BIBITEM"
  65.         when ausdruck == "\bibliography"            then position = "BIBLIOGRAPHY"
  66.         when ausdruck == "\bibliographystyle"       then position = "BIBSTYLE"
  67.         when ausdruck == "BibTeX"                   then position = "BIBTEX"
  68.         when ausdruck == "\Big"                     then position = "BIGU"
  69.         when ausdruck == "\big"                     then position = "BIG"
  70.         when ausdruck == "\bigcap"                  then position = "MSYMB"
  71.         when ausdruck == "\bigcirc"                then position = "BINOP"
  72.         when ausdruck == "\bigcup"                  then position = "MSYMB"
  73.         when ausdruck == "\Bigg"                    then position = "BIGGU"
  74.         when ausdruck == "\bigg"                    then position = "BIGG"
  75.         when ausdruck == "\Biggl"                   then position = "BIGGLU"
  76.         when ausdruck == "\biggl"                   then position = "BIGGL"
  77.         when ausdruck == "\Biggm"                   then position = "BIGGMU"
  78.         when ausdruck == "\biggm"                   then position = "BIGGM"
  79.         when ausdruck == "\Biggr"                   then position = "BIGGRU"
  80.         when ausdruck == "\biggr"                   then position = "BIGGR"
  81.         when ausdruck == "\Bigl"                    then position = "BIGLU"
  82.         when ausdruck == "\bigl"                    then position = "BIGL"
  83.         when ausdruck == "\Bigm"                    then position = "BIGMU"
  84.         when ausdruck == "\bigm"                    then position = "BIGM"
  85.         when ausdruck == "\bigodot"                 then position = "MSYMB"
  86.         when ausdruck == "\bigoplus"                then position = "MSYMB"
  87.         when ausdruck == "\bigotimes"               then position = "MSYMB"
  88.         when ausdruck == "\Bigr"                    then position = "BIGRU"
  89.         when ausdruck == "\bigr"                    then position = "BIGR"
  90.         when ausdruck == "\bigskip"                 then position = "BIGSKIP"
  91.         when ausdruck == "\bigskipamount"           then position = "BIGSKIPAMOUNT"
  92.         when ausdruck == "\bigsqcup"                then position = "MSYMB"
  93.         when ausdruck == "\bigtriangledown"         then position = "BINOP"
  94.         when ausdruck == "\bigtriangleup"           then position = "BINOP"
  95.         when ausdruck == "\biguplus"                then position = "MSYMB"
  96.         when ausdruck == "\bigvee"                  then position = "MSYMB"
  97.         when ausdruck == "\bigwedge"                then position = "MSYMB"
  98.         when ausdruck == "\bmod"                    then position = "BMOD"
  99.         when ausdruck == "\boldmath"                then position = "BOLDMATH"
  100.         when ausdruck == "book"                     then position = "DS"
  101.         when ausdruck == "\bot"                     then position = "MSYMB"
  102.         when ausdruck == "\bottomfraction"          then position = "BOTTOMFRACTION"
  103.         when ausdruck == "\bottomnumber"            then position = "BOTTOMNUMBER"
  104.         when ausdruck == "\bowtie"                  then position = "MCOMP"
  105.         when ausdruck == "\Box"                     then position = "MSYMB"
  106.         when ausdruck == "bp"                       then position = "EINH"
  107.         when ausdruck == "\breve"                   then position = "BREVE"
  108.         when ausdruck == "\bullet"                  then position = "BINOP"
  109.         when ausdruck == "\c"                      then position = "C"
  110.         when ausdruck == "\cal"                     then position = "CAL"
  111.         when ausdruck == "\cap"                     then position = "BINOP"
  112.         when ausdruck == "\caption"                 then position = "CAPTION"
  113.         when ausdruck == "\captions"                then position = "CAPTIONS"
  114.         when ausdruck == "cc"                       then position = "EINH"
  115.         when ausdruck == "\cc"                      then position = "CC"
  116.         when ausdruck == "\cdot"                   then position = "BINOP"
  117.         when ausdruck == "center"                   then position = "CENTER"
  118.         when ausdruck == "\centering"               then position = "CENTERING"
  119.         when ausdruck == "\centerline"              then position = "CENTERLINE"
  120.         when ausdruck == "\chapter"                 then position = "CHAPTER"
  121.         when ausdruck == "\check"                   then position = "CHECK"
  122.         when ausdruck == "\chi"                     then position = "GREEK"
  123.         when ausdruck == "\circ"                    then position = "BINOP"
  124.         when ausdruck == "\circle"                  then position = "CIRCLE"
  125.         when ausdruck == "\cite"                    then position = "CITE"
  126.         when ausdruck == "\cleardoublepage"         then position = "CLEARDOUBLEPAGE"
  127.         when ausdruck == "\clearpage"               then position = "CLEARPAGE"
  128.         when ausdruck == "\cline"                   then position = "CLINE"
  129.         when ausdruck == "\closing"                 then position = "CLOSING"
  130.         when ausdruck == "\clubsuit"                then position = "MSYMB"
  131.         when ausdruck == "cm"                       then position = "EINH"
  132.         when ausdruck == "\columnsep"               then position = "COLUMNSEP"
  133.         when ausdruck == "\columnseprule"           then position = "COLUMNSEPRULE"
  134.         when ausdruck == "\cong"                    then position = "MCOMP"
  135.         when ausdruck == "\contentsline"            then position = "CONTENTSLINE"
  136.         when ausdruck == "\coprod"                  then position = "MSYMB"
  137.         when ausdruck == "\copyright"               then position = "SONDER"
  138.         when ausdruck == "\cos"                     then position = "COS"
  139.         when ausdruck == "\cosh"                    then position = "COSH"
  140.         when ausdruck == "\cot"                     then position = "COT"
  141.         when ausdruck == "\coth"                    then position = "COTH"
  142.         when ausdruck == "\csc"                     then position = "CSC"
  143.         when ausdruck == "\cup"                     then position = "BINOP"
  144.         when ausdruck == "\d"                       then position = "D"
  145.         when ausdruck == "\dag"                    then position = "SONDER"
  146.         when ausdruck == "\dagger"                  then position = "BINOP"
  147.         when ausdruck == "\dashbox"                 then position = "DASHBOX"
  148.         when ausdruck == "\dashv"                   then position = "MSYMB"
  149.         when ausdruck == "\date"                    then position = "DATE"
  150.         when ausdruck == "\dblfloatpagefraction"    then position = "DBLFPFRAC"
  151.         when ausdruck == "\dblfloatsep"             then position = "DBLFLOATSEP"
  152.         when ausdruck == "\dbltextfloatsep"         then position = "DBLTEXTFLOATSEP"
  153.         when ausdruck == "\dbltopfraction"          then position = "DBLTOPFRACTION"
  154.         when ausdruck == "\dbltopnumber"            then position = "DBLTOPNUMBER"
  155.         when ausdruck == "dd"                       then position = "EINH"
  156.         when ausdruck == "\ddag"                    then position = "SONDER"
  157.         when ausdruck == "\ddagger"                 then position = "BINOP"
  158.         when ausdruck == "\ddot"                    then position = "DDOT"
  159.         when ausdruck == "\deg"                     then position = "DEG"
  160.         when ausdruck == "\Delta"                   then position = "GREEK"
  161.         when ausdruck == "\delta"                   then position = "GREEK"
  162.         when ausdruck == "description"              then position = "DESCRIPTION"
  163.         when ausdruck == "\det"                     then position = "DET"
  164.         when ausdruck == "\Diamond"                 then position = "MSYMB"
  165.         when ausdruck == "\diamond"                 then position = "BINOP"
  166.         when ausdruck == "\diamondsuit"             then position = "MSYMB"
  167.         when ausdruck == "\dim"                     then position = "DIM"
  168.         when ausdruck == "\discretionary"           then position = "DISCRETIONARY"
  169.         when ausdruck == "displaymath"              then position = "DISPLAYMATH"
  170.         when ausdruck == "\displaystyle"            then position = "DISPLAYSTYLE"
  171.         when ausdruck == "\div"                     then position = "BINOP"
  172.         when ausdruck == "document"                 then position = "DOCUMENT"
  173.         when ausdruck == "\documentstyle"           then position = "DS"
  174.         when ausdruck == "\dot"                     then position = "DOT"
  175.         when ausdruck == "\doteq"                   then position = "MCOMP"
  176.         when ausdruck == "\dotfill"                 then position = "DOTFILL"
  177.         when ausdruck == "\doublerulesep"           then position = "DOUBLERULESEP"
  178.         when ausdruck == "\Downarrow"               then position = "MARROW"
  179.         when ausdruck == "\downarrow"               then position = "MARROW"
  180.         when ausdruck == "\dq"                      then position = "DQ"
  181.         when ausdruck == "\ell"                     then position = "MSYMB"
  182.         when ausdruck == "em"                       then position = "EINH"
  183.         when ausdruck == "\em"                      then position = "EM"
  184.         when ausdruck == "\emptyset"                then position = "MSYMB"
  185.         when ausdruck == "\encl"                    then position = "ENCL"
  186.         when ausdruck == "\end"                     then position = "END"
  187.         when ausdruck == "\english"                 then position = "ENGLISH"
  188.         when ausdruck == "enumerate"                then position = "ENUMERATE"
  189.         when ausdruck == "\epsilon"                 then position = "GREEK"
  190.         when ausdruck == "eqnarray"                 then position = "EQNARRAY"
  191.         when ausdruck == "equation"                 then position = "EQUATION"
  192.         when ausdruck == "\equiv"                   then position = "MCOMP"
  193.         when ausdruck == "\eta"                     then position = "GREEK"
  194.         when ausdruck == "\evensidemargin"          then position = "EVENSIDEMARGIN"
  195.         when ausdruck == "ex"                       then position = "EINH"
  196.         when ausdruck == "\exists"                 then position = "MSYMB"
  197.         when ausdruck == "\exp"                     then position = "EXP"
  198.         when ausdruck == "\extracolsep"             then position = "EXTRACOLSEP"
  199.         when ausdruck == "\fbox"                    then position = "FBOX"
  200.         when ausdruck == "\fboxrule "               then position = "FBOXRULE"
  201.         when ausdruck == "\fboxsep"                 then position = "FBOXSEP"
  202.         when ausdruck == "figure"                   then position = "FIGURE"
  203.         when ausdruck == "\fill"                    then position = "FILL"
  204.         when ausdruck == "\flat"                    then position = "MSYMB"
  205.         when ausdruck == "fleqn"                    then position = "DS"
  206.         when ausdruck == "\floatpagefraction"       then position = "FPFRAC"
  207.         when ausdruck == "\floatsep"                then position = "FLOATSEP"
  208.         when ausdruck == "\flq"                     then position = "FLQ"
  209.         when ausdruck == "\flqq"                    then position = "FLQQ"
  210.         when ausdruck == "\flushbottom"             then position = "FLUSHBOTTOM"
  211.         when ausdruck == "flushleft"                then position = "FLUSHLEFT"
  212.         when ausdruck == "flushright"               then position = "FLUSHRIGHT"
  213.         when ausdruck == "\fnsymbol"                then position = "FNSYMBOL"
  214.         when ausdruck == "\footheight"              then position = "FOOTHEIGHT"
  215.         when ausdruck == "\footnote"                then position = "FOOTNOTE"
  216.         when ausdruck == "\footnotemark"            then position = "FOOTNOTEMARK"
  217.         when ausdruck == "\footnoterule"            then position = "FOOTNOTERULE"
  218.         when ausdruck == "\footnotesep"             then position = "FOOTNOTESEP"
  219.         when ausdruck == "\footnotesize"            then position = "FOOTNOTESIZE"
  220.         when ausdruck == "\footnotetext"            then position = "FOOTNOTETEXT"
  221.         when ausdruck == "\footskip"                then position = "FOOTSKIP"
  222.         when ausdruck == "\forall"                  then position = "MSYMB"
  223.         when ausdruck == "\frac"                    then position = "FRAC"
  224.         when ausdruck == "\frame"                   then position = "FRAME"
  225.         when ausdruck == "\framebox"                then position = "FRAMEBOX"
  226.         when ausdruck == "\french"                  then position = "FRENCH"
  227.         when ausdruck == "\frenchspacing"           then position = "FRENCHSPACING"
  228.         when ausdruck == "\frown"                   then position = "MCOMP"
  229.         when ausdruck == "\frq"                     then position = "FRQ"
  230.         when ausdruck == "\frqq"                    then position = "FRQQ"
  231.         when ausdruck == "Funktionsnamen"           then position = "MFUNC"
  232.         when ausdruck == "\fussy"                   then position = "FUSSY"
  233.         when ausdruck == "fussypar"                 then position = "FUSSYPAR"
  234.         when ausdruck == "\Gamma"                   then position = "GREEK"
  235.         when ausdruck == "\gamma"                   then position = "GREEK"
  236.         when ausdruck == "\gcd"                     then position = "GCD"
  237.         when ausdruck == "\ge"                      then position = "MCOMP"
  238.         when ausdruck == "\geq"                     then position = "MCOMP"
  239.         when ausdruck == "german.sty"               then position = "GERMANSTY"
  240.         when ausdruck == "\german"                  then position = "GERMAN"
  241.         when ausdruck == "\germanTeX"               then position = "GERMANTEX"
  242.         when ausdruck == "\gets"                    then position = "MARROW"
  243.         when ausdruck == "\gg"                     then position = "MCOMP"
  244.         when ausdruck == "\glossary"                then position = "GLOSSARY"
  245.         when ausdruck == "\glossaryentry"           then position = "GLOSSARYENTRY"
  246.         when ausdruck == "\glq"                     then position = "GLQ"
  247.         when ausdruck == "\glqq"                    then position = "GLQQ"
  248.         when ausdruck == "\grave"                   then position = "GRAVE"
  249.         when ausdruck == "\grq"                     then position = "GRQ"
  250.         when ausdruck == "\grqq"                    then position = "GRQQ"
  251.         when ausdruck == "\H"                       then position = "H"
  252.         when ausdruck == "\hat"                     then position = "HAT"
  253.         when ausdruck == "\hbar"                    then position = "MSYMB"
  254.         when ausdruck == "\headheight"              then position = "HEADHEIGHT"
  255.         when ausdruck == "\headsep"                 then position = "HEADSEP"
  256.         when ausdruck == "\heartsuit"               then position = "MSYMB"
  257.         when ausdruck == "\hfill"                   then position = "HFILL"
  258.         when ausdruck == "\hline"                   then position = "HLINE"
  259.         when ausdruck == "\hoffset"                 then position = "HOFFSET"
  260.         when ausdruck == "\hom"                     then position = "HOM"
  261.         when ausdruck == "\hookleftarrow"           then position = "MARROW"
  262.         when ausdruck == "\hookrightarrow"          then position = "MARROW"
  263.         when ausdruck == "\hrulefill"               then position = "HRULEFILL"
  264.         when ausdruck == "\hspace"                  then position = "HSPACE"
  265.         when ausdruck == "\Huge"                    then position = "HUGEU"
  266.         when ausdruck == "\huge"                    then position = "HUGE"
  267.         when ausdruck == "\hyphenation"             then position = "HYPHENATION"
  268.         when ausdruck == "\iff"                     then position = "MARROW"
  269.         when ausdruck == "\Im"                      then position = "MSYMB"
  270.         when ausdruck == "\imath"                   then position = "MSYMB"
  271.         when ausdruck == "in"                       then position = "EINH"
  272.         when ausdruck == "\in"                      then position = "MCOMP"
  273.         when ausdruck == "\include"                 then position = "INCLUDE"
  274.         when ausdruck == "\includeonly"             then position = "INCLUDEONLY"
  275.         when ausdruck == "\indent"                  then position = "INDENT"
  276.         when ausdruck == "\index"                   then position = "MINDEX"
  277.         when ausdruck == "\indexentry"              then position = "INDEXENTRY"
  278.         when ausdruck == "\indexspace"              then position = "INDEXSPACE"
  279.         when ausdruck == "\inf"                     then position = "INF"
  280.         when ausdruck == "\infty"                   then position = "MSYMB"
  281.         when ausdruck == "\input"                   then position = "INPUT"
  282.         when ausdruck == "\int"                     then position = "MSYMB"
  283.         when ausdruck == "\intextsep"               then position = "INTEXTSEP"
  284.         when ausdruck == "\iota"                    then position = "GREEK"
  285.         when ausdruck == "\it"                      then position = "IT"
  286.         when ausdruck == "\item"                    then position = "ITEM"
  287.         when ausdruck == "\itemindent"              then position = "ITEMINDENT"
  288.         when ausdruck == "itemize"                  then position = "ITEMIZE"
  289.         when ausdruck == "\itemsep"                 then position = "ITEMSEP"
  290.         when ausdruck == "\jmath"                   then position = "MSYMB"
  291.         when ausdruck == "\Join"                    then position = "MSYMB"
  292.         when ausdruck == "\jot"                     then position = "JOT"
  293.         when ausdruck == "\kappa"                   then position = "GREEK"
  294.         when ausdruck == "\ker"                     then position = "KER"
  295.         when ausdruck == "\kill"                    then position = "KILL"
  296.         when ausdruck == "\L"                       then position = "SONDER"
  297.         when ausdruck == "\l"                       then position = "SONDER"
  298.         when ausdruck == "\label"                   then position = "LABEL"
  299.         when ausdruck == "\labelenum"               then position = "LABELENUM"
  300.         when ausdruck == "\labelitem"               then position = "LABELITEM"
  301.         when ausdruck == "\labelsep"                then position = "LABELSEP"
  302.         when ausdruck == "\labelwidth"              then position = "LABELWIDTH"
  303.         when ausdruck == "\Lamda"                   then position = "GREEK"
  304.         when ausdruck == "\lamda"                   then position = "GREEK"
  305.         when ausdruck == "\langle"                  then position = "MKLAMMER"
  306.         when ausdruck == "\LARGE"                   then position = "LARGEU"
  307.         when ausdruck == "\Large"                   then position = "LARGEM"
  308.         when ausdruck == "\large"                   then position = "LARGE"
  309.         when ausdruck == "\LaTeX"                   then position = "LATEX"
  310.         when ausdruck == "\lceil"                   then position = "MKLAMMER"
  311.         when ausdruck == "\le"                      then position = "MCOMP"
  312.         when ausdruck == "\leadsto"                 then position = "MARROW"
  313.         when ausdruck == "\left"                    then position = "LEFT"
  314.         when ausdruck == "\Leftarrow"               then position = "MARROW"
  315.         when ausdruck == "\leftarrow"               then position = "MARROW"
  316.         when ausdruck == "\lefteqn"                 then position = "LEFTEQN"
  317.         when ausdruck == "\leftharpoondown"         then position = "MARROW"
  318.         when ausdruck == "\leftharpoonup"           then position = "MARROW"
  319.         when ausdruck == "\leftmargin"              then position = "LEFTMARGIN"
  320.         when ausdruck == "\Leftrightarrow"          then position = "MARROW"
  321.         when ausdruck == "\leftrightarrow"          then position = "MARROW"
  322.         when ausdruck == "\leftrightharpoons"       then position = "MARROW"
  323.         when ausdruck == "\leq"                    then position = "MCOMP"
  324.         when ausdruck == "leqno"                    then position = "DS"
  325.         when ausdruck == "letter"                   then position = "LETTER"
  326.         when ausdruck == "\lfloor"                  then position = "MKLAMMER"
  327.         when ausdruck == "\lg"                      then position = "LG"
  328.         when ausdruck == "\lhd"                     then position = "BINOP"
  329.         when ausdruck == "\lim"                     then position = "LIM"
  330.         when ausdruck == "\liminf"                  then position = "LIMINF"
  331.         when ausdruck == "\limits"                  then position = "LIMITS"
  332.         when ausdruck == "\limsup"                  then position = "LIMSUP"
  333.         when ausdruck == "\line"                    then position = "LINE"
  334.         when ausdruck == "\linebreak"               then position = "LINEBREAK"
  335.         when ausdruck == "\linethickness"           then position = "LINETHICKNESS"
  336.         when ausdruck == "list"                     then position = "LIST"
  337.         when ausdruck == "\listoffigures"           then position = "LISTOFFIGURES"
  338.         when ausdruck == "\listoftables"            then position = "LISTOFTABLES"
  339.         when ausdruck == "\listparindent"           then position = "LISTPARINDENT"
  340.         when ausdruck == "\ll"                      then position = "MCOMP"
  341.         when ausdruck == "\ln"                     then position = "LN"
  342.         when ausdruck == "\load"                    then position = "LOAD"
  343.         when ausdruck == "\log"                     then position = "LOG"
  344.         when ausdruck == "\Longleftarrow"           then position = "MARROW"
  345.         when ausdruck == "\longleftarrow"           then position = "MARROW"
  346.         when ausdruck == "\Longleftrightarrow"      then position = "MARROW"
  347.         when ausdruck == "\longleftrightarrow"      then position = "MARROW"
  348.         when ausdruck == "\longmapsto"              then position = "MARROW"
  349.         when ausdruck == "\Longrightarrow"          then position = "MARROW"
  350.         when ausdruck == "\longrightarrow"          then position = "MARROW"
  351.         when ausdruck == "\makebox"                 then position = "MAKEBOX"
  352.         when ausdruck == "\makeglossary"            then position = "MAKEGLOSSARY"
  353.         when ausdruck == "MakeIndex"                then position = "MakeIndex2"
  354.         when ausdruck == "\makeindex"               then position = "MAKEINDEX"
  355.         when ausdruck == "\makelabel"               then position = "MAKELABEL"
  356.         when ausdruck == "\makelabels"              then position = "MAKELABELS"
  357.         when ausdruck == "\maketitle"               then position = "MAKETITLE"
  358.         when ausdruck == "\mapsto"                 then position = "MARROW"
  359.         when ausdruck == "\marginpar"               then position = "MARGINPAR"
  360.         when ausdruck == "\marginparpush"           then position = "MARGINPARPUSH"
  361.         when ausdruck == "\marginparsep"            then position = "MARGINPARSEP"
  362.         when ausdruck == "\marginparwidth"          then position = "MARGINPARWIDTH"
  363.         when ausdruck == "\markboth"                then position = "MARKBOTH"
  364.         when ausdruck == "\markright"               then position = "MARKRIGHT"
  365.         when ausdruck == "math"                     then position = "MATH"
  366.         when ausdruck == "\mathindent"              then position = "MATHINDENT"
  367.         when ausdruck == "\max"                     then position = "MAX"
  368.         when ausdruck == "\mbox"                    then position = "MBOX"
  369.         when ausdruck == "\medskip"                 then position = "MEDSKIP"
  370.         when ausdruck == "\medskipamount"           then position = "MEDSKIPAMOUNT"
  371.         when ausdruck == "\mho"                     then position = "MSYMB"
  372.         when ausdruck == "\mid"                     then position = "MCOMP"
  373.         when ausdruck == "\min"                     then position = "MIN"
  374.         when ausdruck == "minipage"                 then position = "MINIPAGE"
  375.         when ausdruck == "\mit"                     then position = "MIT"
  376.         when ausdruck == "mm"                       then position = "EINH"
  377.         when ausdruck == "\models"                  then position = "MCOMP"
  378.         when ausdruck == "\mp"                      then position = "BINOP"
  379.         when ausdruck == "\mu"                      then position = "GREEK"
  380.         when ausdruck == "\multicolumn"             then position = "MULTICOLUMN"
  381.         when ausdruck == "\multiput"                then position = "MULTIPUT"
  382.         when ausdruck == "\myref"                   then position = "MYREF"
  383.         when ausdruck == "\nabla"                   then position = "MSYMB"
  384.         when ausdruck == "\name"                    then position = "NAME"
  385.         when ausdruck == "\natural"                 then position = "MSYMB"
  386.         when ausdruck == "\nearrow"                 then position = "MARROW"
  387.         when ausdruck == "\neg"                     then position = "MSYMB"
  388.         when ausdruck == "\neq"                     then position = "MCOMP"
  389.         when ausdruck == "\newcommand"              then position = "NEWCOMMAND"
  390.         when ausdruck == "\newcounter"              then position = "NEWCOUNTER"
  391.         when ausdruck == "\newenvironment"          then position = "NEWENVIRONMENT"
  392.         when ausdruck == "\newfont"                 then position = "NEWFONT"
  393.         when ausdruck == "\newlength"               then position = "NEWLENGTH"
  394.         when ausdruck == "\newline"                 then position = "NEWLINE"
  395.         when ausdruck == "\newpage"                 then position = "NEWPAGE"
  396.         when ausdruck == "\newsavebox"              then position = "NEWSAVEBOX"
  397.         when ausdruck == "\newtheorem"              then position = "NEWTHEOREM"
  398.         when ausdruck == "\ni"                      then position = "MCOMP"
  399.         when ausdruck == "\nocite"                  then position = "NOCITE"
  400.         when ausdruck == "\nofiles"                 then position = "NOFILES"
  401.         when ausdruck == "\noindent"                then position = "NOINDENT"
  402.         when ausdruck == "\nolimits"                then position = "NOLIMITS"
  403.         when ausdruck == "\nolinebreak"             then position = "NOLINEBREAK"
  404.         when ausdruck == "\nonfrenchspacing"        then position = "NONFSPACE"
  405.         when ausdruck == "\nonumber"                then position = "NONUMBER"
  406.         when ausdruck == "\nopagebreak"             then position = "NOPAGEBREAK"
  407.         when ausdruck == "\normalmarginpar"         then position = "NORMALMARGINPAR"
  408.         when ausdruck == "\normalsize"              then position = "NORMALSIZE"
  409.         when ausdruck == "\not"                     then position = "NOT"
  410.         when ausdruck == "\notin"                   then position = "MCOMP"
  411.         when ausdruck == "\nu"                      then position = "GREEK"
  412.         when ausdruck == "\numberline"              then position = "NUMBERLINE"
  413.         when ausdruck == "\nwarrow"                 then position = "MARROW"
  414.         when ausdruck == "\O"                       then position = "SONDER"
  415.         when ausdruck == "\o"                       then position = "SONDER"
  416.         when ausdruck == "\oddsidemargin"           then position = "ODDSIDEMARGIN"
  417.         when ausdruck == "\odot"                    then position = "BINOP"
  418.         when ausdruck == "\OE"                      then position = "SONDER"
  419.         when ausdruck == "\oe"                      then position = "SONDER"
  420.         when ausdruck == "\oint"                    then position = "MSYMB"
  421.         when ausdruck == "\Omega"                   then position = "GREEK"
  422.         when ausdruck == "\omega"                   then position = "GREEK"
  423.         when ausdruck == "\ominus"                  then position = "BINOP"
  424.         when ausdruck == "\onecolumn"               then position = "ONECOLUMN"
  425.         when ausdruck == "\opening"                 then position = "OPENING"
  426.         when ausdruck == "\oplus"                   then position = "BINOP"
  427.         when ausdruck == "\originalTeX"             then position = "ORIGINALTEX"
  428.         when ausdruck == "\oslash"                  then position = "BINOP"
  429.         when ausdruck == "\otimes"                  then position = "BINOP"
  430.         when ausdruck == "\oval"                    then position = "OVAL"
  431.         when ausdruck == "\overbrace"               then position = "OVERBRACE"
  432.         when ausdruck == "\overline"                then position = "OVERLINE"
  433.         when ausdruck == "\P"                       then position = "SONDER"
  434.         when ausdruck == "\pagebreak"               then position = "PAGEBREAK"
  435.         when ausdruck == "\pagenumbering"           then position = "PAGENUMBERING"
  436.         when ausdruck == "\pageref"                 then position = "PAGEREF"
  437.         when ausdruck == "\pagestyle"               then position = "PAGESTYLE"
  438.         when ausdruck == "\par"                     then position = "PAR"
  439.         when ausdruck == "\paragraph"               then position = "PARAGRAPH"
  440.         when ausdruck == "\parallel"                then position = "MCOMP"
  441.         when ausdruck == "\parbox"                  then position = "PARBOX"
  442.         when ausdruck == "\parindent"               then position = "PARINDENT"
  443.         when ausdruck == "\parsep"                  then position = "PARSEP"
  444.         when ausdruck == "\parskip"                 then position = "PARSKIP"
  445.         when ausdruck == "\part"                    then position = "PART"
  446.         when ausdruck == "\partial"                 then position = "MSYMB"
  447.         when ausdruck == "\partopsep"               then position = "PARTOPSEP"
  448.         when ausdruck == "pc"                       then position = "EINH"
  449.         when ausdruck == "\perp"                    then position = "MCOMP"
  450.         when ausdruck == "\Phi"                     then position = "GREEK"
  451.         when ausdruck == "\phi"                     then position = "GREEK"
  452.         when ausdruck == "\Pi"                      then position = "GREEK"
  453.         when ausdruck == "\pi"                      then position = "GREEK"
  454.         when ausdruck == "picture"                  then position = "PICTURE"
  455.         when ausdruck == "\pm"                      then position = "BINOP"
  456.         when ausdruck == "\pmod"                    then position = "PMOD"
  457.         when ausdruck == "\poptabs"                 then position = "POPTABS"
  458.         when ausdruck == "\pounds"                  then position = "SONDER"
  459.         when ausdruck == "\Pr"                      then position = "PR"
  460.         when ausdruck == "\prec"                    then position = "MCOMP"
  461.         when ausdruck == "\preceq"                  then position = "MCOMP "
  462.         when ausdruck == "\prime"                   then position = "MSYMB"
  463.         when ausdruck == "\printindex"              then position = "PRINTINDEX"
  464.         when ausdruck == "\prod"                    then position = "MSYMB"
  465.         when ausdruck == "\propto"                  then position = "MCOMP"
  466.         when ausdruck == "\protect"                 then position = "PROTECT"
  467.         when ausdruck == "\ps"                      then position = "PS"
  468.         when ausdruck == "\Psi"                     then position = "GREEK"
  469.         when ausdruck == "\psi"                     then position = "GREEK"
  470.         when ausdruck == "pt"                       then position = "EINH"
  471.         when ausdruck == "\pushtabs"                then position = "PUSHTABS"
  472.         when ausdruck == "\put"                     then position = "PUT"
  473.         when ausdruck == "\qquad"                   then position = "QQUAD"
  474.         when ausdruck == "\quad"                    then position = "QUAD"
  475.         when ausdruck == "quotation"                then position = "QUOTATION"
  476.         when ausdruck == "quote"                    then position = "QUOTE"
  477.         when ausdruck == "\raggedbottom"            then position = "RAGGEDBOTTOM"
  478.         when ausdruck == "\raggedleft"              then position = "RAGGEDLEFT"
  479.         when ausdruck == "\raggedright"             then position = "RAGGEDRIGHT"
  480.         when ausdruck == "\raisebox"                then position = "RAISEBOX"
  481.         when ausdruck == "\rangle"                  then position = "MKLAMMER"
  482.         when ausdruck == "\rceil"                   then position = "MKLAMMER"
  483.         when ausdruck == "\Re"                      then position = "MSYMB"
  484.         when ausdruck == "\ref"                     then position = "REF"
  485.         when ausdruck == "\refstepcounter"          then position = "REFSTEPCOUNTER"
  486.         when ausdruck == "\renewcommand"           then position = "RENEWCOMMAND"
  487.         when ausdruck == "\renewenvironment"        then position = "RENEWENV"
  488.         when ausdruck == "report"                   then position = "DS"
  489.         when ausdruck == "\reversemarginpar"        then position = "REVMARGPAR"
  490.         when ausdruck == "\rfloor"                  then position = "MKLAMMER"
  491.         when ausdruck == "\rhd"                     then position = "BINOP"
  492.         when ausdruck == "\rho"                     then position = "GREEK"
  493.         when ausdruck == "\right"                   then position = "RIGHT"
  494.         when ausdruck == "\Rightarrow"              then position = "MARROW"
  495.         when ausdruck == "\rightarrow"              then position = "MARROW"
  496.         when ausdruck == "\rightharpoondown"        then position = "MARROW"
  497.         when ausdruck == "\rightharpoonup"          then position = "MARROW"
  498.         when ausdruck == "\rightmargin"             then position = "RIGHTMARGIN"
  499.         when ausdruck == "\rm"                      then position = "RM"
  500.         when ausdruck == "\Roman"                   then position = "ROMANU"
  501.         when ausdruck == "\roman"                   then position = "ROMAN"
  502.         when ausdruck == "\rule"                    then position = "RULE"
  503.         when ausdruck == "\S"                       then position = "SONDER"
  504.         when ausdruck == "samepage"                 then position = "samepage2"
  505.         when ausdruck == "\samepage"                then position = "samepage"
  506.         when ausdruck == "\savebox"                 then position = "SAVEBOX"
  507.         when ausdruck == "\sbox"                    then position = "SBOX"
  508.         when ausdruck == "\sc"                      then position = "SC"
  509.         when ausdruck == "Schriftstile"             then position = "STIL"
  510.         when ausdruck == "\scriptscriptstyle"       then position = "SSSTYLE"
  511.         when ausdruck == "\scriptsize"              then position = "SCRIPTSIZE"
  512.         when ausdruck == "\scriptstyle"             then position = "SCRIPTSTYLE"
  513.         when ausdruck == "\searrow"                 then position = "MARROW"
  514.         when ausdruck == "\sec"                     then position = "SEC"
  515.         when ausdruck == "\section"                 then position = "SECTION"
  516.         when ausdruck == "\see"                     then position = "SEE"
  517.         when ausdruck == "\selectlanguage"          then position = "SELECTLANGUAGE"
  518.         when ausdruck == "\setcounter"              then position = "SETCOUNTER"
  519.         when ausdruck == "\setlength"               then position = "SETLENGTH"
  520.         when ausdruck == "\setminus"                then position = "BINOP"
  521.         when ausdruck == "\settowidth"              then position = "SETTOWIDTH"
  522.         when ausdruck == "\sf"                      then position = "SF"
  523.         when ausdruck == "\sharp"                   then position = "MSYMB"
  524.         when ausdruck == "\shortstack"              then position = "SHORTSTACK"
  525.         when ausdruck == "\showhyphens"             then position = "SHOWHYPHENS"
  526.         when ausdruck == "\Sigma"                   then position = "GREEK"
  527.         when ausdruck == "\sigma"                   then position = "GREEK"
  528.         when ausdruck == "\signature"               then position = "SIGNATURE"
  529.         when ausdruck == "\sim"                     then position = "MCOMP"
  530.         when ausdruck == "\simeq"                   then position = "MCOMP"
  531.         when ausdruck == "\sin"                     then position = "SIN"
  532.         when ausdruck == "\sinh"                    then position = "SINH"
  533.         when ausdruck == "\sl"                      then position = "SL"
  534.         when ausdruck == "\sloppy"                  then position = "SLOPPY"
  535.         when ausdruck == "sloppypar"                then position = "SLOPPYPAR"
  536.         when ausdruck == "\small"                   then position = "SMALL"
  537.         when ausdruck == "\smallskip"               then position = "SMALLSKIP"
  538.         when ausdruck == "\smallskipamount"         then position = "SMALLSKIPAMOUNT"
  539.         when ausdruck == "\smile"                   then position = "MCOMP"
  540.         when ausdruck == "sp"                       then position = "EINH"
  541.         when ausdruck == "\spadesuit"               then position = "MSYMB"
  542.         when ausdruck == "\special"                 then position = "SPECIAL"
  543.         when ausdruck == "\sqcap"                   then position = "BINOP"
  544.         when ausdruck == "\sqcup"                   then position = "BINOP"
  545.         when ausdruck == "\sqrt"                    then position = "SQRT"
  546.         when ausdruck == "\sqsubset"                then position = "MCOMP"
  547.         when ausdruck == "\sqsubseteq"              then position = "MCOMP"
  548.         when ausdruck == "\sqsupset"                then position = "MCOMP"
  549.         when ausdruck == "\sqsupseteq"              then position = "MCOMP"
  550.         when ausdruck == "\ss"                      then position = "SS"
  551.         when ausdruck == "\stackrel"                then position = "STACKREL"
  552.         when ausdruck == "\star"                    then position = "BINOP"
  553.         when ausdruck == "\stepcounter"             then position = "STEPCOUNTER"
  554.         when ausdruck == "\stretch"                then position = "STRETCH"
  555.         when ausdruck == "\subitem"                 then position = "SUBITEM"
  556.         when ausdruck == "\subject"                 then position = "SUBJECT"
  557.         when ausdruck == "\subparagraph"            then position = "SUBPARAGRAPH"
  558.         when ausdruck == "\subsection"              then position = "SUBSECTION"
  559.         when ausdruck == "\subset"                  then position = "MCOMP"
  560.         when ausdruck == "\subseteq"                then position = "MCOMP"
  561.         when ausdruck == "\subsubitem"              then position = "SUBSUBITEM"
  562.         when ausdruck == "\subsubsection"           then position = "SUBSUBSECTION"
  563.         when ausdruck == "\succ"                    then position = "MCOMP"
  564.         when ausdruck == "\succeq"                  then position = "MCOMP"
  565.         when ausdruck == "\sum"                     then position = "MSYMB"
  566.         when ausdruck == "\sup"                     then position = "SUP"
  567.         when ausdruck == "\supset"                  then position = "MCOMP"
  568.         when ausdruck == "\supseteq"                then position = "MCOMP"
  569.         when ausdruck == "\surd"                    then position = "MSYMB"
  570.         when ausdruck == "\swarrow"                 then position = "MARROW"
  571.         when ausdruck == "\symbol"                  then position = "SYMBOL"
  572.         when ausdruck == "\t"                       then position = "T"
  573.         when ausdruck == "tabbing"                  then position = "TABBING"
  574.         when ausdruck == "\tabbingsep"              then position = "TABBINGSEP"
  575.         when ausdruck == "\tabcolsep"               then position = "TABCOLSEP"
  576.         when ausdruck == "table"                    then position = "TABLE"
  577.         when ausdruck == "\tableofcontents"         then position = "TABLEOFCONTENTS"
  578.         when ausdruck == "tabular"                  then position = "TABULAR"
  579.         when ausdruck == "\tan"                     then position = "TAN"
  580.         when ausdruck == "\tanh"                    then position = "TANH"
  581.         when ausdruck == "\tau"                     then position = "GREEK"
  582.         when ausdruck == "\telephone"               then position = "TELEPHONE"
  583.         when ausdruck == "\TeX"                     then position = "TEX"
  584.         when ausdruck == "\textfloatsep"            then position = "TEXTFLOATSEP"
  585.         when ausdruck == "\textfraction"            then position = "TEXTFRACTION"
  586.         when ausdruck == "\textheight"              then position = "TEXTHEIGHT"
  587.         when ausdruck == "\textstyle"               then position = "TEXTSTYLE"
  588.         when ausdruck == "\textwidth"               then position = "TEXTWIDTH"
  589.         when ausdruck == "\thanks"                  then position = "THANKS"
  590.         when ausdruck == "\the"                     then position = "THEz
  591. hler"
  592.         when ausdruck == "thebibliography"          then position = "THEBIBLIOGRAPHY"
  593.         when ausdruck == "theindex"                 then position = "THEINDEX"
  594.         when ausdruck == "\Theta"                   then position = "GREEK"
  595.         when ausdruck == "\theta"                   then position = "GREEK"
  596.         when ausdruck == "\thicklines"              then position = "THICKLINES"
  597.         when ausdruck == "\thinlines"               then position = "THINLINES"
  598.         when ausdruck == "\thispagestyle"           then position = "THISPAGESTYLE"
  599.         when ausdruck == "\tilde"                   then position = "TILDE"
  600.         when ausdruck == "\times"                   then position = "BINOP"
  601.         when ausdruck == "\tiny"                    then position = "TINY"
  602.         when ausdruck == "\title"                   then position = "TITLE"
  603.         when ausdruck == "titlepage"                then position = "TITLEPAGE"
  604.         when ausdruck == "\today"                   then position = "TODAY"
  605.         when ausdruck == "\top"                     then position = "MSYMB"
  606.         when ausdruck == "\topfraction"             then position = "TOPFRACTION"
  607.         when ausdruck == "\topmargin"               then position = "TOPMARGIN"
  608.         when ausdruck == "\topnumber"               then position = "TOPNUMBER"
  609.         when ausdruck == "\topsep"                  then position = "TOPSEP"
  610.         when ausdruck == "\topskip"                 then position = "TOPSKIP"
  611.         when ausdruck == "\totalnumber"             then position = "TOTALNUMBER"
  612.         when ausdruck == "\triangle"                then position = "MSYMB"
  613.         when ausdruck == "\triangleleft"            then position = "BINOP"
  614.         when ausdruck == "\triangleright"           then position = "BINOP"
  615.         when ausdruck == "trivlist"                 then position = "TRIVLIST"
  616.         when ausdruck == "\tt"                      then position = "TT"
  617.         when ausdruck == "twocolumn"                then position = "DS"
  618.         when ausdruck == "\twocolumn"               then position = "TWOCOLUMN"
  619.         when ausdruck == "twoside"                  then position = "DS"
  620.         when ausdruck == "\typein"                  then position = "TYPEIN"
  621.         when ausdruck == "\typeout"                 then position = "TYPEOUT"
  622.         when ausdruck == "\u"                       then position = "U"
  623.         when ausdruck == "\umlauthigh"              then position = "UMLAUTHIGH"
  624.         when ausdruck == "\umlautlow"               then position = "UMLAUTLOW"
  625.         when ausdruck == "\unboldmath"              then position = "UNBOLDMATH"
  626.         when ausdruck == "\underbrace"              then position = "UNDERBRACE"
  627.         when ausdruck == "\underline"               then position = "UNDERLINE"
  628.         when ausdruck == "\unitlength"              then position = "UNITLENGTH"
  629.         when ausdruck == "\unitlength"              then position = "UNITLENGTH"
  630.         when ausdruck == "\unlhd"                   then position = "BINOP"
  631.         when ausdruck == "\unrhd"                   then position = "BINOP"
  632.         when ausdruck == "\Uparrow"                 then position = "MARROW"
  633.         when ausdruck == "\uparrow"                 then position = "MARROW"
  634.         when ausdruck == "\Updownarrow"             then position = "MARROW"
  635.         when ausdruck == "\updownarrow"             then position = "MARROW"
  636.         when ausdruck == "\uplus"                   then position = "BINOP"
  637.         when ausdruck == "\Upsilon"                 then position = "GREEK"
  638.         when ausdruck == "\upsilon"                 then position = "GREEK"
  639.         when ausdruck == "\usebox"                  then position = "USEBOX"
  640.         when ausdruck == "\USenglish"               then position = "USENGLISH"
  641.         when ausdruck == "\v"                       then position = "V"
  642.         when ausdruck == "\value"                   then position = "VALUE"
  643.         when ausdruck == "\varepsilon"              then position = "GREEK"
  644.         when ausdruck == "\varphi"                  then position = "GREEK"
  645.         when ausdruck == "\varpi"                   then position = "GREEK"
  646.         when ausdruck == "\varrho"                  then position = "GREEK"
  647.         when ausdruck == "\varsigma"                then position = "GREEK"
  648.         when ausdruck == "\vartheta"                then position = "GREEK"
  649.         when ausdruck == "\vdash"                   then position = "MSYMB"
  650.         when ausdruck == "\vec"                     then position = "VEC"
  651.         when ausdruck == "\vector"                  then position = "VECTOR"
  652.         when ausdruck == "\vee"                     then position = "BINOP"
  653.         when ausdruck == "\verb"                    then position = "VERB"
  654.         when ausdruck == "verbatim"                 then position = "VERBATIM"
  655.         when ausdruck == "verse"                    then position = "VERSE"
  656.         when ausdruck == "\vfill"                   then position = "VFILL"
  657.         when ausdruck == "\vline"                   then position = "VLINE"
  658.         when ausdruck == "\voffset"                 then position = "VOFFSET"
  659.         when ausdruck == "\vspace"                  then position = "VSPACE"
  660.         when ausdruck == "\wedge"                   then position = "BINOP"
  661.         when ausdruck == "\widehat"                 then position = "WIDEHAT"
  662.         when ausdruck == "\widetilde"              then position = "WIDETILDE"
  663.         when ausdruck == "\wp"                      then position = "MSYMB"
  664.         when ausdruck == "\wr"                      then position = "BINOP"
  665.         when ausdruck == "\Xi"                      then position = "GREEK"
  666.         when ausdruck == "\xi"                      then position = "GREEK "
  667.         when ausdruck == "\zeta"                    then position = "GREEK"
  668.         otherwise position = "Syntax"
  669. /* hier kommt eine Schleife, um Amigaguide erstmal hochkommen zu lassen.   */
  670. /* Waitforport hat bei mir nicht funktioniert (was falsch gemacht?)        */
  671. /* Dann wird der Node angew
  672. hlt                                            */
  673. ADDRESS COMMAND 'SYS:rexxc/waitforport AMIGAGUIDE.1'
  674. ADDRESS "AMIGAGUIDE.1"
  675. alink position
  676.