
答案1
根据我上面的评论:
\documentclass{article}
\usepackage{tikz}
\usepackage{eso-pic}
\begin{document}
\AddToShipoutPictureBG*{%
\begin{tikzpicture}[remember picture,overlay]
\fill[blue] (current page.north west) rectangle
([xshift=4cm]current page.south west) node[midway,fill=yellow,minimum
width=2cm,minimum height=5cm]{};
\end{tikzpicture}}
Hello!
\end{document}
是的,你tikz
不需要仅有的但是,只要您想要一些更花哨的东西,它就会非常方便,即使不是必要的。