Page Layout ⇒ EDAS treating subfigures within a figure as columns
-
qasimilyas
- Posts: 6
- Joined: Thu Sep 07, 2017 4:52 am
EDAS treating subfigures within a figure as columns
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
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
EDAS treating subfigures within a figure as columns
- Stefan Kottwitz
- Site Admin
- Posts: 10397
- Joined: Mon Mar 10, 2008 9:44 pm
EDAS treating subfigures within a figure as columns
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
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
EDAS treating subfigures within a figure as columns
-
qasimilyas
- Posts: 6
- Joined: Thu Sep 07, 2017 4:52 am
EDAS treating subfigures within a figure as columns
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
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
Just the start is not enough, we need to reproduce the exact error you see.
-
qasimilyas
- 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
-
qasimilyas
- Posts: 6
- Joined: Thu Sep 07, 2017 4:52 am
EDAS treating subfigures within a figure as columns
(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 8598 times
-
- ProblemFigure.pdf
- (133.45 KiB) Downloaded 285 times