Commit f563de7
Add FloatBarrier before clearpage to prevent figures floating past References
Problem: LaTeX float mechanism pushes figures that don't fit on the current
page to later pages, sometimes past \clearpage into the References section.
Fix:
- _ensure_clearpage_before_bibliography() now injects \FloatBarrier + \clearpage
- FloatBarrier forces all pending figures to render within body pages
- Auto-adds \usepackage{placeins} to preamble if missing
- Injected BEFORE page enforcement, so enforcement sees true page count
(with all figures placed)
Template: euromlsys/main.tex updated with placeins and FloatBarrier
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 7f14914 commit f563de7
2 files changed
+40
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
725 | 725 | | |
726 | 726 | | |
727 | 727 | | |
728 | | - | |
| 728 | + | |
| 729 | + | |
| 730 | + | |
| 731 | + | |
| 732 | + | |
| 733 | + | |
729 | 734 | | |
730 | 735 | | |
731 | 736 | | |
732 | 737 | | |
733 | 738 | | |
| 739 | + | |
| 740 | + | |
| 741 | + | |
| 742 | + | |
| 743 | + | |
| 744 | + | |
| 745 | + | |
| 746 | + | |
| 747 | + | |
| 748 | + | |
| 749 | + | |
| 750 | + | |
734 | 751 | | |
735 | 752 | | |
736 | 753 | | |
737 | | - | |
738 | | - | |
| 754 | + | |
| 755 | + | |
| 756 | + | |
| 757 | + | |
| 758 | + | |
| 759 | + | |
| 760 | + | |
| 761 | + | |
739 | 762 | | |
740 | | - | |
741 | | - | |
| 763 | + | |
| 764 | + | |
| 765 | + | |
| 766 | + | |
| 767 | + | |
| 768 | + | |
| 769 | + | |
| 770 | + | |
| 771 | + | |
742 | 772 | | |
743 | | - | |
| 773 | + | |
744 | 774 | | |
745 | | - | |
| 775 | + | |
746 | 776 | | |
747 | 777 | | |
748 | 778 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | 3 | | |
5 | 4 | | |
6 | 5 | | |
7 | 6 | | |
| 7 | + | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
31 | 32 | | |
32 | 33 | | |
33 | 34 | | |
| 35 | + | |
34 | 36 | | |
35 | 37 | | |
36 | 38 | | |
| |||
0 commit comments