%% Minimal stub for iclr2020_conference.sty
%% Used for local compilation only — not for submission.
%% Real file needed for ICLR submission.
\ProvidesPackage{iclr2020_conference}

\newif\ificlrfinal
\def\iclrfinalcopy{\iclrfinaltrue}

% Basic page layout matching ICLR
\usepackage{geometry}
\geometry{margin=1in,top=1in,bottom=1in}

% Header/footer — minimal
\usepackage{fancyhdr}
\pagestyle{fancyplain}
\fancyhf{}
\fancyhead[C]{\footnotesize Under Review as a conference paper at ICLR 2020}
\fancyfoot[C]{\thepage}

% No-op macros used by iclr style
\newcommand{\iclrconferenceid}{}
