% 不推荐
\noindent\makebox[0.8\linewidth]{\rule{\paperwidth}{0.4pt}}
% 推荐
\begin{center}\line(1,0){\columnwidth}\end{center}
\underline{\hspace{\columnwidth}}
\noindent\rule{\textwidth}{1pt}
标签:latex,center,直线,columnwidth,rule,noindent,如何
From: https://www.cnblogs.com/auspice/p/17851982.html