[NTG-context] text surrounding graphic in columns

Hans Hagen j.hagen at xs4all.nl
Thu Oct 15 09:15:25 CEST 2020


On 10/14/2020 6:58 PM, Jan U. Hasecke wrote:
> 
> Hi,
> 
> how can I get a graphic that floats left or right from the text in
> columns or columnsets?
> 
> \starttext
> \startcolumns[2]
> 
> \placefigure[left, high, none]{}
>      {\externalfigure[dummy][width=3em]}
>      \input ward
> 
>      \input ward
> \stopcolumns
> 
> \blank
> 
> \placefigure[left, high, none]{}
>      {\externalfigure[dummy][width=3em]}
>      Without columns it works.
>      \input ward
> 
>      \input ward
> 
> \stoptext
experimental (already there for a while but i need top pickup on it):

\starttext

\setupbodyfont[plex,10pt]
\setupalign[tolerant,stretch]
\useMPlibrary[dum]

\startpagecolumns[n=2]
     \dorecurse {10} {
         \startplacefigure[location={left,none}]
             \externalfigure[dummy][width=3em]
         \stopplacefigure

         \dorecurse {4} {
             \samplefile{ward}\par
         }
     }
\stoppagecolumns

\stoptext

don't tell Hraban

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
-----------------------------------------------------------------


More information about the ntg-context mailing list