%% %% The LaTeX Graphics Companion, 2ed (first printing May 2007) %% %% Example 10-5-6 on page 701. %% %% 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{111.83385pt} \StartShownPreambleCommands \usepackage{bridge} \newcommand{\Crdexa}[5]{{\renewcommand\arraystretch{1.2}% \begin{tabular}{l|@{}c@{}|l} \multicolumn{1}{c}{} & \multicolumn{1}{c}{#1 #2} \\ \cline{2-2} & N & \\ #1 #3 &W\hfill\hfill E& #1 #4 \\ & S & \\ \cline{2-2} \multicolumn{1}{c}{} & \multicolumn{1}{c}{#1 #5} \end{tabular}}} \StopShownPreambleCommands \begin{document} \Crdexa{\club}{A Q}{J 5}{K 6}{7 4} \end{document}