New answers tagged page-breaking
1
vote
Avoid orphaned mdframed box after section heading at end of page
As Ulrike mentions in the comments, tcolorbox is much better at preventing the behavior in your post. Here is an implementation of your boxed theorem using keytheorems' tcolorbox-no-titlebar key. Note ...
0
votes
Page break for a table within another table
I agree with @UlrikeFischer's comment that this table is not well designed too. Instead of xltabular package I would rather use longtblr of tabularray package. Using it the table code is simpler and ...
1
vote
Page break for a table within another table
I agree with @UlrikeFischer's comment that this table is not well designed. Whatever is in the left-hand column appears to be unrelated to what's in the right-hand column, and vice versa. Do give the ...
0
votes
Prevent figure* from starting a new page
I was able to get what I think you want by removing the twocolumn option in your document class and using the multicol package. I also had to switch to the extarticle documentclass since revtex4-2 ...
0
votes
\newpage stays in right column
If both newpage and clear page didnt work well as you want due to 2 column environment, try this below, worked for me.
%Appendix
\newpage
\onecolumn %change the document into 1 column mode
\appendix
\...
Top 50 recent answers are included
Related Tags
page-breaking × 2268tables × 184
sectioning × 176
longtable × 165
floats × 150
table-of-contents × 95
spacing × 94
widows-orphans × 80
two-column × 74
line-breaking × 72
listings × 68
environments × 67
tcolorbox × 65
footnotes × 63
mdframed × 58
lists × 53
chapters × 52
double-sided × 50
formatting × 45
multicol × 45
minipage × 44
paragraphs × 44
bibliographies × 43
equations × 41
tikz-pgf × 40