답변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
그럴 필요가 없다는 것이 사실이다.오직그러나 조금 더 멋진 것을 갖고 싶을 때 필요하지 않더라도 매우 편리합니다.
답변2
이 너트를 깨기 위해 TikZ와 같은 큰 망치가 필요하지 않습니다.
\documentclass[12pt]{article}
\usepackage[svgnames]{xcolor}
\usepackage{eso-pic}
\usepackage{ebgaramond}
\begin{document}
\AddToShipoutPictureBG*{%\AtPageLowerLeft{%
\color{NavyBlue!80}\rule{\dimexpr1in + \oddsidemargin}{\paperheight}}
Fiddle dee dee!
\end{document}