I'm trying to define a function that requires a large amount of text in a cases environment. By adding a
\\
I can create some space between the top and bottom lines, but i'd rather create a smaller space (perhaps half a line), \smallskip and similar don't seem to work in this environment, and adding extra options to
\\
like [5pt] also seems not to work.
Any ideas what will?
p_k(j,M)&=
\begin{cases}
1\text{ } \parbox[t]{.6\textwidth}{ if the matrix $M$ includes one or more entry of the value $k$ in the row $j$ of $M$,}\\
\\
0 \text{ otherwise.}
\end{cases}

setspace? – CarLaTeX Feb 28 '18 at 18:05\singlespacingbefore the\[and againg\doublespacingafter the\]– CarLaTeX Feb 28 '18 at 18:21