如何在每個頁面上包含tikzpicture?Tikzpicture on every page
我想創建一個複雜的文檔模板(頁面應該被框住,並且有一個表格來保存頁眉和頁腳中的文檔信息)。
我想使用類似的:
\begin{tikzpicture}[remember picture,overlay]
% complicated layout should be here, simple example is given below:
% \node [xshift=1cm,yshift=1cm] at (current page.south west)
% {This is an absolutely positioned text in the page};
\end{tikzpicture}
你有關於如何創建這樣的模板任何其他建議?
您可能會在http://tex.stackexchange.com上得到更好的答案。 – 2010-11-04 15:40:13
謝謝,我會在那裏試試我的問題。 – ipavlic 2010-11-04 15:44:46