答案1
\documentclass{book}
\usepackage{lipsum}
\begin{document}
\noindent\makebox[\textwidth][r]{\rule{\paperwidth}{2pt}}
\lipsum[1]
\end{document}
...或者,如果我误解了这个问题:
\documentclass{book}
\usepackage{lipsum}
\begin{document}
\noindent\makebox[\textwidth][l]{\rule{\paperwidth}{2pt}}
\lipsum[1]
\end{document}