summaryrefslogtreecommitdiff
path: root/info/examples/lgc/8-2-2.ltx
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /info/examples/lgc/8-2-2.ltx
Initial commit
Diffstat (limited to 'info/examples/lgc/8-2-2.ltx')
-rw-r--r--info/examples/lgc/8-2-2.ltx18
1 files changed, 18 insertions, 0 deletions
diff --git a/info/examples/lgc/8-2-2.ltx b/info/examples/lgc/8-2-2.ltx
new file mode 100644
index 0000000000..1956e8f4bd
--- /dev/null
+++ b/info/examples/lgc/8-2-2.ltx
@@ -0,0 +1,18 @@
+\documentclass{ppex}
+\nonstopmode
+\usepackage {cchess}
+\pagestyle{empty}
+\setlength\textwidth{159.0pt}
+\begin{document}
+\ResetPreambleCommands
+\ReadyForTheFray
+\usepackage {cchess}
+\newcommand\x{$\times$} % a shortcut to denote capture
+\begin{tabbing}
+1. \= \textpiece{c}h3--e3 \qquad
+ \=\textpiece{N}b0--a8 \\
+2. \> \textpiece{c}e3\x e7 \>\textpiece{R}a0--a9 \\
+3. \> \textpiece{c}b3--b5 \>\textpiece{N}h0--g8 \\
+4. \> \textpiece{c}b5--e5 mates!
+\end{tabbing}
+\end{document}