我的目标是制作类似这样的东西:
但是,当我使用该align
环境时我找不到如何合并列,所以结果很难看:
梅威瑟:
\documentclass[]{article}
\usepackage{amsmath}
\usepackage{lipsum}
\begin{document}
\lipsum[1]
\begin{align}
A&=B & C&=D & E&=F\\
AA&=B & CC&=D & EE&=F\\
% This lines break the alignment. I'd like it to be aligned with
% the first columns, without shifting the other columns
AA&=BBBBBBBBBBBBBBBBBBBBBBBBBBBB
\end{align}
\end{document}