kks32 / phd-thesis-template

A LaTeX / XeLaTeX / LuaLaTeX PhD thesis template for Cambridge University Engineering Department (CUED)
http://www-h.eng.cam.ac.uk/help/tpl/textprocessing/ThesisStyle/
MIT License
834 stars 399 forks source link

Change spacing between equation and text. #54

Closed sophiekovalevsky closed 8 years ago

sophiekovalevsky commented 8 years ago

I would like to change the spacing between the equation and text.

I've read in several sources that I need to set this parameters after \begin{document}

\setlength\abovedisplayskip{0pt} \setlength\belowdisplayskip{10pt} \setlength\abovedisplayshortskip{10pt} \setlength\belowdisplayshortskip{10pt}

But no results.

Suggestions?

Best regards!

tabias commented 8 years ago

this might help: \usepackage[nodisplayskipstretch]{setspace} \setstretch{1.5}

source: https://tex.stackexchange.com/questions/32918/how-can-i-decrease-spaces-between-equations

tabias commented 8 years ago

@sophiekovalevsky did you already succeed in your quest to change the spacing between equation and text?

sophiekovalevsky commented 8 years ago

I didn't notice the reply, sorry for the delay. As I didn't receive any response and after looking for answer on google, I decided to use the same space. In any case, this is going to be more helpful to those who are having this problem in future cases. @tabias thanks a lot for share. In future files I'll let you know if it's work.