mirror of
				https://github.com/boostorg/iterator.git
				synced 2025-10-31 08:21:37 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			42 lines
		
	
	
		
			910 B
		
	
	
	
		
			TeX
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			42 lines
		
	
	
		
			910 B
		
	
	
	
		
			TeX
		
	
	
		
			Executable File
		
	
	
	
	
| % donot indent first line.
 | |
| \setlength{\parindent}{0pt}
 | |
| \setlength{\parskip}{5pt plus 2pt minus 1pt}
 | |
| 
 | |
| % sloppy
 | |
| % ------
 | |
| % Less strict (opposite to default fussy) space size between words. Therefore
 | |
| % less hyphenation.
 | |
| \sloppy
 | |
| 
 | |
| % fonts
 | |
| % -----
 | |
| % times for pdf generation, gives smaller pdf files.
 | |
| %
 | |
| % But in standard postscript fonts: courier and times/helvetica do not fit.
 | |
| % Maybe use pslatex.
 | |
| \usepackage{times} 
 | |
| \usepackage{pslatex} 
 | |
| 
 | |
| % pagestyle
 | |
| % \usepackage{fancyhdr}
 | |
| \pagestyle{headings}
 | |
| \setlength{\paperwidth}{7.375in}
 | |
| \setlength{\paperheight}{9.25in}
 | |
| 
 | |
| \setlength{\oddsidemargin}{0.375in}
 | |
| \setlength{\evensidemargin}{0.375in}
 | |
| \setlength{\textwidth}{5in}
 | |
| \setlength{\textheight}{7.125in}
 | |
| 
 | |
| \setlength{\topmargin}{-0.375in}
 | |
| \setlength{\headheight}{0.25in}
 | |
| \setlength{\headsep}{0.25in}
 | |
| \setlength{\footskip}{0.25in}
 | |
| 
 | |
| \setlength{\admonitionwidth}{0.9\textwidth}
 | |
| \setlength{\docinfowidth}{0.9\textwidth}
 | |
| 
 | |
| 
 | |
| 
 | |
| 
 |