\setupfooter[color=red]: red color spills with float over next page
When I have \setupfooter[color=red, style=bold] (same goes with \setupfooter[style=red]) and a tex text text % <<<< page breaks here after typesetting >>>> \startplacefigure[ %location=force, % no matter what I do here title={Caption.} ] … something … \stopplacefigure other text that is moved to the following page as first object, the entire page including the figure’s rulers, caption, and the regular text prints in red (but not bold!?) when I incorporate the file via \component … into my project, but not when I typeset from within \startcomponent … \stopcomponent. Since “bold” does not seem to float the same way, I guess it is related to color handling at page breaks somehow. I already tried to \setupfloats[before=\strut] to “force” black bodyfont right before the figure (at least this is what I intended to do), but did not work. I’m sorry not to be able to provide a more elaborate minimal example asserting the exact conditionals of this behaviour at the moment as I need to hand in a report next week. Probably the footers have to go black this time. Any suggestions? Thank you for your help. Benjamin
On 12/4/2016 4:05 AM, Benjamin Buchmuller wrote:
When I have
\setupfooter[color=red, style=bold] (same goes with \setupfooter[style=red])
and a
tex text text
% <<<< page breaks here after typesetting >>>>
\startplacefigure[ %location=force, % no matter what I do here title={Caption.} ] … something … \stopplacefigure
other text
that is moved to the following page as first object, the entire page including the figure’s rulers, caption, and the regular text prints in red (but not bold!?) when I incorporate the file via \component … into my project, but not when I typeset from within \startcomponent … \stopcomponent.
Since “bold” does not seem to float the same way, I guess it is related to color handling at page breaks somehow.
I already tried to \setupfloats[before=\strut] to “force” black bodyfont right before the figure (at least this is what I intended to do), but did not work.
I’m sorry not to be able to provide a more elaborate minimal example asserting the exact conditionals of this behaviour at the moment as I need to hand in a report next week. Probably the footers have to go black this time.
Any suggestions?
not many as i really need an example you can try \setupfootertexts[\strut{\red foo}\strut} instead Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl -----------------------------------------------------------------
participants (2)
-
Benjamin Buchmuller
-
Hans Hagen