%% %% The LaTeX Graphics Companion, 2ed (first printing May 2007) %% %% Example 10-2-1 on page 688. %% %% Copyright (C) 2007 Michel Goossens, Frank Mittelbach, Denis Roegel, Sebastian Rahtz, Herbert Vo\ss %% %% It may be distributed and/or modified under the conditions %% of the LaTeX Project Public License, either version 1.3 %% of this license or (at your option) any later version. %% %% See http://www.latex-project.org/lppl.txt for details. %% \documentclass{ttctexa} \pagestyle{empty} \setcounter{page}{6} \setlength\textwidth{348.0pt} \StartShownPreambleCommands \usepackage{array} \StopShownPreambleCommands \begin{document} \font\CCH=cchess46 scaled 300\relax \newcommand{\CCh}[1]{\raisebox{3pt}[16pt]{\makebox[30pt][c]{\CCH #1}}} \begin{tabular}{@{}*3{>{\ttfamily}ll}l@{}} \multicolumn{2}{c}{\itshape White} & \multicolumn{2}{c}{\itshape Black} & \multicolumn{2}{c}{\itshape Alternate Black} & \itshape Common Names\\ k & \CCh{k} & K & \CCh{K} & S & \CCh{S} & King, General \\ g & \CCh{g} & G & \CCh{G} & T & \CCh{T} & Guard, Assistant \\ b & \CCh{b} & B & \CCh{B} & U & \CCh{U} & Bishop, Elephant \\ n & \CCh{n} & N & \CCh{N} & V & \CCh{V} & Knight, Horse \\ r & \CCh{r} & R & \CCh{R} & W & \CCh{W} & Rook, Chariot, Car \\ c & \CCh{c} & C & \CCh{C} & X & \CCh{X} & Cannon, Gun, Gunner \\ p & \CCh{p} & P & \CCh{P} & Y & \CCh{Y} & Pawn, Foot-soldier \end{tabular} \end{document}