diff options
Diffstat (limited to 'Master/texmf-dist/doc/fonts/chess/boards.ltx')
-rw-r--r-- | Master/texmf-dist/doc/fonts/chess/boards.ltx | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/fonts/chess/boards.ltx b/Master/texmf-dist/doc/fonts/chess/boards.ltx new file mode 100644 index 00000000000..f267bc9e741 --- /dev/null +++ b/Master/texmf-dist/doc/fonts/chess/boards.ltx @@ -0,0 +1,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} + + |