2000-04-11 02:01:52 +00:00
										 
									 
								 
							 | 
							
								
							 | 
							
								
							 | 
							
							
								%
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								% LaTeX commands and macros needed for the two Distutils manuals,
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								% inst.tex and dist.tex.
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								%
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								% $Id$
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								%
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								% My gripe list about the Python style files:
							 | 
						
					
						
							
								
									
										
										
										
											2000-04-12 01:44:35 +00:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
								%  * I want italics in verbatim environments for variable
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								%    text (verbatim.sty?)
							 | 
						
					
						
							
								
									
										
										
										
											2000-04-11 02:01:52 +00:00
										 
									 
								 
							 | 
							
								
							 | 
							
								
							 | 
							
							
								%  * I hate escaping underscores (url.sty fixes this)
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								
							 | 
						
					
						
							
								
									
										
										
										
											2000-04-12 01:44:35 +00:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
								% '\command' is for Distutils commands which, depending on your
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								% perspective, are just arguments to the setup script, or sub-
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								% commands of the setup script, or the classes that implement
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								% each "command".
							 | 
						
					
						
							
								
									
										
										
										
											2000-04-11 02:01:52 +00:00
										 
									 
								 
							 | 
							
								
							 | 
							
								
							 | 
							
							
								\newcommand{\command}[1]{\code{#1}}
							 | 
						
					
						
							
								
									
										
										
										
											2000-04-12 01:44:35 +00:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
								
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								% '\option' is for Distutils options *in* the setup script.  Command-
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								% line options *to* the setup script are marked up in the usual
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								% way, ie. with '\programopt' or '\longprogramopt'
							 | 
						
					
						
							
								
									
										
										
										
											2000-04-11 02:01:52 +00:00
										 
									 
								 
							 | 
							
								
							 | 
							
								
							 | 
							
							
								\newcommand{\option}[1]{\textsf{\small{#1}}}
							 | 
						
					
						
							
								
									
										
										
										
											2000-04-12 01:44:35 +00:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
								
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								% '\filevar' is for variable components of file/path names -- eg.
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								% when you put 'prefix' in a pathname, you mark it up with
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								% '\filevar' so that it still looks pathname-ish, but is
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								% distinguished from the literal part of the path.  Fred says
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								% this can be accomplished just fine with '\var', but I violently
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								% disagree.  Pistols at dawn will sort this one out.
							 | 
						
					
						
							
								
									
										
										
										
											2000-04-11 02:01:52 +00:00
										 
									 
								 
							 | 
							
								
							 | 
							
								
							 | 
							
							
								\newcommand{\filevar}[1]{{\textsl{\filenq{#1}}}}
							 | 
						
					
						
							
								
									
										
										
										
											2000-04-12 01:44:35 +00:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
								
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								% Just while the code and docs are still under development.
							 | 
						
					
						
							
								
									
										
										
										
											2000-04-11 02:01:52 +00:00
										 
									 
								 
							 | 
							
								
							 | 
							
								
							 | 
							
							
								\newcommand{\XXX}[1]{\textbf{**#1**}}
							 |