答案1
这取决于您的布局,但例如,您可以使用表格。由于您没有提供完整的示例,我在这里使用了 xskak 和 chessboard,我更了解它们……
\documentclass{article}
\usepackage{xskak,longtable}
\begin{document}
\section{London System}
\newchessgame
\setchessboard{smallboard,showmover=false,}
\begin{longtable}{p{0.45\textwidth}p{0.45\textwidth}}
\mainline{1.d4 d5}
\chessboard
&
\mainline{2.Nf3 Nc6}
\chessboard
\\
\mainline{3.Bf4 Nf6}
\chessboard
&
\mainline{4.e3 e6 5.Bd3 Be5 6.Nd2}
\chessboard[hideblack]
\\
\end{longtable}
\end{document}