[NTG-context] What is the error of that header lines?
Wolfgang Schuster
schuster.wolfgang at gmail.com
Sun Dec 22 13:05:35 CET 2013
Am 21.12.2013 um 19:07 schrieb Xan <dxpublica at telefonica.net>:
> Hi,
>
> Can someone help me? I'm a little bit crazy. I have this example (sorry, I tried to achieve more minimal version):
The problem happens only when the tikzpicture is the first object at the begin of the page.
\usemodule[tikz]
\setupfootertexts[Footer]
\setupfooter[color=blue]
\starttext
\dorecurse{3}{\input knuth\par}
\page
\starttikzpicture[scale=0.6]
\draw (0,0) -- (0,1) node[above] {Y};
\stoptikzpicture
\dorecurse{6}{\input knuth\par}
\stoptext
Wolfgang
More information about the ntg-context
mailing list