home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fonts 1 / freshfonts1.bin / programs / amiga / pastex / macros / latex2e / inputs / delarray.sty < prev    next >
Text File  |  1994-06-09  |  1KB  |  43 lines

  1. %% 
  2. %% This is file `delarray.sty', generated 
  3. %% on <1994/6/9> with the docstrip utility (2.2h).
  4. %% 
  5. %% The original source files were:
  6. %% 
  7. %% delarray.dtx  (with options: `package')
  8. %% 
  9. %% IMPORTANT NOTICE: 
  10. %% This file is part of the `tools' bundle 
  11. %% in the LaTeX2e distribution. 
  12. %% 
  13. %% You are not allowed to distribute this file. 
  14. %% For distribution of the original source see 
  15. %% the copyright notice in the source file, and 
  16. %% in the file readme.txt distributed with the 
  17. %% tools bundle. 
  18. %% 
  19. %% File: delarray.dtx Copyright (C) 1991-1994 David Carlisle
  20. \NeedsTeXFormat{LaTeX2e}
  21. \ProvidesPackage{delarray}
  22.          [1994/03/14 v1.01 array delimiter package (DPC)]
  23. \RequirePackage{array}[1994/02/03]
  24. \def\@tabarray{\@ifnextchar[{\@@array}{\@@array[c]}}
  25. \def\@@array[#1]{\@ifnextchar\bgroup
  26.   {\let\@arrayleft\relax\let\@arrayright\relax\@array[#1]}%
  27.   {\@del@array[#1]}}
  28. \def\@del@array[#1]#2#3#4{%
  29.   \setbox\z@\hbox{$\left#2\right#4$}%
  30.   \if#1c\def\@arrayleft{\left#2}\def\@arrayright{\right#4}%
  31.   \else\def\@arrayleft{\setbox\z@}%
  32.   \def\@arrayright{%
  33.      \dimen@=\dp\z@
  34.      \advance\dimen@-\ht\z@
  35.      \divide \dimen@ by \tw@
  36.      \advance\dimen@ by\fontdimen22 \textfont\tw@
  37.      \lower\dimen@\hbox{$\left#2\vcenter{\unvbox\z@}\right#4$}}%
  38.   \fi
  39.   \@array[#1]{#3}}
  40. \endinput
  41. %% 
  42. %% End of file `delarray.sty'.
  43.