blob: 048e46d22666e43eb5df18f8073d2b28c70fd19c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
\documentclass[11pt,twocolumn]{article}
\usepackage[ps,mover]{skak}
\title{show\\testing of the show commands}
\author{Torben Hoffmann }
\begin{document}
\parindent=0pt
\maketitle
2004-07-04: Ulrike Fischer suggested that a new command \verb|\showallut| was
introduced so that all pieces except the ones name were shown on the board.
\newgame
\showallbut{K,k}
\showboard
\end{document}
|