Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

text overflow when longtable is surrounded by floats #6

Open
ynco opened this issue Jun 6, 2017 · 0 comments
Open

text overflow when longtable is surrounded by floats #6

ynco opened this issue Jun 6, 2017 · 0 comments

Comments

@ynco
Copy link

ynco commented Jun 6, 2017

Dear David,

The following variation of the sample file provided in LaTeX bugs database entry tools/3512 still causes text to overflow the bottom of the page.

\documentclass[a4paper,12pt]{article}
\usepackage{longtable}
% Viel Text erzeugen
\newcommand{\baz}{foo foo foo foo foo foo foo foo}
\newcommand{\qux}{\baz\baz\baz\baz\baz\baz\baz\baz}
\begin{document}

\begin{figure}\vspace{5cm}\end{figure}

\begin{longtable}{llll}
bar & bar & bar & bar
\end{longtable}

\begin{figure}\vspace{5cm}\end{figure}

\qux\qux\qux\qux\qux\qux\qux\qux
\qux\qux\qux\qux\qux\qux\qux\qux
\end{document}

I believe this behaviour is what the following comment from StackExchange question 203629 also refers to:

When I say it fixed it I mean it fixed my issue where I had 1 float and 1 longtable, not 1 long table with a float before and after. – Dalupus Oct 18 '14 at 15:33

Cheers,
Yvan

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant