Math & Sciencefraction in a table

Information and discussion about LaTeX's math and science related features (e.g. formulas, graphs).
Post Reply
xbender
Posts: 9
Joined: Thu Aug 26, 2010 10:39 pm

fraction in a table

Post by xbender »

Hello,

I am trying to put some simple fractions into a table and I would like the table cells to be high enough to let the fractions be displayed right, not all "squeezed" like when you write fractions into a text.

I attache an example and a pdf file with my current output. There you can see the table and under it is an example, of how I would like the output to look like ("full size fraction" as when typeset with {equation*}.

How to do that?

note: dont worry about the language too much, its Czech :-) (but should work right in the example)
Attachments
LaTeX1.pdf
(63.02 KiB) Downloaded 782 times
LaTeX1.tex
(800 Bytes) Downloaded 522 times
Last edited by xbender on Mon Feb 21, 2011 7:23 pm, edited 1 time in total.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

fraction in a table

Post by localghost »

Just use \dfrac to get fractions in displayed style.


Thorsten
xbender
Posts: 9
Joined: Thu Aug 26, 2010 10:39 pm

Re: fraction in a table

Post by xbender »

thank you! :-) easy as that....
Post Reply