Functions for the formatting of titles, subtitles and other 
  sectioning.
    | 
       
     | 
      
        
          box(file=None,
        text=None,
        char=None) 
      Format and write out a box surrounding the text. | 
          
            source code
            
           | 
         
       
      
     | 
  
    | 
       
     | 
      
        
          section(file=None,
        text=None,
        prespace=2,
        postspace=1) 
      Format and write out a section to the given file. | 
          
            source code
            
           | 
         
       
      
     | 
  
    | 
       
     | 
      
        
          subsection(file=None,
        text=None,
        prespace=1,
        postspace=1) 
      Format and write out a subsection to the given file. | 
          
            source code
            
           | 
         
       
      
     | 
  
    | 
       
     | 
      
        
          subsubsection(file=None,
        text=None,
        prespace=1,
        postspace=1) 
      Format and write out a subsubsection to the given file. | 
          
            source code
            
           | 
         
       
      
     | 
  
    | 
       
     | 
      
        
          subsubtitle(file=None,
        text=None,
        prespace=1,
        postspace=1) 
      Format and write out a subsubtitle to the given file. | 
          
            source code
            
           | 
         
       
      
     | 
  
    | 
       
     | 
      
        
          subtitle(file=None,
        text=None,
        prespace=1,
        postspace=1) 
      Format and write out a subtitle to the given file. | 
          
            source code
            
           | 
         
       
      
     | 
  
    | 
       
     | 
      
        
          title(file=None,
        text=None,
        prespace=2,
        postspace=1) 
      Format and write out a title to the given file. | 
          
            source code
            
           | 
         
       
      
     | 
  
    | 
       
     | 
      
        
          underline(file=None,
        text=None,
        char=None) 
      Format and write out the text underlined by the given character. | 
          
            source code
            
           | 
         
       
      
     |