Henri Menke schrieb am 15.09.2019 um 05:05:
Dear list,

Is there a way to get sidefloats working inside a frame?  I'm currently
designing a conference poster and I'm manually placing blocks using
\setlayerframed where inside those blocks I'd like to have sidefloats.  MWE is
below.

Cheers, Henri

---

\starttext

\startplacefigure[location={none,right}]
   \externalfigure[cow][width=.5\hsize]
\stopplacefigure
\samplefile{lorem}

\startframed
   [height=20\lineheight,
    width=\hsize,
    offset=0pt,
    align=width]
   \startplacefigure[location={none,right}]
     \externalfigure[cow][width=.5\hsize]
   \stopplacefigure
   \samplefile{lorem}
\stopframed

\stoptext
\starttext

\startframed[align={width,tolerant},width=max,lines=20,offset=0pt]
    \starthanging{\externalfigure[dummy][width=.5\hsize]}
        \samplefile{lorem}
    \stophanging
\stopframed

\stoptext

Wolfgang

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

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to