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 TIA juh
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 -----------------------------------------------------------------
Thanks a lot for this hint, Hans! On 15.10.20 09:15, Hans Hagen wrote:
\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
I promise. ;-) I can't test it thoroughly, but I've got these issues. I have problems with the grid on such a page. The last column of three does not align the lines at the grid. With columnsets the grid is ok. These columnsets as described in the manual looked very promising to me as I could change the column layout on the page. The columnsetspan feature is nice to make elements spread over multiple columns. Areas also looks promising but I did not try them. I had some problems while using columnsets with respect to switch this span feature on and off. But I managed it kind of. The last thing I couldn't get to work were images with location left of the text. I'll have a deeper look at the examples in ./tex/texmf-context/doc/context/sources/general/manuals/columnsets Thanks a lot for these features. juh juh
Am 15.10.20 um 09:15 schrieb Hans Hagen:
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]
using width=13em gives funny output ... Herbert
\stopplacefigure
\dorecurse {4} { \samplefile{ward}\par } } \stoppagecolumns
\stoptext
participants (4)
-
Hans Hagen
-
Henning Hraban Ramm
-
Herbert Voss
-
Jan U. Hasecke