Hallo, I need a little help for this simple layout. I am looking for a solution for hours now, but I can not get it work: ---------------------------------------------------------------- \setupcolors[state=start] \starttext \framed[background=color, backgroundcolor=gray]{% \starttable[|lp(.1\textwidth)|lp(.9\textwidth)|] \NC \placefigure[left,high]{none}{\framed[height=1cm]{graphic}} \NC Text rechts!\crlf Text rechts!\crlf Text rechts!\crlf Text rechts!\crlf Text rechts!\crlf Text rechts!\crlf Text rechts!\crlf Text rechts!\crlf Text rechts! \NC\AR % \NC Text rechts! \NC\AR \stoptable} Mehr Text \ldots \stoptext ----------------------------------------------------------------- left: picture (not always the same height) right: text (variable height, sometimes more, sometimes less than on the left) left and right framed (height should be the maximum of left and right height) after that: normal text. Problems: If height(left)>height(right) than height(framed) is not height(left) 'Mehr Text' is not left aligned Wolfgang
Am 13.01.2010 um 00:25 schrieb Wolfgang Werners-Lucchini:
Hallo,
I need a little help for this simple layout. I am looking for a solution for hours now, but I can not get it work: ---------------------------------------------------------------- \setupcolors[state=start]
\starttext \framed[background=color, backgroundcolor=gray]{% \starttable[|lp(.1\textwidth)|lp(.9\textwidth)|] \NC \placefigure[left,high]{none}{\framed[height=1cm]{graphic}}
\NC \tbox{\externalfigure[...]} \NC ... \NC\AR You can find more box type in supp-box.tex Kind regards, Wolfgang
participants (2)
-
Wolfgang Schuster
-
Wolfgang Werners-Lucchini