I have a formula and I want to increase the space between the rows to make the reading easier.
\begin{equation}
\begin{flalign*}
\epsilon \bm{\Xi}_n & = M_\epsilon(\bm{x}_{\epsilon,n-1} ) - M(\bm{x}_{n-1}) = \\ &=M_\epsilon(\bm{x}_{\epsilon, n-1} ) - M(\bm{x}_{\epsilon, n-1} ) + M(\bm{x}_{\epsilon,n-1})-M^n(\bm{x}) = \\
&=\epsilon \bm{\xi}_n + M( M(\bm{x}_{\epsilon, n-2} ) +\epsilon \bm{\xi}_{n-1}) - M^n(\bm{x}) = \\
&=\epsilon \bm{\xi}_n + \epsilon DM(\bm{x}_{n-1}) \bm{\xi}_{n-1}+ M^2\left( M(\bm{x}_{\epsilon, n-3} + \epsilon \xibf_{n-2} \right) -M^n(\bm{x}) + O(\epsilon^2) \\
& = \epsilon \bm{\xi}_n + \epsilon DM(\bm{x}_{n-1})\bm{\xi}_{n-1}+\epsilon DM^2( \bm{x}_{n-2}) \bm{\xi}_{n-2} +
M^3( \bm{x}_{\epsilon, n-3} )-M^n(\bm{x}).
\end{flalign*}
\end{equation}
I read this post Temporarily increase line spacing but there are a lot of different methods. Some of ones works only for text.
I use the following packages:
\usepackage{ws-rotating}
\usepackage{graphicx}
\usepackage{epstopdf}
\usepackage[utf8]{inputenc}
\usepackage{amsmath}
\usepackage{mathtools}



\documentclass{...}and ending with\end{document}. – May 28 '14 at 11:45\jotis recommended in answers to this question: How to increase the spacing between equations in “gather”? – barbara beeton May 28 '14 at 12:28\jot, since your are already mentioningmathtools, use the\begin{spreadlines}{dimen}...\end{spreadlines}env,dimenbeing a length, say2em. – daleif May 28 '14 at 14:08emshould always be thought of as a horizontal dimension. for vertical dimensions, better to useex. and, by the way,\jotdefaults (inlatex.ltx) to3pt, or (in a10pttext environment) a quarter of the usual baseline distance. – barbara beeton May 28 '14 at 14:41emin any case. – daleif May 28 '14 at 14:49