mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 13:41:24 +00:00 
			
		
		
		
	 6659c30b67
			
		
	
	
		6659c30b67
		
	
	
	
	
		
			
			now requires LaTeX2HTML 98.1p1 or newer (& and is still in progress). This means that doing things to change the formatting of the manuals (at the "normal user" level, like A4 paper), can happen in just one place, rather than in each document file.
		
			
				
	
	
		
			13 lines
		
	
	
	
		
			399 B
		
	
	
	
		
			Perl
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
	
		
			399 B
		
	
	
	
		
			Perl
		
	
	
	
	
	
| # -*- perl -*-
 | |
| #
 | |
| # This implements the Python manual class.  All it really needs to do it
 | |
| # load the "python" style.  The style code is not moved into the class code
 | |
| # at this time, since we expect additional document class to be developed
 | |
| # for the Python documentation in the future.  Appropriate relocations will
 | |
| # be made at that time.
 | |
| 
 | |
| package main;
 | |
| 
 | |
| require "python.perl";
 | |
| 
 | |
| 1;				# sheesh....
 |