Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download

📚 The CoCalc Library - books, templates and other resources

132934 views
License: OTHER
1
\documentclass{article}
2
\usepackage[pdftex,active,tightpage]{preview}
3
\setlength\PreviewBorder{2mm}
4
5
\usepackage{chessboard}
6
7
\begin{document}
8
\begin{preview}
9
% get FEN notation with http://www.chess-poster.com/fen/epd_fen.htm
10
% see also http://www.chessgames.com/fenhelp.html
11
\chessboard[setfen=rnb1kbnr/pppp1ppp/8/4p3/6Pq/5P2/PPPPP2P/RNBQKBNR b - - 0 0,
12
showmover=false]
13
\end{preview}
14
\end{document}
15
16