我使用的aastex631
是双列格式。我有几个较长的方程式(带有案例),不应分成多行。
\begin{cases}
\left(-1 \right)^n \epsilon\left[2 acf(H,n\dtc) +2 acf(H,(n-2)\dtc)+ \hdots +2 acf(H,\dtc)\right] & \text{if $n$ is odd}\;. \\
\left(-1 \right)^n \epsilon \left[2 acf(H,n\dtc) +2 acf(H,(n-2)\dtc)+ \hdots +2 acf(H,2\dtc) + 1\right] & \text{if $n$ is even} \;.
\end{cases}
\end{align}
我尝试了很多方法让这个方程保持单列格式,但没有成功aastex631
。你能帮忙吗?
答案1
onecolumngrid
和\twocolumngrid
\documentclass[twocolumn]{aastex631}
\usepackage{lipsum}
\usepackage{amsmath}
\newcommand{\dtc}{dtc}
\begin{document}
\section{title}
\lipsum[1-2]
\onecolumngrid
\begin{equation}
\begin{cases}
\left(-1 \right)^n \epsilon\left[2 acf(H,n\dtc) +2 acf(H,(n-2)\dtc)+ \hdots +2 acf(H,\dtc)\right] & \text{if $n$ is odd} \;. \\
\left(-1 \right)^n \epsilon \left[2 acf(H,n\dtc) +2 acf(H,(n-2)\dtc)+ \hdots +2 acf(H,2\dtc) + 1\right] & \text{if $n$ is even} \;.
\end{cases}
\end{equation}
\twocolumngrid
\lipsum[1-3]
\end{document}
figure*
环境
\documentclass[twocolumn]{aastex631}
\usepackage{lipsum}
\usepackage{amsmath}
\newcommand{\dtc}{dtc}
\begin{document}
\section{title}
\lipsum[1-5]
\begin{figure*}
\begin{equation}
\begin{cases}
\left(-1 \right)^n \epsilon\left[2 acf(H,n\dtc) +2 acf(H,(n-2)\dtc)+ \hdots +2 acf(H,\dtc)\right] & \text{if $n$ is odd} \;. \\
\left(-1 \right)^n \epsilon \left[2 acf(H,n\dtc) +2 acf(H,(n-2)\dtc)+ \hdots +2 acf(H,2\dtc) + 1\right] & \text{if $n$ is even} \;.
\end{cases}
\end{equation}
\end{figure*}
\lipsum[1-3]
\end{document}
答案2
尝试用 括住等式\begin{widetext}
\end{widetext}
。