Add neurips_2026.sty
Browse files- neurips_2026.sty +12 -0
neurips_2026.sty
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
% Minimal NeurIPS 2026 style stub
|
| 2 |
+
% Replace with official neurips_2026.sty for actual submission
|
| 3 |
+
\NeedsTeXFormat{LaTeX2e}
|
| 4 |
+
\ProvidesPackage{neurips_2026}[2026/01/01 NeurIPS 2026 style stub]
|
| 5 |
+
|
| 6 |
+
\RequirePackage[margin=1in]{geometry}
|
| 7 |
+
\RequirePackage{natbib}
|
| 8 |
+
\RequirePackage{times}
|
| 9 |
+
|
| 10 |
+
\DeclareOption{final}{\relax}
|
| 11 |
+
\DeclareOption{preprint}{\relax}
|
| 12 |
+
\ProcessOptions\relax
|