From 528a240f4d8288ad626781ac86e4f0c8941cfe76 Mon Sep 17 00:00:00 2001 From: YurenHao0426 Date: Wed, 8 Apr 2026 14:29:42 -0500 Subject: Tables 1/2/3: revert to tabular + wrap in resizebox (per user feedback) Previous tabularx conversion caused visual problems: - Table 1: 'lcccc' inside tabularx{\linewidth} did not stretch, leaving a blank column on the right side of the page - Table 2: 'p{0.18}LLL' forced originally-single-line cells to wrap into multiple lines (e.g., 'Vanilla DFA, early epoch' and 'cos_deep=... rho_deep=...' split across 2 lines each) - Table 3: 'p{0.06}L p{0.16} p{0.22}' similarly compressed single-line rows Fix: revert all 3 tables to original plain 'tabular' (Table 1 lcccc, Table 2 lccc, Table 3 llll) and wrap each in \resizebox{\linewidth}{!}{...}. This: - Stretches Table 1 to full text width (no blank right column) - Shrinks Table 2's originally-wide content uniformly so all rows stay single-line - Shrinks Table 3 similarly so (a)/(b)/(c)/(d) rows are single-line Tables 4-9 (appendix) keep their tabularx treatment since they fit cleanly. Result: 0 overfull hbox, main content still exactly 9 pages, first 4 references now fit on p9 as well. Co-Authored-By: Claude Opus 4.6 (1M context) --- paper/main.pdf | Bin 484726 -> 484918 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to 'paper/main.pdf') diff --git a/paper/main.pdf b/paper/main.pdf index 26f73c0..70915bb 100644 Binary files a/paper/main.pdf and b/paper/main.pdf differ -- cgit v1.2.3