I want to have two columns with only the first column to be itemized. This works fine but the vertical alignment of my rows is messed up for both columns when I use subscript text (see the fourth row below the limit symbol in attachment). How can I solve this without having this vertical alignment problem between the columns?
This is my code:
Code: Select all
\begin{tabular}{p{0.5\textwidth}p{0.5\textwidth}}
\begin{itemize}
\item [(i)] \hspace{5mm} $\theta_i$,~$Y = L/(2r)$
\item [(ii)] \hspace{5mm} $0 \leq \theta \leq 2\pi$,~$Y = 0$ and $L/r$
\item [(iii)] \hspace{5mm} $0 \leq Y \leq L/r$
\item [(iv)] \hspace{5mm} $0 \leq \theta \leq 2\pi$,~$Y = L/(2r)$
\end{itemize} &
\begin{itemize}
\item [ ] $P = P_t$ (feedholes)
\item [ ] $P = 1$ (ambient)
\item [ ] $\displaystyle P_{\theta = 0} = \lim_{\theta \to 2\pi}{\theta}$ (continuity)
\item [ ] $\partial P / \partial Y = 0$ (symmetry)
\end{itemize} \\
\end{tabular}