[NTG-context] stacking of margin "footnotes"

2019-09-24 Thread Henning Hraban Ramm
BTW yesterday I recognized that stacking of my margin notes now works without 
my manual shifting. That’s great, thank you!

The attached example is probably not minimal, but just in case someone’s 
interested.


Best, Hraban



marginaltest.tex
Description: Binary data
___
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
___


Re: [NTG-context] Columns with non-equal width; nested columns

2019-09-24 Thread Wolfgang Schuster

Henning Hraban Ramm schrieb am 24.09.2019 um 18:47:

Am 2019-09-24 um 15:44 schrieb Procházka Lukáš Ing. :

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

Such a layout is not possible with simple old columns.
Try columnsets or page columns (see manuals of the same name).

When the text for each column will never go into another column
paragraphs or a table is another way to achieve this layout.

Wolfgang

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


Re: [NTG-context] Columns with non-equal width; nested columns

2019-09-24 Thread Henning Hraban Ramm

> Am 2019-09-24 um 15:44 schrieb Procházka Lukáš Ing. :
> 
> 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

Such a layout is not possible with simple old columns.
Try columnsets or page columns (see manuals of the same name).


Greetlings, Hraban
---
https://www.fiee.net
http://wiki.contextgarden.net
https://www.dreiviertelhaus.de
GPG Key ID 1C9B22FD

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


[NTG-context] Columns with non-equal width; nested columns

2019-09-24 Thread Procházka Lukáš Ing .

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
___