blob: 0d96fe7eccef2d768811756de36edea9e1fc8ac1 (
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
34
|
\documentclass[11pt,twocolumn]{article}
\usepackage[ps,mover]{skak}
\title{test1\\Getting the capture symbol in}
\author{Torben Hoffmann }
\begin{document}
\parindent=0pt
\maketitle
\styleB
\newgame
\mainline{1. Nf3 Nf6 2. c4 g6 3. Nc3 Bg7 4. e4 d6 5. d4 O-O 6. Be2 e5 7. O-O
Nc6 8. d5 Ne7 9. b4 a5 10. Ba3 Nd7 11. bxa5 Rxa5 12. Bb4 Ra8 13. a4 Bh6
14. a5 f5 15. Nd2 Nf6 16.c5 Bxd2 17.Qxd2 fxe4}
\variation{17... f4}
\[\showboard\]
\end{document}
%%% Local Variables:
%%% mode: latex
%%% TeX-master: t
%%% End:
|