Page LayoutEDAS treating subfigures within a figure as columns

Information and discussion about page layout specific issues (e.g. header and footer lines, page formats, page numbers).
User avatar
Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

EDAS treating subfigures within a figure as columns

Post by Johannes_B »

Please check if you can replace your current figure with

Code: Select all

\begin{figure*}
 \centering\includegraphics[width=\textwidth,height=4cm]{example-image}
 \caption{Problem Figure}
 \label{ProblemFigure}
 \end{figure*}
If the error persists, complain to the EDAS team.

If there is no error, your image might be too big (in the example it gets pushed to page 4 because it didn't really fit on page three. Try to split the image. As far as i can tell, this are two different but related data sets.
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
qasimilyas
Posts: 6
Joined: Thu Sep 07, 2017 4:52 am

EDAS treating subfigures within a figure as columns

Post by qasimilyas »

Excellent. It worked!
Just in case someone else is looking to solve a similar problem, the set height 4cm did work but it was too small. So I kept increasing it until it didn't work again. Due to the nature of my figures, I set that max height possible (although it was still less than the height of the original figure).
Post Reply