summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/ltabptch/ltabtest.tex
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 /macros/latex/contrib/ltabptch/ltabtest.tex
Initial commit
Diffstat (limited to 'macros/latex/contrib/ltabptch/ltabtest.tex')
-rw-r--r--macros/latex/contrib/ltabptch/ltabtest.tex44
1 files changed, 44 insertions, 0 deletions
diff --git a/macros/latex/contrib/ltabptch/ltabtest.tex b/macros/latex/contrib/ltabptch/ltabtest.tex
new file mode 100644
index 0000000000..e4b7ec1b4a
--- /dev/null
+++ b/macros/latex/contrib/ltabptch/ltabtest.tex
@@ -0,0 +1,44 @@
+%% LtabTest.tex---Uwe L"uck---spacing error in longtable.sty.
+%% 2004/08/23. %%% First: 2002/12/08.
+%% tools/3485, cf. tools/3180, Sebastian Rahtz 2000/03/05.
+\documentclass{article}
+\usepackage{longtable}
+% \usepackage{ltabptch}
+% \nofiles
+\begin{document}
+% A
+
+\noindent
+% D\hfil\break
+B % \strut % \vrule depth 9.9pt
+% \par
+% \begin{center}
+%% center around longtable produces spurious line below indeed!
+\begin{longtable}[l]{l}
+\smash{\vrule height 20.4pt depth 15.6pt }% bigskip added.
+H % \vrule depth 8.8 pt
+% \\
+\endhead
+% \begin{tabular}{l}
+\smash{\vrule height 20.4pt depth 15.6pt }% strut + bigskip.
+T % \vrule depth % 15.6pt
+% 7.7pt %%% \vrule height 8.399pt depth 3.6pt
+\\
+\end{longtable}
+% \end{tabular}
+% \end{center}
+% \par
+ \edef\testhold{\the\prevdepth}\typeout{\prevdepth= \testhold}% TEST
+\noindent
+C
+
+\tracingonline=1
+\showboxbreadth=20
+\showboxdepth=3
+\showlists
+
+\setbox0\hbox{Aq}
+\typeout{ht = \the\ht0; dp = \the\dp0}
+
+\end{document}
+