答案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
不需要僅有的但是一旦你想要一些更花哨的東西,如果沒有必要的話,這是非常方便的。