up

array

 
\Configure{tabular}  
\Configure{array}  
 
 
\Configure{VBorder}...................4  
 
    Break points, when scanning the pattern of column desriptions, at  
 
    #1  at start of pattern  
    #2  at |  
    #3  at a non-@ entry  
    #4  at a @ entry  
 
  Applies to \begin{tabular / array}{...pattern...}  
 
    \ar:cnt    index of entry in pattern  
    \ch:class  records the current alignment type: -,<,>,p,...  
    \HColAlign produces the \Configure{halignTD} contribution  
               for the current alignment type  
    \HColWidth holds the width of the current p column  
 
\Configure{HBorder}..................10  
 
   hline:  
    #1  insert at start of row (e.g., <tr>)  
    #2  insert at each cell    (e.g., <td><hr/></td>)  
    #3  insert at end of row   (e.g., </tr>)  
 
   cline:  
    #4  insert at start of row         (e.g., <tr>)  
    #5  insert at each ‘extra’ cell    (e.g., <td></td>)  
    #6  insert at each cell            (e.g., <td><hr/></td>)  
    #7  insert at end of row           (e.g., </tr>)  
 
   vspace:  
    #8  insert at start of row (e.g., <tr>)  
    #9  insert at each cell    (e.g., <td>&nbsp;</td>)  
    #10 insert at end of row   (e.g., </tr>)  
 
   The contributions are collected into \HBorder.  (The \InitHBorder  
   clears \HBorder.)  
 
\Configure{putHBorder}...............1  
    #1 Specifies how \HBorder is to be used.  
 
   Example: \Configure{putHBorder}{\HCode{\HBorder}}  
 
 
 
\Configure{@{}}{}  
 
 
Environments of array:  
 
   array  
   tabular  
 

up