langcog / experimentology

Experimentology textbook
https://langcog.github.io/experimentology/
Other
42 stars 18 forks source link

float clustering / rendering problems #170

Closed mcfrank closed 1 year ago

mcfrank commented 1 year ago

many floats render off page / get bunched up when there are a lot of captions and sidenotes. I am guessing the best way to deal with this is to set some tex penalties correctly to let sidenotes slide above their intended location or to the next page if they don't, but to make it very bad for them to be rendered off the print area.

if we're messing with these penalties, we could set it to be worse for captions to move away from tables and figures, and better for sidenotes and margin figures to move away from anchor locations.

Screenshot 2023-06-21 at 9 52 47 AM
mcfrank commented 1 year ago

seems to me that none of this is done very automatically by default in the tufte-latex package. instead they seem to think you should set all of it by hand when you're at the end of the editing process: https://groups.google.com/g/tufte-latex/c/7cqVud-iQkg

mikabr commented 1 year ago

doing this manually at the end was my plan

mikabr commented 1 year ago

this is now largely solved by the marginfix latex package