chess-chessboard-4x4.tex 306 B

1234567891011
  1. \documentclass[varwidth=true, border=0pt]{standalone}
  2. % Source: http://tex.stackexchange.com/a/15278/5645
  3. \usepackage{chessboard}
  4. \storechessboardstyle{4x4}{maxfield=d4}
  5. \begin{document}
  6. % showmover shows which player is to move
  7. \chessboard[style=4x4, setwhite={Qa1,Qd2}, showmover=false]
  8. \end{document}