Hi, in more than one of my books, I struggle with some lines of text below page floats. They start below the regular text area (i.e. in the bottom) and can even consist of a table float or a section title. I can’t reproduce it in a simple example like this: """ \starttext \dorecurse{2}{\samplefile{tufte}} \startplacefigure[location=page,title={Pagefloat}] \framed[width=\textwidth,height=.5\textheight]{TEST} \stopplacefigure \dorecurse{5}{\samplefile{knuth}} \stoptext """ What could cause this behavior? For what should I look in my setups? Hraban
Am 24.05.23 um 16:44 schrieb Henning Hraban Ramm via ntg-context:
Hi,
in more than one of my books, I struggle with some lines of text below page floats. They start below the regular text area (i.e. in the bottom) and can even consist of a table float or a section title.
I can’t reproduce it in a simple example like this:
""" \starttext
\dorecurse{2}{\samplefile{tufte}}
\startplacefigure[location=page,title={Pagefloat}] \framed[width=\textwidth,height=.5\textheight]{TEST} \stopplacefigure
\dorecurse{5}{\samplefile{knuth}}
\stoptext """
What could cause this behavior? For what should I look in my setups?
In this instances, location=opposite causes the float to disappear. Hraban
I found a MWE that shows the problem: """ \setuppapersize[C5] \showframe \starttext \startplacefigure[location=page,title={Pagefloat}] \framed[width=\textwidth,height=.75\textheight]{TEST} \stopplacefigure \dorecurse{4}{\section{Tufte \recurselevel} \samplefile{tufte}} \stoptext """ If the page float is placed before a title, the next section starts below the float. Hraban
participants (1)
-
Henning Hraban Ramm