General ⇒ subsection problem, length of text influences spacing
subsection problem, length of text influences spacing
i cannot fix this problem and i have no clue why latex reacts like this. the problem is not the text itself; when i change the text of the paragraph, i still have the same problem. when i delete the paragraph, the spacing is normal.
can someone give me a hint on how to fix this, or does anybody have (had) the same problem?
thanks, mararie
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
subsection problem, length of text influences spacing
Re: subsection problem, length of text influences spacing
when i made a minimal working example, i figured out what the problem was: i had to reset the spacing in the document (i declared onehalfspacing before the start of the document, but i made a title page and table of contents in single spacing). now everything works fine again. see you! mararie
subsection problem, length of text influences spacing
my 'problem' was caused by the report default \flushbottom.
i use \ragbottom now, as is described in this topic: http://www.latex-community.org/viewtopi ... cing#p5934
this works for me. see you!