ShareLaTeX で背景として画像を追加するにはどうすればよいですか?
答え1
...他のLaTeX環境と同じように。ここでは、eso-pic
:
\documentclass{article}
\usepackage{eso-pic,graphicx,lipsum}
\begin{document}
\AddToShipoutPictureBG*{
\AtPageLowerLeft{%
\includegraphics[width = \paperwidth, height = \paperheight]{example-image}%
}%
}
\lipsum% Your document
\end{document}
スター付きバージョンでは、コンテンツが背景に配置されます。現在のページのみ。