答案1
文档apa6
类加载了flushend
平衡列的包。您可以在不平衡最后一页的命令\raggedend
之前发出命令。\bibliography{...}
\documentclass[jou,natbib]{apa6}
\begin{filecontents}{\jobname.bib}
@book{Chomsky1965,
address = {Cambridge Mass.},
author = {Noam Chomsky},
publisher = {{MIT} Press},
title = {Aspects of the Theory of Syntax},
year = {1965}}
\end{filecontents}
\usepackage{lipsum}
\shorttitle{Title}
\title{Title}
\author{Author}
\begin{document}
\maketitle
\section{A section}
\lipsum
\citet{Chomsky1965}
\clearpage
\raggedend
\bibliography{\jobname}
\end{document}