home *** CD-ROM | disk | FTP | other *** search
- #***********************************************************************
- # TeX/LaTeX
- EXTENSION ".TEX", ".STY", ".CLS", ".FD" = {
-
- COMMENT {DarkCyan, Light} = "%", "";
-
- DELIMITER " {}@+*][.,;:-'`#^?=&%$▌\"!~|<>()∙";
-
- # Steuerkommandos
- KEYS{DarkRed, Bold} =
- "\\part", "\\chapter", "\\section", "\\subsection", "\\subsubsection",
- "\\paragraph", "\\subparagraph", "\\appendix", "\\tableofcontents",
- "\\documentstyle", "\\selectfont", "\\begin", "\\end", "\\renewcommand",
- "\\newcommand",
- "\\document", "\\endinput", "\\thicklines", "\\thinlines", "\\caption",
- "\\label", "\\put", "\\multiput", "\\oval", "\\line", "\\vector",
- "\\frac", "\\framebox", "\\makebox", "\\rm", "\\it", "\\sc", "\\em",
- "\\sl", "\\tt", "\\bf", "\\sf", "\\tiny", "\\scriptsize", "\\footnotesize",
- "\\small", "\\normalsize", "\\large", "\\Large", "\\LARGE", "\\huge",
- "\\Huge", "\\ref","\\pageref", "\\cite", "\\item",
- "\\newpage", "\\centering", "\\leavevmode",
- "\\includegraphic",
- "\\clearpage", "\\cleardoublepage";
-
- # Umgebungen
- KEYS{DarkBlue, Bold} =
- equation, eqnarray, displaymath, array, article, section, minipage,
- tabular, table, figure, document, letter, verbatim,
- quote, quotation, center, verse, verbatim, itemize, enumerate,
- description, titlepage, abstract, picture, figure, tabular;
-
- #***********************************************************
- # Umgebungen
- #***********************************************************
- SHORTCUT 'Ba' ={\
- \\begin{appendix\}
- \c
- \\end{appendix\}
- };
-
-
- SHORTCUT 'Bc' ={\
- \\begin{center\}
- \c
- \\end{center\}
- };
-
-
- SHORTCUT 'Bd' ={\
- \\begin{description\}
- \\item \c
- \\end{description\}
- };
-
-
- SHORTCUT 'Bf' ={\
- \\begin{figure\}[!h]
- \c
- \\end{figure\}
- };
-
-
- SHORTCUT 'Bi' ={\
- \\begin{itemize\}
- \\item \c
- \\end{itemize\}
- };
-
-
- SHORTCUT 'Be' ={\
- \\begin{enumerate\}
- \\item \c
- \\end{enumerate\}
- };
-
-
- SHORTCUT 'Bm' ={\
- \\begin{minipage\}{
- \c
- \}\\end{minipage\}
- };
-
-
- SHORTCUT 'Bo' ={\
- \\begin{document\}
- \c
- \\end{document\}
- };
-
-
- SHORTCUT 'Bq' ={\
- \\begin{quote\}
- \c
- \\end{quote\}
- };
-
-
-
- SHORTCUT 'Bt' ={\
- \\begin{table\}[htbp]
- \c
- \\caption{???Bildunterschrift??? \}
- \\label{???Label??? \}
- \\end{table\}
- };
-
-
- SHORTCUT 'Bv' ={\
- \\begin{verbatim\}
- \c
- \\end{verbatim\}
- };
-
-
- SHORTCUT 'Beq' ={\
- \\begin{eqnarray\}
- \c
- \\end{eqnarray\}
- };
-
- SHORTCUT 'Be*' ={\
- \\begin{eqnarray*\}
- \c
- \\end{eqnarray*\}
- };
-
-
- SHORTCUT 'equ' ={\
- \\begin{equation\}
- \c
- \\end{equation\}
- };
-
-
- SHORTCUT 'math' ={\
- \\begin{displaymath\}
- \c
- \\end{displaymath\}
- };
-
- SHORTCUT 'Bar' ={\
- \\begin{array\}{lll\c\}
- \\end{array\}
- };
-
-
- #***********************************************************
- # Type Styles
- #***********************************************************
- SHORTCUT 'rm' = {\
- {\\rm \c\}
- };
-
- SHORTCUT 'em' = {\
- {\\em \c\}
- };
-
- SHORTCUT 'bf' = {\
- {\\bf \c\}
- };
-
- SHORTCUT 'it' = {\
- {\\it \c\}
- };
-
- SHORTCUT 'sl' = {\
- {\\sl \c\}
- };
-
- SHORTCUT 'sf' = {\
- {\\sf \c\}
- };
-
- SHORTCUT 'sc' = {\
- {\\sc \c\}
- };
-
- SHORTCUT 'tt' = {\
- {\\tt \c\}
- };
-
- #***********************************************************
- # Type Size
- #***********************************************************
- SHORTCUT 'Tti ' = {\
- {\\tiny \c\}
- };
-
- SHORTCUT 'Tsc ' = {\
- {\\scriptsize \c\}
- };
-
- SHORTCUT 'Tfn ' = {\
- {\\footnotesize \c\}
- };
-
- SHORTCUT 'Tsm ' = {\
- {\\small \c\}
- };
-
- SHORTCUT 'Tno ' = {\
- {\\normalsize \c\}
- };
-
- SHORTCUT 'Tla ' = {\
- {\\large \c\}
- };
-
- SHORTCUT 'TLa ' = {\
- {\\Large \c\}
- };
-
- SHORTCUT 'TLA ' = {\
- {\\LARGE \c\}
- };
-
- SHORTCUT 'Thu ' = {\
- {\\huge \c\}
- };
-
- SHORTCUT 'THu ' = {\
- {\\Huge \c\}
- };
-
- #***********************************************************
- # Boxes
- #***********************************************************
- SHORTCUT 'mb ' = {\
- \\makebox{\c\}
- };
-
- SHORTCUT 'fb ' = {\
- \\framebox{\c\}
- };
-
-
- #***********************************************************
- # Pictures
- #***********************************************************
- SHORTCUT 'bild' ={\
- com\e
- % Bild: \c
- com\e
- \\begin{figure\}[htbp]
- \\begin{center\}
- \\setlength{\\unitlength\}{1mm\}
- \\begin{picture\}(100,50)
-
- \\end{picture\}
- \\end{center\}
- \\caption{???Bildunterschrift???\}
- \\label{???Label???\}
- \\end{figure\}
- com\e
- };
-
- SHORTCUT 'image' ={\
- com\e
- % Bild:
- com\e
- \\begin{figure\}[!h]
- \\centering \\leavevmode
- \\includegraphics[scale=1]{Bilder/\c\}
- \\caption{BILDUNTERSCHRIFT\}
- \\label{BILDLABEL\}
- \\end{figure\}
- com\e
- };
-
- SHORTCUT 'put' = {\
- \\put(\c){\}
- };
-
- SHORTCUT 'pvec' = {\
- \\put(\c){\\vector( 1, 1){10\}\}
- };
-
- SHORTCUT 'poval' = {\
- \\put(\c){\\oval(10,10)\}
- };
-
- SHORTCUT 'plin' = {\
- \\put(\c){\\line( 1, 1){10\}\}
- };
-
- SHORTCUT 'pfrm' = {\
- \\put(\c){\\framebox( 1, 1){\}\}
- };
-
- SHORTCUT 'pmb' = {\
- \\put(\c){\\makebox(0,0){\}\}
- };
-
-
- #***********************************************************
- # sonstige Kommandos
- #***********************************************************
-
- SHORTCUT 'c' = {\
- com\e
- \\chapter{\c\}
- };
-
- SHORTCUT 's' = {\
- com\e
- \\section{\c\}
- };
-
- SHORTCUT 'ss' = {\
- com\e
- \\subsection{\c\}
- };
-
- SHORTCUT 'sss' = {\
- com\e
- \\subsubsection{\c\}
- };
-
- SHORTCUT 'toc' = {\
- \\tableofcontents
- };
-
-
- # Aufzählungspunkt für die Itemize-, Enumerate- und
- # Description-Umgebung
- SHORTCUT 'i' = {\
- \\item \c\
- };
-
-
- # Aufzählungspunkt (nur) für die Description-Umgebung
- SHORTCUT 'it' = {\
- \\item [\c]
- };
-
-
- # ein Label
- SHORTCUT 'la' = {\
- \\label{\c\}
- };
-
-
- # Einbinden eines Files
- SHORTCUT 'in' = {\
- \\include{\c\}
- };
-
-
- SHORTCUT 'mt' = {\
- \\maketitle
- };
-
-
- SHORTCUT 'idx' = {\
- \\index{\c\}
- };
-
- SHORTCUT 'ci' = {~\\cite{\c\}};
-
- SHORTCUT 'si' = {(siehe~\\cite{\c\})};
-
- SHORTCUT 'fn' = {\
- \\footnote{\c\}
- };
-
- SHORTCUT 'un' = {\
- \\underbrace{\c\}_{\}
- };
-
- SHORTCUT 'ov' = {\
- \\overbrace{\c\}^{\}
- };
-
- SHORTCUT 'frac' = {\
- \\frac{\c\}{\}
- };
-
-
- # SHORTCUT 'math' = {\
- #\\[\c\\]
- #};
-
-
- SHORTCUT 'nc' = {\\newcommand{\\\c\}{\}};
-
- #***********************************************************
- # Kommentare
- #***********************************************************
-
- # Einzeilige Kommentarzeile
- SHORTCUT 'com' = {\
- %======================================================================\
- };
-
- # Kommentarblock
- SHORTCUT 'Com' = {\
- com\e
- % \c
- com\e
- };
-
- }
-