LyX ⇒ Spanning pages with boxes
Spanning pages with boxes
I've tried changing from a minipage to a paragraph box (parbox), and it doesn't help (can't even tell the difference between these options). How can I get LyX (maybe with some Latex code in the preamble?) to allow these boxes to be split like a regular paragraph, and just continue the box onto the next page?
Thanks
-- Evan
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
Re: Spanning pages with boxes
This seems like a Bug to me. The UI is pretty non-intuitive to begin with. Having this box unchecked is giving me the opposite information.
But .. resolved.
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
Spanning pages with boxes
But from the pure LaTeX point of view, neither minipages nor parboxes can be broken across pages.
If you need colored boxes, have a look at package mdframed. It can do what you are looking for.