文字不適合列寬

文字不適合列寬

我使用了 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}

相關內容