Text FormattingHow to format the text layout with float "here definitely"

Information and discussion about LaTeX's general text formatting features (e.g. bold, italic, enumerations, ...)
Post Reply
coldwind2010
Posts: 2
Joined: Fri Apr 15, 2011 2:58 pm

How to format the text layout with float "here definitely"

Post by coldwind2010 »

HI
I'm writing my thesis by lyx. But my prof is very strict with the placement of figures and I have numerous figures.

So after I chose the "here definitely" i.e. 'h' for figures, I get the layout in the attachment. The text is separated and equally distributed. How can I move all the space between the texts to the bottom?

Thanks
Attachments
thesis.pdf
(232.48 KiB) Downloaded 177 times
Last edited by coldwind2010 on Sun Apr 17, 2011 4:30 pm, edited 1 time in total.

Recommended reading 2024:

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

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

Stefan Kottwitz
Site Admin
Posts: 10345
Joined: Mon Mar 10, 2008 9:44 pm

How to format the text layout with float "here definitely"

Post by Stefan Kottwitz »

Hi,

you could use the command \raggedbottom to switch from equally justified page height to ragged bottom.

Stefan
LaTeX.org admin
coldwind2010
Posts: 2
Joined: Fri Apr 15, 2011 2:58 pm

How to format the text layout with float "here definitely"

Post by coldwind2010 »

Stefan_K wrote:Hi,

you could use the command \raggedbottom to switch from equally justified page height to ragged bottom.

Stefan
Thanks a lot! It works!
Post Reply