mirror of
				https://gitlab.labs.nic.cz/labs/bird.git
				synced 2024-05-11 16:54:54 +00:00 
			
		
		
		
	book style. Please look at this version and tell me your opinion. Especially I don't feel happy about the spacing and (not) indenting of paragraphs. Also, I've removed things like "fax" and "letter" from the LaTeX mapping file.
		
			
				
	
	
		
			20 lines
		
	
	
		
			581 B
		
	
	
	
		
			TeX
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			581 B
		
	
	
	
		
			TeX
		
	
	
	
	
	
| 		
 | |
| % 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}}}
 | |
| 
 |