Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download

📚 The CoCalc Library - books, templates and other resources

132932 views
License: OTHER
1
\documentclass{article}
2
\usepackage[pdftex,active,tightpage]{preview}
3
\setlength\PreviewBorder{5mm}
4
5
\usepackage{skak}
6
7
\begin{document}
8
\begin{preview}
9
% sets the internal board or a new game
10
\newgame%
11
% typesets the moves and updates the board
12
\mainline{1.e4 e5 2. Nf3 Nc6 3.Bb5}\\
13
% show the current board position
14
\showboard%
15
\end{preview}
16
\end{document}
17
18