summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/tlc3-examples/example-sources/6-6-9.ltx
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/tlc3-examples/example-sources/6-6-9.ltx')
-rw-r--r--Master/texmf-dist/doc/latex/tlc3-examples/example-sources/6-6-9.ltx35
1 files changed, 35 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/tlc3-examples/example-sources/6-6-9.ltx b/Master/texmf-dist/doc/latex/tlc3-examples/example-sources/6-6-9.ltx
new file mode 100644
index 00000000000..2a6431c104c
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/tlc3-examples/example-sources/6-6-9.ltx
@@ -0,0 +1,35 @@
+%%
+%% 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}