LyXProblem in my paper using ieee conference template

Information and discussion about LyX, a WYSIWYM editor, available for Linux, Windows and Mac OS X systems.
Post Reply
hicham_z
Posts: 8
Joined: Tue Mar 03, 2015 8:44 pm

Problem in my paper using ieee conference template

Post by hicham_z »

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?
hicham.jpg
hicham.jpg (58.33 KiB) Viewed 3167 times

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

Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

Problem in my paper using ieee conference template

Post by Johannes_B »

Hi and welcome,

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.
hicham_z
Posts: 8
Joined: Tue Mar 03, 2015 8:44 pm

Problem in my paper using ieee conference template

Post by hicham_z »

Thank you the problem is solved by adding \raggedbottom.
Post Reply