使用 pdflatex,将 pdf 文件作为全尺寸背景(信头)插入。示例:
\documentclass{article}
\usepackage{lipsum} %for dummy text
\usepackage{wallpaper}
\begin{document}
\CenterWallPaper{1.0}{background.pdf}
\lipsum[1-14] %dummy text
\end{document}
如何使用 ConTeXt Standalone 来实现这一点?