ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* [NTG-context] How to stop column text from crashing into content afterwards?
       [not found] <1836862160.367226.1741223544647.ref@mail.yahoo.com>
@ 2025-03-06  1:12 ` Joel via ntg-context
  2025-03-06  6:26   ` [NTG-context] " Henning Hraban Ramm
  0 siblings, 1 reply; 2+ messages in thread
From: Joel via ntg-context @ 2025-03-06  1:12 UTC (permalink / raw)
  To: Mailing List for ConTeXt Users; +Cc: Joel


[-- Attachment #1.1: Type: text/plain, Size: 3232 bytes --]

It took a lot of trial and error, but here's the glitch I am seeing in this minimum working example:
\starttext

    \startcolumns[n=2]
        \section{Title}
            \input knuth
        \section{Title}
            \input knuth
        \section{Title}
            \input knuth
        \section{Title}
            \startitemize
                \dostepwiserecurse{1}{11}{1}{
                    \vbox{
                    \startitem Question \recurselevel
                        \startitemize
                            \startitem A\stopitem
                            \startitem B\stopitem
                            \startitem C\stopitem
                            \startitem D\stopitem
                        \stopitemize
                    \stopitem
                    }
                }
            \stopitemize    
    \stopcolumns
        \section{Title}
            \input knuth
    \startcolumns[n=2]
        \section{Title}
            \input knuth
        \section{Title}
            \input knuth
        \section{Title}
            \input knuth
        \section{Title}
            \startitemize
                \dostepwiserecurse{1}{11}{1}{
                    \vbox{
                    \startitem Question \recurselevel
                        \startitemize
                            \startitem A\stopitem
                            \startitem B\stopitem
                            \startitem C\stopitem
                            \startitem D\stopitem
                        \stopitemize
                    \stopitem
                    }
                }
            \stopitemize    
    \stopcolumns
        \section{Title}
            \input knuth
        \section{Title}
            \input knuth
        \section{Title}
            \input knuth    
\stoptext

If you render it and go to page 7, you will see that the item in Question 11, choices C and D are covering up "10 Title" on the same page. In my own document, this is happening a great deal. I could use a page break, but as you see here with question 11, that would leave a huge piece of the page gone.
I've even seen some cases where it seems the columns start writing over each other, instead of going to the next page. So image in this documetn if question 8, 9, and 10 appeared on topo of 5, 6, and 7.
Is there any way to present this terrible behavior from rendering like this?
--Joel

[-- Attachment #1.2: Type: text/html, Size: 7114 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] 2+ messages in thread

* [NTG-context] Re: How to stop column text from crashing into content afterwards?
  2025-03-06  1:12 ` [NTG-context] How to stop column text from crashing into content afterwards? Joel via ntg-context
@ 2025-03-06  6:26   ` Henning Hraban Ramm
  0 siblings, 0 replies; 2+ messages in thread
From: Henning Hraban Ramm @ 2025-03-06  6:26 UTC (permalink / raw)
  To: ntg-context

Am 06.03.25 um 02:12 schrieb Joel via ntg-context:
> It took a lot of trial and error, but here's the glitch I am seeing in 
> this minimum working example:
> 
> \starttext
> 
>      \startcolumns[n=2]

Did you try \setuplayout[grid=yes] ?

I don’t know if that’s the case here, but columns need grid layout, and 
the setting helped with other cases of strange placement.

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

end of thread, other threads:[~2025-03-06  6:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <1836862160.367226.1741223544647.ref@mail.yahoo.com>
2025-03-06  1:12 ` [NTG-context] How to stop column text from crashing into content afterwards? Joel via ntg-context
2025-03-06  6:26   ` [NTG-context] " Henning Hraban Ramm

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).