文本不适合列宽

文本不适合列宽

我使用了一个 4 页双栏格式的模板。它适用于屏幕截图中显示的位置(第 3 页末尾到第 4 页)之前的所有其他页面,我不知道是什么导致了这种差异。(我也尝试过左对齐和左不齐,并加入了段落缩进来尝试修复它,但文本仍然没有像前面的页面那样填满整个栏的宽度。我看不出有任何环境变化会触发这种变化。

非常感谢您的帮助 !

(下面的模板代码-图 1 和图 2 是其中的一部分)

在此处输入图片描述

\documentclass[journal]{IEEEtran}
\usepackage{pgf,pgfarrows,pgfnodes,pgfautomata,pgfheaps}
\usepackage{graphicx}
\usepackage{subfigure}
\usepackage[T1]{fontenc}
\usepackage{amsfonts}
\usepackage{float}
\usepackage{subfigure}
%\usepackage[pdftex]{graphicx}
% Comment the following line to NOT allow the usage of umlauts
\usepackage{pgfgantt}

\usepackage{pdflscape}

% Start the docu

\usepackage{xcolor}
\usetikzlibrary{positioning}

\usepackage{amsmath}
\usepackage{tikz}

\bibliographystyle{IEEEtran}

%\pagestyle{fancyplain}


% Title page
\title{{\bf {\}}}
\author{{\xxxxxxxxxxxxxxxn}}
% supervised by {xxxxxxxxxxx}}
\date{}

% when using the pgf package the image files need to be declared; if
% the jpg or pdf there is not need for specifying their extension
\pgfdeclareimage[width=9cm]{fig_1}{fig_1} % the figure's width should not exceed the column's
\pgfdeclareimage[width=18cm]{fig_2}{fig_2}

相关内容