* [NTG-context] spacing in columns
@ 2024-07-23 9:36 Hans van der Meer via ntg-context
2024-07-23 10:04 ` [NTG-context] " Henning Hraban Ramm
2024-07-23 18:32 ` Wolfgang Schuster
0 siblings, 2 replies; 4+ messages in thread
From: Hans van der Meer via ntg-context @ 2024-07-23 9:36 UTC (permalink / raw)
To: NTG ConTeXt; +Cc: Hans van der Meer
[-- Attachment #1: Type: text/plain, Size: 138 bytes --]
The first screenshot has its items neatly stacked and is made with
\startsimplecolumns[n=2]
\placenotes[endnote]
\stopsimplecolumns
[-- Attachment #2: Screenshot 2024-07-23 at 11.25.58.jpeg --]
[-- Type: image/jpeg, Size: 26897 bytes --]
[-- Attachment #3: Type: text/plain, Size: 134 bytes --]
The second screenshot has its items wide apart and is made with
\startcolumns[n=2,blank=1pt]
\placenotes[endnote]
\stopcolumns
[-- Attachment #4: Screenshot 2024-07-23 at 11.25.11.jpeg --]
[-- Type: image/jpeg, Size: 29056 bytes --]
[-- Attachment #5: Type: text/plain, Size: 203 bytes --]
Question: how do I get rid of the interline space in the last case.
Whatever I fill in for blank= doesn't make a difference, the output is always the same.
yours sincerely
dr. Hans van der Meer
[-- Attachment #6: Type: text/plain, Size: 511 bytes --]
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!
maillist : ntg-context@ntg.nl / https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
webpage : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive : https://github.com/contextgarden/context
wiki : https://wiki.contextgarden.net
___________________________________________________________________________________
^ permalink raw reply [flat|nested] 4+ messages in thread
* [NTG-context] Re: spacing in columns
2024-07-23 9:36 [NTG-context] spacing in columns Hans van der Meer via ntg-context
@ 2024-07-23 10:04 ` Henning Hraban Ramm
2024-07-23 10:13 ` Hans van der Meer via ntg-context
2024-07-23 18:32 ` Wolfgang Schuster
1 sibling, 1 reply; 4+ messages in thread
From: Henning Hraban Ramm @ 2024-07-23 10:04 UTC (permalink / raw)
To: ntg-context
Am 23.07.24 um 11:36 schrieb Hans van der Meer via ntg-context:
> The first screenshot has its items neatly stacked and is made with
> \startsimplecolumns[n=2]
> \placenotes[endnote]
> \stopsimplecolumns
>
> The second screenshot has its items wide apart and is made with
> \startcolumns[n=2,blank=1pt]
> \placenotes[endnote]
> \stopcolumns
>
> Question: how do I get rid of the interline space in the last case.
> Whatever I fill in for blank= doesn't make a difference, the output is always the same.
Did you try \setupnote[footnote][n=2] to get columns?
Did you try \setupnote[footnote][inbetween=,spaceinbetween=,]?
(I didn’t check, trying footnote options is still on my todo list.)
https://wiki.contextgarden.net/Command/setupnote
Hraban
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!
maillist : ntg-context@ntg.nl / https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
webpage : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive : https://github.com/contextgarden/context
wiki : https://wiki.contextgarden.net
___________________________________________________________________________________
^ permalink raw reply [flat|nested] 4+ messages in thread
* [NTG-context] Re: spacing in columns
2024-07-23 10:04 ` [NTG-context] " Henning Hraban Ramm
@ 2024-07-23 10:13 ` Hans van der Meer via ntg-context
0 siblings, 0 replies; 4+ messages in thread
From: Hans van der Meer via ntg-context @ 2024-07-23 10:13 UTC (permalink / raw)
To: NTG ConTeXt; +Cc: Hans van der Meer
[-- Attachment #1.1: Type: text/plain, Size: 1573 bytes --]
\setupnote[footnote][n=2]
\setupnote[footnote][inbetween=,spaceinbetween=,]
Neither makes any difference, nor when footnote changed to endnote.
> On 23 Jul 2024, at 12:04, Henning Hraban Ramm <texml@fiee.net> wrote:
>
> Am 23.07.24 um 11:36 schrieb Hans van der Meer via ntg-context:
>> The first screenshot has its items neatly stacked and is made with
>> \startsimplecolumns[n=2]
>> \placenotes[endnote]
>> \stopsimplecolumns
>> The second screenshot has its items wide apart and is made with
>> \startcolumns[n=2,blank=1pt]
>> \placenotes[endnote]
>> \stopcolumns
>> Question: how do I get rid of the interline space in the last case.
>> Whatever I fill in for blank= doesn't make a difference, the output is always the same.
>
> Did you try \setupnote[footnote][n=2] to get columns?
>
> Did you try \setupnote[footnote][inbetween=,spaceinbetween=,]?
> (I didn’t check, trying footnote options is still on my todo list.)
>
> https://wiki.contextgarden.net/Command/setupnote
>
> Hraban
> ___________________________________________________________________________________
> If your question is of interest to others as well, please add an entry to the Wiki!
>
> maillist : ntg-context@ntg.nl / https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
> webpage : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
> archive : https://github.com/contextgarden/context
> wiki : https://wiki.contextgarden.net
> ___________________________________________________________________________________
[-- Attachment #1.2: Type: text/html, Size: 2534 bytes --]
[-- Attachment #2: Type: text/plain, Size: 511 bytes --]
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!
maillist : ntg-context@ntg.nl / https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
webpage : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive : https://github.com/contextgarden/context
wiki : https://wiki.contextgarden.net
___________________________________________________________________________________
^ permalink raw reply [flat|nested] 4+ messages in thread
* [NTG-context] Re: spacing in columns
2024-07-23 9:36 [NTG-context] spacing in columns Hans van der Meer via ntg-context
2024-07-23 10:04 ` [NTG-context] " Henning Hraban Ramm
@ 2024-07-23 18:32 ` Wolfgang Schuster
1 sibling, 0 replies; 4+ messages in thread
From: Wolfgang Schuster @ 2024-07-23 18:32 UTC (permalink / raw)
To: mailing list for ConTeXt users, Hans van der Meer via ntg-context
[-- Attachment #1.1: Type: text/plain, Size: 367 bytes --]
Hans van der Meer via ntg-context schrieb am 23.07.2024 um 11:36:
> The first screenshot has its items neatly stacked and is made with
> \startsimplecolumns[n=2]
> \placenotes[endnote]
> \stopsimplecolumns
>
>
>
>
> The second screenshot has its items wide apart and is made with
> \startcolumns[n=2,blank=1pt]
\startcolumns[n=2,grid=no,blank=1pt]
Wolfgang
[-- Attachment #1.2: Type: text/html, Size: 766 bytes --]
[-- Attachment #2: Type: text/plain, Size: 511 bytes --]
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!
maillist : ntg-context@ntg.nl / https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
webpage : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive : https://github.com/contextgarden/context
wiki : https://wiki.contextgarden.net
___________________________________________________________________________________
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2024-07-23 18:39 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-07-23 9:36 [NTG-context] spacing in columns Hans van der Meer via ntg-context
2024-07-23 10:04 ` [NTG-context] " Henning Hraban Ramm
2024-07-23 10:13 ` Hans van der Meer via ntg-context
2024-07-23 18:32 ` Wolfgang Schuster
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).