home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / texted / stronged_2 / !StrongED / Defaults / Modes / LaTeX < prev    next >
Text File  |  1996-09-02  |  1KB  |  71 lines

  1. #
  2. # A simple LaTex mode by Steve Harris
  3. # Just colours. Nothing else.
  4. #
  5.  
  6. SyntaxComment 1
  7.     Type        OneLine
  8.     StartWith    %
  9. End
  10.  
  11. ID_FirstChar    A-Za-z
  12. ID_Middle    A-Za-z
  13.  
  14. SyntaxOptions
  15.     SingleQuote    No
  16.     DoubleQuote    No
  17.     QuoteQuote    No
  18. End
  19.  
  20. SyntaxWords Group1 EndOfID nocase
  21.     \A \B \C \D \E \F \G \H \I \J \K \L \M
  22.     \N \O \P \Q \R \S \T \U \V \W \X \Y \Z
  23. End
  24.  
  25. SyntaxWords Group2 EndAlways nocase
  26.     \\ \[ \] \' \( \) \+ \- \< \= \> \`
  27.     \; \: \, \!
  28.     \# \$ \& \~ \_ \^ 
  29. End
  30.  
  31. SyntaxWords Group3 EndAlways nocase
  32.     # $ & ~ _ ^
  33. End
  34.  
  35. SyntaxWords Group4 EndAlways case
  36.  
  37.     document
  38.     part        paragraph    figure        enumi
  39.     chapter        subparagraph    table        enumii
  40.     section        page        footnote    enumiii
  41.     subsection    equation    mpfootnote    enumiv
  42.     subsubsection
  43.  
  44.     article    report    letter    book    slides    10pt    11pt    12pt
  45.     a4paper    a5paper    b5paper    letterpaper    legalpaper    executivepaper
  46.     landscape    titlepage    notitlepage    leqno    fleqn
  47.     openbib    draft    final
  48.  
  49.     array    center    description    enumerate    eqnarray    equation
  50.     figure    flushleft    flushright    itemize    letter    list    minipage
  51.     picture    quotation    quote    tabbing    table    tabular    thebibliography
  52.     theorem    titlepage    verbatim    verse    left    right
  53.  
  54.     OT1    T1    cmr    cmss    cmtt    bx
  55.  
  56.     math    displaymath    equation
  57.  
  58.     arabic    roman    Roman    alph    Alph
  59.  
  60.     plain    empty    headings    myheadings
  61.  
  62.     tiny    scriptsize    footnotesize    small    normalsize    large
  63.     Large    LARGE    huge    Huge
  64.  
  65.     textrm    textit    emph    textmd    textbf    textup    textsl    textsf    textsc
  66.     texttt    textnormal    mathrm    mathbf    mathsf    mathtt    mathit    mathnormal
  67.     mathca    bold    normal
  68.  
  69. End
  70.  
  71.