2009/11/12 Cecil Westerhof
I would like to make something like the folowing in ConTeXt (you need a monospaced font to see it correctly): +------------------------------+ | | | | | | +------------------------------+------------------------------+ | | | | | | | | | +--------------+---------------+--------------+---------------+--------------+---------------+ | | | | | | | | | | | | +------------------------------+---------+----------+---------+------------------------------+ | | | | | | | | | | | | | | | | | | | | | | +__________+
How could I do this?
I have made a start. I have the following tex-file: \usemodule[defaults] \setupoutput[pdf] \setuplayout[header=0in, footer=0in] \starttext \defineframed [action][width=5cm, height=3cm] \defineframed [base][width=3cm, height=14.5cm] \startcombination[1*2] {\action {1}} {} \stopcombination \startcombination[2*2] {\action {2}} {} {\action {3}} {} \stopcombination \startcombination[3*2] {\action {4}} {} {\action {5}} {} {\action {6}} {} \stopcombination \base {7} \stoptext This is a start, but there are two problems with it. Everything is placed on the left side and there is room between the boxes. How can I solve this? Also, with the startcombination, I always need to have the second value to be at least two. Is this not a bug? -- Cecil Westerhof