我正在尝试排版全宽标题。但是 minipage 的简单方法不知为何会在左侧产生缩进。它仅在\paperwidth
使用宽度时出现。我只是不知道它从何而来。
梅威瑟:
% !TeX program = lualatex
\documentclass[10pt]{report}
\usepackage[paperheight=210mm,
paperwidth=148mm,
top=10mm,
bottom=10mm,
left=10mm,
right=10mm]{geometry}
\usepackage{lipsum}
\begin{document}
\noindent%
\begin{minipage}[t]{\paperwidth}
\lipsum[1]
\end{minipage}
\end{document}