%% %% The LaTeX Companion, 3ed %% %% Example 6-6-9 on page I-475 in "cellspace --- Ensure minimal clearance automatically". %% %% Copyright (C) 2022 Frank Mittelbach %% %% It may be distributed and/or modified under the conditions %% of the LaTeX Project Public License, either version 1.3c %% of this license or (at your option) any later version. %% %% See https://www.latex-project.org/lppl.txt for details. %% \documentclass{tlc3exa} \pagestyle{empty} \setcounter{page}{6} \setlength\textwidth{111.0pt} %StartShownPreambleCommands \usepackage{cellspace} %StopShownPreambleCommands \begin{document} \begin{tabular}[t]{c} \hline Ä \\\hline xyz \\\hline $\frac{1}{2}$ \\\hline \end{tabular} \begin{tabular}[t]{S{c}} \hline Ä \\\hline xyz \\\hline $\frac{1}{2}$ \\\hline \end{tabular} \setlength\cellspacetoplimit{3pt} \begin{tabular}[t]{S{c}} \hline Ä \\\hline xyz \\\hline $\frac{1}{2}$ \\\hline \end{tabular} \setlength\cellspacebottomlimit{3pt} \begin{tabular}[t]{S{c}} \hline Ä \\\hline xyz \\\hline $\frac{1}{2}$ \\\hline \end{tabular} \end{document}