home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / Tools / linuxdoc-sgml-1.1 / lib / qwertz.sty < prev   
Encoding:
Text File  |  1995-05-03  |  504 b   |  18 lines

  1.         
  2. % qwertz TeX macros
  3.  
  4. \catcode`\"=12 
  5. \sloppy 
  6. \newtheorem{definition}{Definition} 
  7. \newtheorem{proposition}{Proposition} 
  8. \newtheorem{lemma}{Lemma} 
  9. \newtheorem{corollary}{Corollary} 
  10. \newtheorem{theorem}{Theorem} 
  11. \newcommand{\mch}[1]{{\ifmmode#1 \else\(#1\)\fi}} 
  12. \newcommand{\lt}{{\ifmmode{<}\else{\verb+<+}\fi}} 
  13. \newcommand{\gt}{{\ifmmode{>}\else{\verb+>+}\fi}} 
  14. \newcommand{\verbar}{{\ifmmode{|}\else{\tt|}\fi}} 
  15. \newcommand{\idx}[1]{#1\index{#1}}
  16. \newcommand{\cdx}[1]{#1\index{#1@{\tt #1}}}  
  17.  
  18.