Search found 2 matches

by mvastola
Mon Mar 29, 2010 9:59 pm
Forum: Graphics, Figures & Tables
Topic: Printing a row only if it fits on one page
Replies: 2
Views: 1670

Printing a row only if it fits on one page

Thanks a lot for your help.
After a ton more searching I figured out something that works (though the sources I found seem to simultaneously advise against using it for reasons I don't understand), but here's what I ended up with that works.


\usepackage{ifthen}

\whiledo{\pagetotal < \pagegoal ...
by mvastola
Fri Mar 26, 2010 8:26 pm
Forum: Graphics, Figures & Tables
Topic: Printing a row only if it fits on one page
Replies: 2
Views: 1670

Printing a row only if it fits on one page

Hi,
I'm trying to design what I suppose is best described as a "work log" in LaTeX and I'm running into a bit of trouble I was hoping someone could help with..

Basically I'm looking for a way to print a block of text of arbitrary/variable length and underneath that print a table that creates ...