On Nov 29, 2007 3:09 PM, Paul A. Rubin <[EMAIL PROTECTED]> wrote:
> Graham Griffiths wrote:
> > Graham Griffiths <[EMAIL PROTECTED]> writes:
> >
> >> I need to include math symbols in tables and when a superscript is present
> >> there is not enought clearance between the symbol and the cell top border.
> >
> > Thanks for the suggestions - they should do the trick. However, I would 
> > like a
> > clean solution if possible.
> >
> > Regards,
> >
> > Graham
> >
> >
> >
> >
>
> Not sure if this is pertinent, but I'm struggling to adapt an article to
> the LaTeX style specified by the INFORMS journal Operations Research.
> Their style file adds a couple of macros, \up and \down, to be used in
> table rows that follow respectively precede a horizontal rule.  The
> purpose is to add a bit of vertical space between rules and table
> entries.  The style files can be downloaded from the INFORMS web site
> (www.informs.org, then drill down to the journal submission
> information), if you'd care to see how they do it.
>
> /Paul
>
>


I had this code in the preamble of my thesis.

% Creates extra spacing in the rows of all table cells
\usepackage{dcolumn}
\setlength{\extrarowheight}{2mm}

Although this may not be what you want, you could look at the dcolumn
package documentation and see if there are any other options.

Cheers,
Bob

Reply via email to