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).
qasimilyas
Posts: 6
Joined: Thu Sep 07, 2017 4:52 am

EDAS treating subfigures within a figure as columns

Post by qasimilyas »

Hi,
I am in the process of submitting a two-column paper to EDAS (a conference submission repository), which is not getting submitted successfully.

The error message is "gutter width is below 0.25 inches".

When I remove the figures with subplots (many small figures lumped into one), the paper gets submitted. So the problem is not with the text of the paper. It is with figures having subplots closer to each other than what EDAS wants as a column spacing (gutter width).

I have tried \onecolumn and \twocolumn but they create a page break. Is there a way to satisfy EDAS submission check in this scenario?

Cheers,
Qasim

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
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 »

Without knowing the code you are usin and the EDAS template, nobody knows what's going on.
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
User avatar
Stefan Kottwitz
Site Admin
Posts: 10290
Joined: Mon Mar 10, 2008 9:44 pm

EDAS treating subfigures within a figure as columns

Post by Stefan Kottwitz »

Welcome to the forum!

We can help for sure. We just need to know the details.
If you would post
  • the EDAS template (as attachment) or a link where we can download it
  • and your document code (you can reduce to the minimum)
that's the perfect situation where we can fix anything.

Sure, you can remove every content, as long as the document is compilable with the template source and we can verify the problem to fix it. No need to include personal or sensitive data. The attachment link is below the text edit field, when writing a post.

I will be offline for a few days (evacuating with a ship from the Bahamas because of the Hurricane Irma) but TeX friends such as Johannes may help too, with enough information.

Stefan
LaTeX.org admin
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 »

The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
qasimilyas
Posts: 6
Joined: Thu Sep 07, 2017 4:52 am

EDAS treating subfigures within a figure as columns

Post by qasimilyas »

This is my first post here, so didn't know that. The Latex template is here.

http://www.ieee.org/conferences_events/ ... lates.html

I assume that it is enough to write the start of the code here.
\documentclass[conference]{IEEEtran}
\usepackage{cite,afterpage,lscape}
\usepackage{amsmath,amssymb,amsfonts}
\usepackage{graphicx,subcaption}
\usepackage{textcomp,flushend}
\setlength{\columnsep}{0.5 in}
\usepackage[left=1.5cm, right=1.5cm, top=1.9cm,bottom=4.3cm]{geometry}
%\usepackage[bindingoffset=0.2in,left=18mm,right=18mm,top=25mm,bottom=25mm,footskip=.25in]{geometry}
\def\BibTeX{{\rm B\kern-.05em{\sc i\kern-.025em b}\kern-.08em
    T\kern-.1667em\lower.7ex\hbox{E}\kern-.125emX}}
qasimilyas
Posts: 6
Joined: Thu Sep 07, 2017 4:52 am

EDAS treating subfigures within a figure as columns

Post by qasimilyas »

Johannes_B wrote:Crosspost
Is it still a crosspost if on a different forum? If yes, let me which one to remove.
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 »

You can leave both, just the link was missing.

Just the start is not enough, we need to reproduce the exact error you see.
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
qasimilyas
Posts: 6
Joined: Thu Sep 07, 2017 4:52 am

EDAS treating subfigures within a figure as columns

Post by qasimilyas »

Johannes_B wrote:You can leave both, just the link was missing.

Just the start is not enough, we need to reproduce the exact error you see.
For that I need to attach my figure somewhere because if the figure is commented out, the gutter width error disappears.
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 »

Package mwe provides some dummy figures you could use.
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
qasimilyas
Posts: 6
Joined: Thu Sep 07, 2017 4:52 am

EDAS treating subfigures within a figure as columns

Post by qasimilyas »

So here is the mwe. I am attaching two files in attachments as well.

(1) Problem figure
(2) Error message displayed by EDAS
\documentclass[conference]{IEEEtran}
\usepackage{cite,afterpage,lscape,lipsum}
\usepackage{amsmath,amssymb,amsfonts}
\usepackage{graphicx,subcaption}
\usepackage{textcomp,flushend}
\setlength{\columnsep}{0.5 in}
\usepackage[left=1.5cm, right=1.5cm, top=1.9cm,bottom=4.3cm]{geometry}
%\usepackage[bindingoffset=0.2in,left=18mm,right=18mm,top=25mm,bottom=25mm,footskip=.25in]{geometry}
\def\BibTeX{{\rm B\kern-.05em{\sc i\kern-.025em b}\kern-.08em
    T\kern-.1667em\lower.7ex\hbox{E}\kern-.125emX}}
\begin{document}

\title{A Title}

\author{\IEEEauthorblockN{Author}
\IEEEauthorblockA{\textit{University},
Country \\
email address}
}

\maketitle
%\graphicspath{{./Code/Figures/}}

\begin{abstract}
\lipsum
\end{abstract}

\begin{IEEEkeywords}
Keywords
\end{IEEEkeywords}

\section{Introduction}

\lipsum

\lipsum
    \begin{figure*}[hbtp]
            \centerline{\includegraphics{ProblemFigure}}
            \caption{Problem Figure}
            \label{ProblemFigure}
    \end{figure*}

\lipsum
\lipsum

\section{Conclusions}

\lipsum

\begin{thebibliography}{00}
\bibitem{auth1} Ref 1.
\bibitem{auth2} Ref 2.
\bibitem{auth3} Ref 3.
\end{thebibliography}

\end{document}
Appreciate your help in this regard.
Attachments
ErrorMessage.png
ErrorMessage.png (75.11 KiB) Viewed 7151 times
ProblemFigure.pdf
(133.45 KiB) Downloaded 241 times
Post Reply