Hello,

I need to get columns like this:


|             | 1b |
|     1a      |    |
+-------------+    |
|  2a  |  2b  |    |
|      |      |    |

I tried the following:

----
\starttext
  \startcolumns[n=2] % How to tell that ratio between columns should be 2:1?
    \input knuth % Be 1a

    \startcolumns[n=2]
      \input ward % Be 2a

      \column

      \input ward % Be 2b
    \stopcolumns

    \column

    \input knuth % Be 1b
  \stopcolumns
\stoptext
----

- Is it possible to nest columns?
 - If not, is there another solution?

- How to specify ratio of widths of columns?

Best regards,

Lukas


--
Ing. Lukáš Procházka | mailto:l...@pontex.cz
Pontex s. r. o.      | mailto:pon...@pontex.cz | http://www.pontex.cz | 
IDDS:nrpt3sn
Bezová 1658
147 14 Praha 4

Mob.: +420 702 033 396

___________________________________________________________________________________
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