我正在使用 pdfpages(在 overleaf 中)为我的文档添加封面。正如您在图片中看到的,它不适合页面。我尝试了许多选项(noautoscale、fitpage、scale),但结果总是一样,左上角被裁剪,右下角永远放不下。
任何帮助都非常欢迎!
\documentclass[a4paper, 12pt, twoside]{book}
\title{Perfect title}
\author{It's me, Mario}
\date{2024}
\usepackage{pdfpages}
\begin{document}
\includepdf[noautoscale]{portada.pdf}
\end{document}