Good evening,
I can't understand why there is a different space before and after the title section in my paper, for example the space before and after Methodology is not the same as Application and Results in the figure below. Can you help me please?
LyX ⇒ Problem in my paper using ieee conference template
NEW: TikZ book now 40% off at Amazon.com for a short time.

- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
Problem in my paper using ieee conference template
Hi and welcome,
i can give a guess, that maybe
To really help you, we need to see some compilable code, the documentclass you are using and some filler text from package blindtext. That is the only way, you get a solid solution.
i can give a guess, that maybe
\flushbottom
is active, and the issue could be resolved by \raggedbottom
. To really help you, we need to see some compilable code, the documentclass you are using and some filler text from package blindtext. That is the only way, you get a solid solution.
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
Problem in my paper using ieee conference template
Thank you the problem is solved by adding
\raggedbottom
.