From 9c461ce010f7e7601cb18f589240915bb9e29f67 Mon Sep 17 00:00:00 2001 From: YurenHao0426 Date: Wed, 8 Apr 2026 03:52:43 -0500 Subject: Compile paper PDF + fix bibstyle for tectonic Compiled with tectonic (the only LaTeX engine on this server). Two fixes needed: 1. Pass [numbers,compress] to natbib via PassOptionsToPackage so the numerical bibliography style works 2. Use bibstyle 'abbrvnat' instead of 'plain' (compatible with natbib) Result: 10-page PDF, ~7.5 content pages (well under 9-page E&D limit), references on pages 8-9, appendices A-D on pages 9-10. PDF uploaded to broker as 1843506b_main.pdf for user review. --- paper/main.pdf | Bin 0 -> 90872 bytes paper/main.tex | 3 ++- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 paper/main.pdf diff --git a/paper/main.pdf b/paper/main.pdf new file mode 100644 index 0000000..8664e1a Binary files /dev/null and b/paper/main.pdf differ diff --git a/paper/main.tex b/paper/main.tex index eaea3f7..f6295ff 100644 --- a/paper/main.tex +++ b/paper/main.tex @@ -1,5 +1,6 @@ \documentclass{article} +\PassOptionsToPackage{numbers,compress}{natbib} \usepackage[eandd]{neurips_2026} \usepackage[utf8]{inputenc} @@ -654,7 +655,7 @@ control experiments validating the two-mode separation. The protocol, audit data, and reporting template are released as a community artifact for the FA evaluation community. -\bibliographystyle{plain} +\bibliographystyle{abbrvnat} \begin{thebibliography}{99} \bibitem{lillicrap2016random} T.~P. Lillicrap, D.~Cownden, D.~B. Tweed, and C.~J. Akerman. -- cgit v1.2.3