On Thu, Sep 13, 2001 at 11:12:16AM +0100, Michael Koundouros wrote:
> I want the fractions within my matrix to have displaystyle. I am using the
> following command in my preamble:
> 
> \newcommand{\bigmath}[1]{\displaystyle{#1}}
> 
> once in math-mode I create my matrix and use the command
> \bigmath{<fraction>}  in each cell.
> 
> viewing the ps file shows that fractions above one another are touching. How
> do you increase the vertical distance between cells??

\def\arraystretch{1.2}

> Or better yet is there an easier way of accomplishing the task of
> attributing the matrix components with displaystyle ???

Put
{\everymath{\displaystyle\everymath{}}\def\arraystretch{1.2}
before the matrix, and } after it.
You can also redefine the array environment, if all your matrices need to
use displaystyle.

Reply via email to