An Additional Source of Information

  • The info command line option adds in the log file information about configurable constructs.

    xhlatex source "html,info"

Lists  
-----  
 
\ConfigureList.....................5  
 
   #1   type of list (e.g., itemize, description, enumerate,  
                            list, trivlist)  
   #2   before list  
   #3   after  list  
   #4   before label  
   #5   after label  
 
   \DeleteMark   removes latex's label; to be placed at the end of #4  
   \AnchorLabel  defines an anchor for \label in current item; to  
                 be placed in #5  
 
Environments of latex  
---------------------  
 
  \ConfigureEnv{...}.........................5  
 
     #1 environment name  
     #2 before env  
     #3 after env  
     #4 before underlying list  
     #5 after underlying list  
 
    #2 and #3 are ignore when they are both empty as well as  
    when there is no underlying list  
 
 
   array  
   center  
   flushleft  
   flushright  
   minipage  
   tabbing  
   tabular  
   verbatim*  
   verbatim  
 
 
   \Configure{@begin}........................2  
 
      #1 environment name  
      #2 insertion before the environment  
 
   Example:  
      \Configure{@begin}{theindex}{\section*{\indexname}}  

12, next, prev, up, toc