File: qwertz.sty

package info (click to toggle)
bird2 2.17.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,584 kB
  • sloc: ansic: 74,910; sh: 3,712; perl: 3,444; lex: 883; python: 495; makefile: 464; xml: 260; sed: 13
file content (19 lines) | stat: -rw-r--r-- 581 bytes parent folder | download | duplicates (33)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
		
% qwertz TeX macros

\catcode`\"=12 
\sloppy 
\newtheorem{definition}{Definition} 
\newtheorem{proposition}{Proposition} 
\newtheorem{lemma}{Lemma} 
\newtheorem{corollary}{Corollary} 
\newtheorem{theorem}{Theorem} 
\newcommand{\mch}[1]{{\ifmmode#1 \else\(#1\)\fi}} 
\newcommand{\lt}{{\ifmmode{<}\else{\verb+<+}\fi}} 
\newcommand{\gt}{{\ifmmode{>}\else{\verb+>+}\fi}} 
\newcommand{\verbar}{{\ifmmode{|}\else{\tt|}\fi}} 
\newcommand{\idx}[1]{#1\index{#1}}
\newcommand{\cdx}[1]{#1\index{#1@{\tt #1}}}  
\newcommand{\nidx}[1]{\index{#1}}
\newcommand{\ncdx}[1]{\index{#1@{\tt #1}}}