diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/skak/fen_with_black.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/skak/fen_with_black.tex | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/skak/fen_with_black.tex b/Master/texmf-dist/doc/latex/skak/fen_with_black.tex new file mode 100644 index 00000000000..f874af38711 --- /dev/null +++ b/Master/texmf-dist/doc/latex/skak/fen_with_black.tex @@ -0,0 +1,28 @@ + + +\documentclass[11pt,twocolumn]{article} + +\usepackage[ps,mover]{skak} + +\title{Fen with black to move} +\author{Torben Hoffmann } + +\begin{document} + +\parindent=0pt + +\maketitle + +\newgame +\fenboard{1k6/4K3/8/1B1N4/8/8/8/8 b - - 0 1} +\showboard +\mainline{1...Ka7 2. Kd7 Kb7 3. Kd8 Kb8 4. Ba6} +\showboard + +\end{document} + + + + + + |