JCST 期刊中随机位置的垂直对齐问题

JCST 期刊中随机位置的垂直对齐问题

我目前正在为 JCST 期刊撰写论文,面临以下问题。

在此处输入图片描述

我尝试了几乎所有可能的解决方案来修复它,但都徒劳无功。这是 MWE

\documentclass[12pt,twoside]{article}
\usepackage{JCST}
\usepackage{url}

\begin{document}
\setcounter{page}{1}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%Set Page Head%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\setpageinformation
%{Head of the first page} {Running head of odd pages}
{}
{ }{ }{}{Mon.}{Year}
{}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%===========================================================

\begin{CJK}{GBK}{song}

\title{Long Title Long Title Long Title Long Title Long Title Long Title Long Title Long Title }

\footnotetext{footnote...}

\begin{abstract}
This paper contains a systematic literature review of studies regarding  summarizing bug reports and source codes. The rapid development of emerging technologies poses new challenges to this research field, which is still growing. And more content. This paper contains a systematic literature review of studies regarding summarizing bug reports and source codes. The rapid development of emerging technologies poses new challenges to this research field, which is still growing. And more content. This paper contains a systematic literature review of studies regarding summarizing bug reports and source codes. The rapid development of emerging technologies poses new challenges to this research field, which is still growing. And more content. This paper contains a systematic literature review of studies regarding summarizing bug reports and source codes. The rapid development of emerging technologies poses new challenges to this research field, which is still growing. And more content.
\end{abstract}

\keywords{Mining Software Repositories, Mining Software Repositories, Mining Software Repositories, Mining Software Repositories, Mining Software Repositories}
 %%%%%%%%%%%%%%%%%%%%%%%%%%% Main Text Begin %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{multicols}{2}
\normalsize
\section{Introduction}
\label{sec:intro}
Researchers employ computer programs (a software) to reduce the size of a software artifact. While doing so they aim to retain the original meanings and essential features of an artifact intact. Software artifacts are tangible byproducts that are produced and archived during software evolution. They include sources such as the information stored in source codes (e.g.,JEdit), version-control systems (e.g., the Concurrent Versions System (CVS)), bug-tracking systems (e.g., Bugzilla), and communication archives (e.g., e-mails). These artifacts carry information that helps in realizing the actual evolutionary path taken by a software system~\cite{Kagdi:2007}. For example, they include data such as the bug triage -in case of bug repository, or the comments -in case of source codes, about what the specific artifact is doing.

Researchers employ computer programs (a software) to reduce the size of a software artifact. While doing so they aim to retain the original meanings and essential features of an artifact intact. Software artifacts are tangible byproducts that are produced and archived during software evolution. They include sources such as the information stored in source codes (e.g.,JEdit), version-control systems (e.g., the Concurrent Versions System (CVS)), bug-tracking systems (e.g., Bugzilla), and communication archives (e.g., e-mails). These artifacts carry information that helps in realizing the actual evolutionary path taken by a software system~\cite{Kagdi:2007}. For example, they include data such as the bug triage -in case of bug repository, or the comments -in case of source codes, about what the specific artifact is doing.

Researchers employ computer programs (a software) to reduce the size of a software artifact. While doing so they aim to retain the original meanings and essential features of an artifact intact. Software artifacts are tangible byproducts that are produced and archived during software evolution. They include sources such as the information stored in source codes (e.g.,JEdit), version-control systems (e.g., the Concurrent Versions System (CVS)), bug-tracking systems (e.g., Bugzilla), and communication archives (e.g., e-mails). These artifacts carry information that helps in realizing the actual evolutionary path taken by a software system~\cite{Kagdi:2007}. For example, they include data such as the bug triage -in case of bug repository, or the comments -in case of source codes, about what the specific artifact is doing.

Researchers employ computer programs (a software) to reduce the size of a software artifact. While doing so they aim to retain the original meanings and essential features of an artifact intact. Software artifacts are tangible byproducts that are produced and archived during software evolution. They include sources such as the information stored in source codes (e.g.,JEdit), version-control systems (e.g., the Concurrent Versions System (CVS)), bug-tracking systems (e.g., Bugzilla), and communication archives (e.g., e-mails). These artifacts carry information that helps in realizing the actual evolutionary path taken by a software system~\cite{Kagdi:2007}. For example, they include data such as the bug triage -in case of bug repository, or the comments -in case of source codes, about what the specific artifact is doing.

This paper is organized as follows....

\end{multicols}
\end{CJK}
\end{document}

此 JCST 模板可从以下网址下载JCST 提交模板

例如,如果文档的文本扩展,这个问题就会继续存在。

在此处输入图片描述

它根据文本、图形和表格随机出现在文档中。有什么建议可以解决这个问题吗?

答案1

模板出了点问题。我无法准确追踪问题所在,但我设法使用序言中的两个宏解决了这个问题

\renewcommand{\baselinestretch}{1}
\renewcommand{\arraystretch}{1}

确实需要重写样式类。

相关内容