home *** CD-ROM | disk | FTP | other *** search
/ Meeting Pearls 3 / Meeting_Pearls_III.iso / Pearls / texmf / doc / LaTeX / Hilfe / syn_ref.ged < prev    next >
Text File  |  1995-01-23  |  52KB  |  756 lines

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