File: boards.tex

package info (click to toggle)
tex-chess 1.2-2
  • links: PTS
  • area: main
  • in suites: woody
  • size: 252 kB
  • ctags: 25
  • sloc: makefile: 120; sh: 13
file content (41 lines) | stat: -rw-r--r-- 723 bytes parent folder | download | duplicates (12)
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
\documentstyle[a4wide,chess]{article}
\begin{document}
{\font\Chess=chess10
\board{rnbqkbnr}
      {pppppppp}
      { * * * *}
      {* * * * }
      { * * * *}
      {* * * * }
      {PPPPPPPP}
      {RNBQKBNR}
$$\showboard$$
\centerline{{\tt chess10}}\smallskip}
         
{\font\Chess=chess20
\board{rnbqkbnr}
      {pppppppp}
      { * * * *}
      {* * * * }
      { * * * *}
      {* * * * }
      {PPPPPPPP}
      {RNBQKBNR}
$$\showboard$$
\centerline{{\tt chess20}}\smallskip}
         
{\font\Chess=chess30
\board{rnbqkbnr}
      {pppppppp}
      { * * * *}
      {* * * * }
      { * * * *}
      {* * * * }
      {PPPPPPPP}
      {RNBQKBNR}
$$\showboard$$
\centerline{{\tt chess30}}\smallskip}

\end{document}