blob: 2abf45fc97901f51438151ded5681dd30ef48a55 (
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
35
36
37
38
39
40
41
|
\documentclass[11pt,twocolumn]{article}
\usepackage[ps,mover]{skak}
\title{test2\\Proper Handling of Opening Spaces in the SAN Input}
\author{Torben Hoffmann }
\begin{document}
\parindent=0pt
\maketitle
Ulrike Fischer had a problem with opening spaces in the SAN input
which should be solved in version 1.1.
\newgame
\mainline{1.e4 e5}
\[\showboard\]
\newgame
\mainline{1. e4 e5}
\[\showboard\]
\newgame
\mainline{ 1. e4 e5}
\[\showboard\]
\end{document}
|