home *** CD-ROM | disk | FTP | other *** search
/ Whiteline: Alpha / Whiteline Alpha.iso / tex / tools / umrand / struts.sty < prev    next >
Encoding:
Text File  |  1994-09-22  |  609 b   |  18 lines

  1. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  2. % Unsichtbare Linien,                            %
  3. % um die Höhe von Tabellenzeilen zu beeinflussen %
  4. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  5. \def\ostrutdim{3ex} \def\ustrutdim{1ex}
  6.  
  7. \def\ostrut{\vrule height \ostrutdim width 0pt \relax}
  8. \def\ustrut{\vrule width 0pt depth \ustrutdim \relax}
  9. \def\oustrut{\ostrut\ustrut} \def\uostrut{\oustrut}
  10.  
  11. \endinput
  12.  
  13. Benutzung:
  14.  In Tabellenzeile: \ostrut für mehr Abstand nach oben
  15.                    \ustrut für mehr Abstand nach unten
  16.                    \oustrut oder \uostrut für beides
  17.  
  18.