% Use fancyhdr package \RequirePackage{fancyhdr} \RequirePackage{xcolor} % changed from color to xcolor (2021/11/24) \RequirePackage{algorithm} % \RequirePackage{algorithmic} % Commented it out on Jan 21, 2026 due to conlicts with \usepackage{algpseudocode}. \RequirePackage{natbib} \RequirePackage{eso-pic} % used by \AddToShipoutPicture \RequirePackage{forloop} \RequirePackage{url} \RequirePackage{caption}
% Recommended, but optional, packages for figures and better typesetting: \usepackage{microtype} \usepackage{graphicx} \usepackage{subcaption} \usepackage{booktabs} % for professional tables
% hyperref makes hyperlinks in the resulting PDF. % If your build breaks (sometimes temporarily if a hyperlink spans a page) % please comment out the following usepackage line and replace % \usepackage{icml2026} with \usepackage[nohyperref]{icml2026} above. \usepackage{hyperref}
% Attempt to make hyperref and algorithmic work together better: \newcommand{\theHalgorithm}{\arabic{algorithm}}
% Use the following line for the initial blind version submitted for review: \usepackage{icml2026}
% For preprint, use % \usepackage[preprint]{icml2026}
% If accepted, instead use the following line for the camera-ready submission: % \usepackage[accepted]{icml2026}
\else %%%Zhao: Usually the conference has default dark blue for cite/ref color. But in some year lik 2022 or 2023, we need to define color on own, the conference template no color. This year NeurIPS 2025, if you want the citation/ref to be color, you need the following lines, otherwise you can comment it out. % \definecolor{mydarkblue}{rgb}{0,0.08,0.45} % \hypersetup{colorlinks=true, citecolor=mydarkblue,linkcolor=mydarkblue} \fi
\paperRTitle指的是_0_vars.tex中的\def\paperRTitle{InternProject}, 是icml2026/example_paper.tex中的第60行\icmltitlerunning{Submission and Formatting Instructions for ICML 2026}类似写法
\ifdefined\isarxiv %%% The below part is the title and author of ArXiv version.
\date{} \title{\paperTitle} \author{\paperAuthor}
\else %%% The below part is the title and author of ICML version.
\twocolumn[ \icmltitle{\paperTitle} % It is OKAY to include author information, even for blind submissions: the % style file will automatically remove it for you unless you've provided % the [accepted] option to the icml2026 package.
% List of affiliations: The first argument should be a (short) identifier you % will use later to specify author affiliations Academic affiliations % should list Department, University, City, Region, Country Industry % affiliations should list Company, City, Region, Country
% You can specify symbols, otherwise they are numbered in order. Ideally, you % should not use this facility. Affiliations will be numbered in order of % appearance and this is the preferred way. \icmlsetsymbol{equal}{*}
\icmlaffiliation{yyy}{Department of XXX, University of YYY, Location, Country} \icmlaffiliation{comp}{Company Name, Location, Country} \icmlaffiliation{sch}{School of ZZZ, Institute of WWW, Location, Country}
% You may provide any keywords that you find helpful for describing your % paper; these are used to populate the "keywords" metadata in the PDF but % will not be shown in the document \icmlkeywords{Machine Learning, ICML}