我正在用这个模板写一篇文章https://github.com/acl-org/acl-style-files,并且有一个我无法修复的严重错位:
上面显示了页面的最后两行。左列的最后一行被推到了右列的第一行,而不是留在左侧,留下了一个难看的空间。我的问题是如何解决这个问题。
预先感谢您的帮助!
更新:最小工作示例:
\pdfoutput=1
\documentclass[11pt]{article}
\usepackage[review]{EACL2023}
\usepackage{times}
\usepackage{latexsym}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage{microtype}
\usepackage{inconsolata}
\usepackage[nopar]{lipsum}
\title{Test}
\begin{document}
\maketitle
\section{Introduction}
\lipsum
\lipsum \lipsum
\end{document}
以上需要eacl2023.sty
,可以从以下位置下载这一页。 结果: