Flushend 在文件末尾創建黑線

Flushend 在文件末尾創建黑線

我在 Mac 上使用flushendTeXmaker 中的軟體包來平衡兩欄論文末尾的線條。但是,建立的 PDF 始終在文件末尾附近的文字區域中帶有水平黑線。我想知道我需要做什麼來解決這個問題。

答案1

我假設你的意思是這個規則:

在此輸入影像描述

在這種情況下只需註解掉\showcolsendrule

\documentclass[twocolumn]{article}
\usepackage{flushend}
\showcolsendrule
\def\a{\stepcounter{enumi}\Roman{enumi} one two three four five }
\def\b{\a\a Blue black red\a\a\a\a}
\def\c{\a\a\a\b\par\b\b\b\b\a\a\a\b\a\a\a}


\begin{document}

\c
\end{document}

相關內容