\setuplayout with marking but WITHOUT number
Hi, see the following example, please: \definepapersize[Small][width=15cm,height=7.5cm] \setuppapersize[Small][A46,landscape] \setuplayout [width=15cm,height=7.5cm,backspace=-0cm, location=middle,marking=on,grid=no] \starttext\setupheadertexts[] \centerline{TEXT} \stoptext How do I get rid of the four little "1" ??? Steffen
Or even worse, how do I get rid of those fat white numbers in the nice color fields: \setupcolors[state=start] \definepapersize[Small][width=15cm,height=7.5cm] \setuppapersize[Small][A46,landscape] \setuplayout [width=15cm,height=7.5cm,backspace=-0cm, location=middle,marking=color,grid=no] \starttext\setupheadertexts[] \centerline{TEXT} \stoptext Steffen Am 21.12.2007 um 18:40 schrieb Steffen Wolfrum:
Hi,
see the following example, please:
\definepapersize[Small][width=15cm,height=7.5cm] \setuppapersize[Small][A46,landscape] \setuplayout [width=15cm,height=7.5cm,backspace=-0cm, location=middle,marking=on,grid=no] \starttext\setupheadertexts[] \centerline{TEXT} \stoptext
How do I get rid of the four little "1" ???
Steffen
On Fri, 21 Dec 2007 19:05:04 +0100
Steffen Wolfrum
Or even worse, how do I get rid of those fat white numbers in the nice color fields:
\setupcolors[state=start] \definepapersize[Small][width=15cm,height=7.5cm] \setuppapersize[Small][A46,landscape] \setuplayout [width=15cm,height=7.5cm,backspace=-0cm, location=middle,marking=color,grid=no] \starttext\setupheadertexts[] \centerline{TEXT} \stoptext
Steffen
This is not possible, the numbers are hard coded in the colorfield macros, the only solution is to change the original macros, grep for \colormarkbox in core-vis :-( Wolfgang
On Fri, 21 Dec 2007 18:40:08 +0100
Steffen Wolfrum
Hi,
see the following example, please:
\definepapersize[Small][width=15cm,height=7.5cm] \setuppapersize[Small][A46,landscape] \setuplayout [width=15cm,height=7.5cm,backspace=-0cm, location=middle,marking=on,grid=no] \starttext\setupheadertexts[] \centerline{TEXT} \stoptext
How do I get rid of the four little "1" ???
\let\pagecutmarksymbol\relax Wolfgang
participants (2)
-
Steffen Wolfrum
-
Wolfgang Schuster