summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/fonts/chess/boards.ltx
blob: f267bc9e741f7c820e5ce30b39da36b5debdc0a2 (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
\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}