I have a table that is typeset using a tabular environment. (I want to keep it in a tabular environment.) The contents of each row is an expression involving radicals. The inter-line spacing is inconsistent with other tables in my file and with the inter-line spacing of the text in my file. I seem to recall that the inter-line spacing should be 1.2 times the height of the current line or current row. Is that right?
\documentclass[10pt]{amsart}
\begin{document}
\noindent {\textbf{Example}} \vskip1.25mm
The following functions are increasing on the interval $[0, \, \infty)$. \vskip1.25mm
\noindent \hspace*{1em}
\begin{tabular}{r l}
i.) & \hspace*{-0.5em}$x^{2} + x$ \\
ii.) & \hspace*{-0.5em}$x^{3} + 2x^{2} + 3x - 7$ \\
iii.) & \hspace*{-0.5em}$x^{2} + \sqrt{x}$
\end{tabular}
\vskip0.25in
\noindent {\textbf{Example}} \vskip1.25mm
The following functions are increasing on the interval $[0, \, \infty)$. \vskip1.25mm
\noindent \hspace*{1em}
\begin{tabular}{r l}
i.) & \hspace*{-0.5em}$\sqrt{x^{2} + x}$ \\
ii.) & \hspace*{-0.5em}$\sqrt[\uproot{1} \leftroot{-1} 3]{x^{3} + 2x^{2} + 3x - 7}$ \\
iii.) & \hspace*{-0.5em}$(x^{2} + \sqrt{x}){\vphantom{x^{2} + \sqrt{x}}}^{3}$
\end{tabular}
\end{document}


\\[2cm]will add extra space). – David Carlisle Feb 25 '16 at 18:29tabularenvironments in my file. – Adelyn Feb 25 '16 at 18:53[2cm], I would like to specify1.2times the height of\sqrt[3]{x^{3} + 2x^{2} + 3x - 7}. Can you tell me the code for that? – Adelyn Feb 25 '16 at 18:53tabularenvironment? If all rows in atabularenvironment contain entries such as$x^{2} + x$, I may not want to include any extra vertical spacing. If a row contains$x^{2} + \sqrt{x}$or$\sqrt[3]{x^{3} + 2x^{2} + 3x - 7}$or$\displaystyle{\frac{1}{\sqrt{x}}}$, I think that I would want a line skip that is something like1.2times the height of the box containing the contents of the current row. (I read that on a different post some time ago.) – Adelyn Feb 26 '16 at 13:37\\[<len>]row ending that would insert a vertical gap of length<len>. Using\\[1.2\baselineskip]is sufficient (no need for a multiplication*sign). – Werner Feb 26 '16 at 17:45\sqrt[3]{x^{3} + 1}$ or in\displaystyle{\frac{1}{\sqrt{x}}}, how would I get similar inter-line spacing between the text preceding thetabularenvironment and the first row of thetabularenvironment? – Adelyn Feb 27 '16 at 17:56Extra inter-line spacing in a tabular environment (Version 2). – Adelyn Feb 29 '16 at 14:28