No space after a table

25 views
Skip to first unread message

zunbeltz

unread,
Mar 6, 2015, 3:33:59 AM3/6/15
to tufte...@googlegroups.com
Dear all,

I opened an issue (95) on the google code site but did not have any comment (https://code.google.com/p/tufte-latex/issues/detail?id=95&colspec=ID%20Type%20Status%20Priority%20Owner%20Summary) so I ask it here.

I noticed that after a table there is no space with the following text (ordinary table, no margintable)
Is this feature a design in the tufte books? I will expect a \baselineskip  separation as it seems to be with the text preceding the table.
I am using v3.5.1 Tufte-handout class and tt also happens using booktables.

Thanks for the help.

MWE

\documentclass{tufte-handout}
\usepackage{amsmath}
%\usepackage{booktabs}
\usepackage{lipsum}
\begin{document}
Table~\ref{table:codes} \lipsum[1]


\begin{table}
\centering
\caption{some caption text.}
\label{table:codes}
\begin{tabular}{@{}l  r  r@{}}

\hline
Col1 & Col2 \\
\hline
DATA1 & $93.6$ \\
DATA2 & $94.1$ \\
\hline
\end{tabular}
\end{table}

\lipsum[2]
\begin{margintable}
\centering
\caption{Some caption text.}
\label{table:codes}
\begin{tabular}{@{}l  r  r@{}}

\hline
Col1 & Col2 \\
\hline
DATA1 & $93.6$ \\
DATA2 & $94.1$ \\
\hline
\end{tabular}
%\vspace{\baselineskip}
\end{margintable}

\lipsum[3]

\end{document}

tables-no-space.pdf
Reply all
Reply to author
Forward
0 new messages