在棋盘的中心画一条线

在棋盘的中心画一条线

我尝试重现以下内容:

我迄今为止最好的尝试是使用skak

\begin{figure}
    \newgame
    \showallbut{P,p,K,k,R,r,Q,q,B,b,N,n}
    \showboard
    \caption{The Frontier Line}
\end{figure}

如何添加中心线?

笔记:请不要考虑字体、标题……

答案1

\documentclass{article}
\usepackage{chessboard}
\usepackage{tikz}
\begin{document}
\chessboard[pgfstyle=topborder,markregion={a4-h4}]
\end{document}

在此处输入图片描述

相关内容