Also with CGJ I found a few problems with marginfloats:

– on left pages, they use only half of the margin (PDF*: p.4)
– there are some unnecessary page breaks introduced (PDF*: p.2/3)
– in CGJ, some captions disappeared (also from numbering), while the images were placed; couldn’t reproduce in a MWE
– I didn’t try to solve the caption issues in the example.

Hraban

*) PDF: see https://yemaya.fiee.net/s/iz5zX6BSkTg8BGB

%% same as attached .tex file:

\usemodule[visual]
\useMPlibrary[dum]
\showframe
\setuplayout[
   backspace=70mm,
   width=100mm,
   leftmargin=50mm,
   rightmargin=10mm,
]
\setuppagenumbering[alternative=doublesided]
\setuphead[aligntitle=float]

\def\Article{
\chapter{\fakewords{1}{5}}
\fakewords{20}{30}

\dorecurse{10}{
\startplacefigure[
   title={\fakewords{2}{5}},
   location={innermargin,hanging},
   maxwidth=\innermarginwidth,
]
\externalfigure[dummy][width=.66tw,height=\randomnumber{2}{15}lh]
\stopplacefigure
\section{\fakewords{1}{5}}
\fakewords{10}{100}\par
}
}

\starttext

\Article

\stoptext

Attachment: sidefloattest.tex
Description: TeX document

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : [email protected] / 
https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
webpage  : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive  : https://github.com/contextgarden/context
wiki     : https://wiki.contextgarden.net
___________________________________________________________________________________

Reply via email to