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

NEW: TikZ book now 40% off at Amazon.com for a short time.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

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