GeneralForcing table / image within template

LaTeX specific issues not fitting into one of the other forums of this category.
ijc
Posts: 25
Joined: Mon Feb 04, 2008 4:26 pm

Re: Forcing table / image within template

Post by ijc »

Fantastic!

I upped the scale factor to 0.85 and it still fits on the right page.

One last question, the caption for the table has wrapped itself onto 4 small lines - what do I need to add to command so it is not squished up.


Thanks very much for your help with this gmedine :)

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
gmedina
Posts: 2313
Joined: Wed Jul 11, 2007 11:45 pm

Forcing table / image within template

Post by gmedina »

I am glad to hear that now your problem is solved. Regarding the caption issue, add capWidth=h to the optional argument of \hvFloat; i.e., use

Code: Select all

\hvFloat[capPos=r,objectAngle=90,capAngle=90,capWidth=h]
1,1,2,3,5,8,13,21,34,55,89,144,233,...
ijc
Posts: 25
Joined: Mon Feb 04, 2008 4:26 pm

Re: Forcing table / image within template

Post by ijc »

Perfect!

Thanks again
Post Reply