Page Layout ⇒ EDAS treating subfigures within a figure as columns
-
- Posts: 6
- Joined: Thu Sep 07, 2017 4:52 am
EDAS treating subfigures within a figure as columns
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
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
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
EDAS treating subfigures within a figure as columns
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.
- Stefan Kottwitz
- Site Admin
- Posts: 10290
- Joined: Mon Mar 10, 2008 9:44 pm
EDAS treating subfigures within a figure as columns
Welcome to the forum!
We can help for sure. We just need to know the details.
If you would post
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
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)
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
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
EDAS treating subfigures within a figure as columns
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
-
- Posts: 6
- Joined: Thu Sep 07, 2017 4:52 am
EDAS treating subfigures within a figure as columns
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.
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}}
-
- Posts: 6
- Joined: Thu Sep 07, 2017 4:52 am
EDAS treating subfigures within a figure as columns
Is it still a crosspost if on a different forum? If yes, let me which one to remove.Johannes_B wrote:Crosspost
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
EDAS treating subfigures within a figure as columns
You can leave both, just the link was missing.
Just the start is not enough, we need to reproduce the exact error you see.
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.
-
- Posts: 6
- Joined: Thu Sep 07, 2017 4:52 am
EDAS treating subfigures within a figure as columns
For that I need to attach my figure somewhere because if the figure is commented out, the gutter width error disappears.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.
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
EDAS treating subfigures within a figure as columns
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.
-
- Posts: 6
- Joined: Thu Sep 07, 2017 4:52 am
EDAS treating subfigures within a figure as columns
So here is the mwe. I am attaching two files in attachments as well.
(1) Problem figure
(2) Error message displayed by EDAS
Appreciate your help in this regard.
(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}
- Attachments
-
- ErrorMessage.png (75.11 KiB) Viewed 7153 times
-
- ProblemFigure.pdf
- (133.45 KiB) Downloaded 242 times