I'm new to this forum, and a quick search did not return any solutions to this problem. If there is an old thread with the answer feel to drop that in. Thanks!
---
The issue is that within \multirow, using a superscript puts text on a different line instead of rendering it as superscript text. So, in the following, I would like q^2 to appear to the left of Xe; instead, the q appears to the left of Xe and the 2 appears to the left of Ge.
Code: Select all
\documentclass[11pt]{article}
\usepackage{multirow}
\usepackage{lscape}
\usepackage[english]{babel}
\usepackage{fullpage}
\begin{document}
$$
\begin{array}{| l | l | l | l | l |}
\hline \multicolumn{3}{|c|}{10 {\rm~GeV,~ anapole} } \\
\hline {\rm operator} \rule{0pt}{2.6ex} & {\rm target} & \widetilde{L}_{min} \\ \hline
\multirow{3}{*} q^2 & Ge & \\
& Xe & \\
& Ar & \\ \hline
\end{array}
$$
\end{document}
Any help is much appreciated!
Thanks,
Sam