Graphics, Figures & TablesFloating Issue between two separate Documents

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
shoemoodoshaloo
Posts: 5
Joined: Tue May 31, 2011 1:01 am

Floating Issue between two separate Documents

Post by shoemoodoshaloo »

Hey all,

I have separate documents which each use wrapfig in certain instances, and everything compiles fine and all the figures are wrapped nicely.

I have a masterfile which simple includes several of these files. Let's say I have files foo.tex and bar.tex. My masterfile would then read:

Code: Select all

\begin{document}
\include{foo}
\include{bar}
For some reason, the portions of the document which correspond to bar.tex have many of their figures misplaced! Something about calling the documents this way is causing all my float placement to screw up. I've tried putting \FloatBarrier commands between the documents such as:

Code: Select all

\begin{document}
\include{foo}
\FloatBarrier
\include{bar}
But this is not helping. Any ideas about why this is happening?

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

Stefan Kottwitz
Site Admin
Posts: 10345
Joined: Mon Mar 10, 2008 9:44 pm

Floating Issue between two separate Documents

Post by Stefan Kottwitz »

Hi,

perhaps build and post a minimal working example, which allows us to investigate this problem.

Stefan
LaTeX.org admin
Post Reply