答案1
只需抓住一些具有适当大小的图片并使用该background
包将其插入到文档的背景中:
\documentclass{article}
\usepackage{background}
\backgroundsetup{
angle=0,
scale=1,
contents={\includegraphics[width=\paperwidth, height=\paperheight]{paper-bg}}
}
\usepackage{lipsum} % to print some random text
\begin{document}
\lipsum
\end{document}
(图片来源:Unsplash/Olga Thelavart)