EDAS: the gutter between columns is 0.16 inches wide (on page 2), but should be at least 0.2 inches.

Submit a manuscript through EDAS and I am using the IEEEtran class (conference option). EDAS gives the following errors:

Solutions:

1. May be caused by figures or tables which cross two columns.

Before modification:

  1. \begin{figure*}[ht]
  2. \begin{center}
  3. \includegraphics[scale=0.65]{Figure/SystemSchematic_new.eps}
  4. \caption{Schematic diagram of the hybrid precoding system under consideration}\label{fig:BlockDiagram}
  5. \end{center}
  6. \end{figure*}

After modification:

  1. \begin{figure*}[htpb]
  2. \centering
  3. \begin{minipage}[t]{0.7\linewidth}
  4. \includegraphics[width=5.6in,height=3in]{Figure/SystemSchematic_new.eps}
  5. \caption{Schematic diagram of the hybrid precoding system under consideration}\label{fig:BlockDiagram}
  6. \parbox{6.5cm}{\small \hspace{1.5cm} }
  7. \end{minipage}
  8. \end{figure*}

Passed.

2. May be caused by the page number. try to remove the page number

Before modification:

\maketitle
% %%% add page number in IEEE, should be placed after \maketitle
\thispagestyle{plain}
\pagestyle{plain}

After modification: (Comment the add page number.)

\maketitle
% %%% add page number in IEEE, should be placed after \maketitle
% \thispagestyle{plain}
% \pagestyle{plain}

3. Try to add in preamble \usepackage{showframe} and than see, if all pages are inside of page layout. then try rephrase content of fourth page or page before, that it will fit into frame. on the end remove \usepackage{showframe} from preamble!

4. Add \columnsep 0.2in before \begin{document}

\setlength{\columnsep}{0.2 in}
\def\BibTeX{{\rm B\kern-.05em{\sc i\kern-.025em b}\kern-.08em T\kern-.1667em\lower.7ex\hbox{E}\kern-.125emX}}

References:

1. https://tex.stackexchange.com/questions/428853/the-gutter-between-columns-is-0-155-inches-wide-on-page-4-but-should-be-at-le?noredirect=1

2. https://www.cnblogs.com/qq952693358/p/8856602.html

3. http://muchong.com/bbs/viewthread.php?tid=12152914&target=1

4. https://www.cnblogs.com/qq952693358/p/9613788.html

5. http://www.freesion.com/article/410119198/

原文地址:https://www.cnblogs.com/quinn-yann/p/11279801.html

时间: 2024-10-24 18:12:49

EDAS: the gutter between columns is 0.16 inches wide (on page 2), but should be at least 0.2 inches.的相关文章

VirtualBox-5.0.16设置windows与ubuntu的共享文件夹

操作环境:win7.VirtualBox-5.0.16.ubuntukylin-14.04.2-desktop-amd64 1.先下载安装VBoxGuestAdditions_5.0.17-106140.iso(下载地址去官网https://www.virtualbox.org/下载) 安装步骤如下: 1.1.VirtualBox修改设置 1.2.启动Ubuntu并安装VBoxGuestAdditions. 打开命令操作符,输入如下命令: su - //切换到root用户 cd /media /

MySql-8.0.16版本部分安装问题修正

本帖参考网站<https://blog.csdn.net/lx318/article/details/82686925>的安装步骤,并对8.0.16版本的部分安装问题进行修正 在MySQL 8.0.16版本中安装可能会出现部分错误提示已经不使用“UTF8B3”而是使用了“UTF8B4” #/////////////////////以下为my.ini中的内容////////////////////// [mysqld] # 设置3306端口 port=3306 # 设置mysql的安装目录 ba

Linux 源码安装MariaDB 10.0.16

cmake软件 tar -zxvf cmake-2.8.8.tar.gz cd cmake-2.8.8 ./bootstrap make && make install 依赖包 yum install ncurses-devel -y yum install pcre pcre-devel -y yum install gcc* -y 创建用户 groupadd mysql useradd -g mysql mysql echo "oracle" |passwd --s

Navicat Premium11.0.16 mac 破解

1.安装Navicat Premium 2.打开注册机(若注册机无法打开,右击-显示简介-选中以32位模式打开) 3.(默认选择)点击Generate获取激活码 4.点击Activata,弹出选择程序的窗口,选择Navicat Premium,操作系统支持10.10(本人系统就是yosimite 10.10). 5.点击patched又弹出选择程序的窗口,选择Navicat Premium. 6.恭喜注册成功 如果还不能激活请在终端运行以下命令(非常重要): rm -Rf ~/Library/A

增加VirtualBox虚拟机的磁盘空间大小(Host:Win7 VirtualBox5.0.16 VM:Win10)

1 前言 网上关于增加VirtualBox虚拟机的磁盘空间大小的文章非常非常多,这里我之所以再写一篇,是因为在参照这些文章做的时候,由于VirtualBox的版本更新以及其他一些环境问题,碰到到一些问题. 在花了一些时间解决这些问题之后,写出来供大家参考. 2 参照以前的文章可能会碰到的问题 使用的命令 VBoxManage modifyhd “C:\Users\<username>\VirtualBox VMs\<vm_name>\<disk_name>.vdi” –

Linux 6.7 安装 MySQL 8.0.16

操作系统: 2.6.32-754.10.1.el6.x86_64 MySQL版本:8.0.16 下载地址:https://dev.mysql.com/downloads/ 安装方法: 使用rpm安装 [[email protected]]# cd /opt/*******/data [[email protected]]# mkdir mysql [[email protected]]# tar xvf /var/tmp/mysql-8.0.16-1.el6.x86_64.rpm-bundle.

MySQL Community Server 8.0.16安装及密码修改备注

MySQL Community Server 8.0.16 官方下载地址:https://dev.mysql.com/downloads/mysql/ 1. 下载后解压到本地目录. 2. 初始化data目录: bin\mysqld --initialize --console或者 bin\mysqld --initialize-insecure --console 此处记得注意初始化data时生成的临时密码,日志如下: 2019-05-08T15:05:11.405238Z 5 [Note] [

MAC下安装MySQL 8.0.16教训记录

问题 花了两天多时间才算解决问题!原来也在几个环境下使用过MySQL,而且也熟悉另外几个关系数据库,原以为也就是安装时间上花费一点.但是,现在总结来看,对于MAC下知识了解还是太少,导致走了不少弯路.现记录于此,有兴趣的朋友参考一下. 我使用的是从Oracle官方网站上下载目前最新的mysql-8.0.16-macos10.14-x86_64.dmg安装方式.一开始的安装过程没有问题,与其他.dmg文件的安装方式大同小异. 但是,安装结束后,在MAC终端上运行如下命令出错: mysql -uro

Scrapy运行项目时出错:Scrapy 0.16.2 – no active project,Unknown command: crawl,Use &quot;scrapy&quot; to see available commands

[问题] 通过Scrapy创建好了项目: 1 E:\Dev_Root\python\Scrapy>scrapy startproject songtaste 运行项目,结果出错: 1 2 3 4 5 6 E:\Dev_Root\python\Scrapy>scrapy crawl songtaste -t json -o h1user.json Scrapy 0.16.2 - no active project Unknown command: crawl Use "scrapy&q