File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / bird / doc / tex / qwertz.sty
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Tue Aug 22 12:33:54 2017 UTC (6 years, 10 months ago) by misho
Branches: bird, MAIN
CVS tags: v1_6_8p3, v1_6_3p0, v1_6_3, HEAD
bird 1.6.3

    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: \newcommand{\nidx}[1]{\index{#1}}
   18: \newcommand{\ncdx}[1]{\index{#1@{\tt #1}}}
   19: 

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>