Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Not the usual landscape/longtable problem... I think!!

4 views
Skip to first unread message

juani

unread,
Oct 4, 2005, 11:11:51 AM10/4/05
to
Hi all, having searched the group for a possible solution I am
concerned that the only method will be of many key strokes and multiple
tables... but I will check none the less.

I have a table that is 19x40, the height is fine but width is way too
big. So I threw it in a sidewaystable environment, so now instead of
going off the side of the page it goes out the top of the page. Next I
used the landscape/longtable mix and still the same result, although
the table now starts snuggly in the bottom left corner of the page, the
table still goes out of the top of the page. Through all this the
height of the table is fine, in landscape mode it fits across the page
nicely.

Obviously longtable is for cases where the table has too many rows, but
is it possible to get it to work on a table in landscape with too many
columns??? So that the stuff off the top of the page starts on the next
page at the bottom. Is there some fix, rather than me transposing the
matrix in the text and then changing the table accordingly??

Any help appreciated.

Mario

unread,
Oct 4, 2005, 12:08:50 PM10/4/05
to
Juani, this is not an answer to your problem, rather some further
questions building on your message. In particular, is there a way to
shrink wide Latex tables into one page? If not, is there a way to have
several tables in eps format so that one can then shrink them and
include them one next to the other, so that they look like a wide table
that has been shrinked into a page? I have in mind something like what
Goosens, Mittelback and Samarin have on Table 5.7, page 127 of their
"The Latex Companion". Thank you. Mario.

Ulrike Fischer

unread,
Oct 5, 2005, 3:53:37 AM10/5/05
to
"Mario" <barr...@umn.edu> schrieb:

> Juani, this is not an answer to your problem, rather some further
> questions building on your message. In particular, is there a way to
> shrink wide Latex tables into one page?

\small \begin{tabular}...
\footnotesize \begin{tabular} ...
\tiny ....

From graphicx:

\resizebox{<width>}{!}{\begin{tabular}...\end{tabular}}
\scalebox ...
\rotatebox ...

> If not, is there a way to have several tables in eps format so that
> one can then shrink them and include them one next to the other, so
> that they look like a wide table that has been shrinked into a page? I
> have in mind something like what Goosens, Mittelback and Samarin have
> on Table 5.7, page 127 of their "The Latex Companion".

I would guess that it had been made from a 6 page document with the
help of psnup or pstops.

And yes: you can make eps from parts of your document. Look at the
preview package, at pst-pdf (http://www.perce.de/LaTeX/pst-pdf), at the
documentation of dvips (Option -E). If you are using pdfTeX you can
also import single pages or part of pages from a pdf-document by using
the options page= and viewport/clip of \includegraphics or with the
help of pdfpages.


--
Ulrike Fischer
e-mail: zusätzlich meinen Vornamen vor dem @ einfügen.
e-mail: add my first name between the news and the @.

Mario

unread,
Oct 5, 2005, 11:33:10 PM10/5/05
to
\gigantic{thank you}

0 new messages