diff options
| author | YurenHao0426 <Blackhao0426@gmail.com> | 2026-04-08 03:52:43 -0500 |
|---|---|---|
| committer | YurenHao0426 <Blackhao0426@gmail.com> | 2026-04-08 03:52:43 -0500 |
| commit | 9c461ce010f7e7601cb18f589240915bb9e29f67 (patch) | |
| tree | eea7b1f3728973109b0bff57243e97f5521c2456 /paper/main.tex | |
| parent | c5688503c524666af394c21054641c86f8b867a5 (diff) | |
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.
Diffstat (limited to 'paper/main.tex')
| -rw-r--r-- | paper/main.tex | 3 |
1 files changed, 2 insertions, 1 deletions
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. |
