Annotation of embedaddon/bird2/doc/tex/qwertz.sty, revision 1.1.1.1
1.1 misho 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>