blob: 8343dd1372e658c2912acf835559143b30a8e51e (
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
42
|
\documentclass[11pt,twocolumn]{article}
\usepackage[ps,mover]{skak}
\title{test1\\Ensuring that no Unwanted Spaces are Created}
\author{Torben Hoffmann }
\begin{document}
\parindent=0pt
\maketitle
Ulrike Fischer had a problem with unwanted spaces which should be
solved in version 1.1.
\newgame
\mainline{1. d4 d5} \mainline{2. Nc3 Nc6 3. Bg5 Bd7}
\newgame
\mainline{1.d4 d5} \mainline{2. Nc3 Nc6 3. e4 e5}
\newgame
\mainline{1.d4 d5} \mainline{2. e3 e6 3. c4 c5}
\newgame
\mainline{1.d4 d5} \mainline{2. e3 e6 3. c4 c5}
\showboard
\end{document}
|