Page Layout ⇒ Separated text
Separated text
II have looked how to solve this specific issue but haven't found a solution. I'm using a template and I don't understand all the packages that is using, I don't know where the prpblem is.
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
- Stefan Kottwitz
- Site Admin
- Posts: 10360
- Joined: Mon Mar 10, 2008 9:44 pm
Separated text
welcome to the forum!
What template is it? Do you have a link to its website?
It seems that it stretches the page content to fill the page for equal height of the text area on pages. You could disable it by:
Code: Select all
\raggedbottom
- Ijon Tichy
- Posts: 640
- Joined: Mon Dec 24, 2018 10:12 am
Separated text
