I am having trouble duplicating a problem that is mentioned in the comments in Definitions for equations where it is mentioned that with the [t] option on tabular
spacing becomes bad at the end
I did not originally have the [t] option in the solution, but a comment alterted me to the fact that one gets better spacing just before the tabular with the [t] option and that part seems to be confirmed by the example in the MWE (first tabular uses [t] and second does not).
Questions:
- When is it recommended to use and not use the
[t]option intabular? - Under what conditions is the spacing affected by the use of the
[t]option and when is there no affect of paragraph spacing?
Code:
\documentclass{article}
\usepackage{amsmath}% http://ctan.org/pkg/amsmath
\usepackage{array}% http://ctan.org/pkg/array
\usepackage{lipsum}
\begin{document}
[
dN/d(d_{p}) = kd_{p}^{\delta},
]
where:
\begin{tabular}[t]{r@{}l}
$dN$ &: number of particles per unit water volume in the size range $d p$ to $[d p +d(d p )]$ \
$k$ &: (= constant) depending on the particle concentration \
$\delta$ &: $(< 0)$ descriptor of the distributions' spectral slope.
\end{tabular}
xxxxxxxx xxxxxxxx xxxxxxxx xxxxxxxx xxxxxxxx xxxxxxxx xxxxxxxx xxxxxxxx xxxxxxxx xxxxxxxx xxxxxxxx xxxxxxxx xxxxxxxx xxxxxxxx xxxxxxxx xxxxxx.
xxxxxxxx xxxxxxxx xxxxxxxx xxxxxxxx xxxxxxxx xxxxxxxx xxxxxxxx xxxxxxxx xxxxxxxx xxxxxxxx xxxxxxxx xxxxxxxx xxxxxxxx xxxxxxxx xxxxxxxx xxxxxx.
xxxxxxxx xxxxxxxx xxxxxxxx xxxxxxxx xxxxxxxx xxxxxxxx xxxxxxxx xxxxxxxx xxxxxxxx xxxxxxxx xxxxxxxx xxxxxxxx xxxxxxxx xxxxxxxx xxxxxxxx xxxxxx.
[
dN/d(d_{p}) = kd_{p}^{\delta},
]
where:
\begin{tabular}{r@{}l}
$dN$ &: number of particles per unit water volume in the size range $d p$ to $[d p +d(d p )]$ \
$k$ &: (= constant) depending on the particle concentration \
$\delta$ &: $(< 0)$ descriptor of the distributions' spectral slope.
\end{tabular}
xxxxxxxx xxxxxxxx xxxxxxxx xxxxxxxx xxxxxxxx xxxxxxxx xxxxxxxx xxxxxxxx xxxxxxxx xxxxxxxx xxxxxxxx xxxxxxxx xxxxxxxx xxxxxxxx xxxxxxxx xxxxxx.
xxxxxxxx xxxxxxxx xxxxxxxx xxxxxxxx xxxxxxxx xxxxxxxx xxxxxxxx xxxxxxxx xxxxxxxx xxxxxxxx xxxxxxxx xxxxxxxx xxxxxxxx xxxxxxxx xxxxxxxx xxxxxx.
xxxxxxxx xxxxxxxx xxxxxxxx xxxxxxxx xxxxxxxx xxxxxxxx xxxxxxxx xxxxxxxx xxxxxxxx xxxxxxxx xxxxxxxx xxxxxxxx xxxxxxxx xxxxxxxx xxxxxxxx xxxxxx.
\end{document}


\[is worse in many ways (especially if you get a page break there) – David Carlisle May 06 '17 at 07:47\[ ... \]. That is not the thrust of this question so did not pay attention to that. Perhaps I should change that then. – Peter Grill May 06 '17 at 09:10