mirror of
				https://gitlab.com/freepascal.org/fpc/source.git
				synced 2025-11-04 12:59:29 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
		
			224 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			224 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 | 
						|
% Preamble for book output
 | 
						|
 | 
						|
%
 | 
						|
\documentclass{book}
 | 
						|
 | 
						|
%
 | 
						|
\usepackage{fpcbook}
 | 
						|
 | 
						|
% Use times for PDF
 | 
						|
\ifx\pdfoutput\undefined
 | 
						|
\else
 | 
						|
  \usepackage{times}
 | 
						|
\fi
 |