Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change spacing between equation and text. #54

Closed
sophiekovalevsky opened this issue Jan 8, 2016 · 3 comments
Closed

Change spacing between equation and text. #54

sophiekovalevsky opened this issue Jan 8, 2016 · 3 comments

Comments

@sophiekovalevsky
Copy link

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
Copy link
Contributor

tabias commented Apr 1, 2016

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

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

@tabias
Copy link
Contributor

tabias commented Apr 7, 2016

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

@sophiekovalevsky
Copy link
Author

sophiekovalevsky commented Apr 14, 2016

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants