[Tugindia] Spacing between lines with mathematical formulae
S. venkataraman
svenkat at ignou.ac.in
Fri Nov 24 05:46:35 CET 2006
-----Original Message-----
From: tugindia-bounces at tug.org on behalf of Kannan Moudgalya
Sent: Fri 11/24/2006 8:19 AM
To: TUGIndia Mailing List
Cc:
Subject: [Tugindia] Spacing between lines with mathematical formulae
Dear All,
I want to create a Table of some mathematical formulae. I display fractions
using \dfrac command in running text. Unfortunately, the spacing between
the lines is very little. Can someone tell me how to increase the line
spacing?
I tried the setspace pacakge, but just the mere inclusion of it in the
usepackage
list increases the number of pages in the document that I am writing - 550
pages
before inclusion and 570 after.
I recall seeing an answer to a similar question in the list.
Unfortunately, I can not
locate the discussion, even after spending a lot of time in the archive.
Thanks.
Kannan
_______________________________________________
Home: http://www.tug.org.in/
TeX FAQ: http://www.tex.ac.uk/faq
unsubscribe: http://tug.org/mailman/listinfo/tugindia
Hi!
Use this command(taken from Herbert Voss's Latex tips
and tricks page
http://tug.org/TeXnik/)
\newcommand{\tabfrac}[2]{%
\setlength{\fboxrule}{0pt}%
\fbox{$\frac{#1}{#2}$}%
}
Venkataraman
More information about the tugindia
mailing list