ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* [NTG-context] Visually balanced columns
@ 2024-03-27 13:02 Alexey Kryukov
  2024-03-27 17:08 ` [NTG-context] " Wolfgang Schuster
  0 siblings, 1 reply; 2+ messages in thread
From: Alexey Kryukov @ 2024-03-27 13:02 UTC (permalink / raw)
  To: ntg-context

Hi list,

I'd like to know if its is possible to get visually balanced
mixedcolumns in lmtx. For example, if I have \blank's between
paragraphs, I would like them to be stretched or expanded by
a such way that the bottommost lines have the same vertical
position -- no matter, how many lines there are in each column and how
exactly they are aligned.

If I understand correctly, that's how the multicols environment in
LaTeX works, and that's how old-multicolumns worked -- but this module
seems to be no longer supported in lmtx.

I tried to disable gridfitting for startcolumns, but it produces a
completely distorted output.

-- 
Regards,
Alexey Kryukov <anagnost at yandex dot ru>

Moscow State University
Faculty of History
___________________________________________________________________________________
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] 2+ messages in thread

* [NTG-context] Re: Visually balanced columns
  2024-03-27 13:02 [NTG-context] Visually balanced columns Alexey Kryukov
@ 2024-03-27 17:08 ` Wolfgang Schuster
  0 siblings, 0 replies; 2+ messages in thread
From: Wolfgang Schuster @ 2024-03-27 17:08 UTC (permalink / raw)
  To: mailing list for ConTeXt users, Alexey Kryukov

Alexey Kryukov schrieb am 27.03.2024 um 14:02:
> Hi list,
> 
> I'd like to know if its is possible to get visually balanced
> mixedcolumns in lmtx. For example, if I have \blank's between
> paragraphs, I would like them to be stretched or expanded by
> a such way that the bottommost lines have the same vertical
> position -- no matter, how many lines there are in each column and how
> exactly they are aligned.
> 
> If I understand correctly, that's how the multicols environment in
> LaTeX works, and that's how old-multicolumns worked -- but this module
> seems to be no longer supported in lmtx.
> 
> I tried to disable gridfitting for startcolumns, but it produces a
> completely distorted output.

The pagecolumns environment supports bottom aligned content.

\setupwhitespace[medium]

\setupalign[depth]

\starttext

\startpagecolumns
\dorecurse{20}{\samplefile{jojomayer}\par}
\stoppagecolumns

\stoptext

Wolfgang
___________________________________________________________________________________
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] 2+ messages in thread

end of thread, other threads:[~2024-03-27 17:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-27 13:02 [NTG-context] Visually balanced columns Alexey Kryukov
2024-03-27 17:08 ` [NTG-context] " 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).