% SIAM Shared Information Template % This is information that is shared between the main document and any % supplement. If no supplement is required, then this information can % be included directly in the main document. % Packages and macros go here \usepackage{lipsum} \usepackage{amsfonts} \usepackage{graphicx} \usepackage{epstopdf} \usepackage{algorithmic} \ifpdf \DeclareGraphicsExtensions{.eps,.pdf,.png,.jpg} \else \DeclareGraphicsExtensions{.eps} \fi % Add a serial/Oxford comma by default. \newcommand{\creflastconjunction}{, and~} % Used for creating new theorem and remark environments \newsiamremark{remark}{Remark} \newsiamremark{hypothesis}{Hypothesis} \crefname{hypothesis}{Hypothesis}{Hypotheses} \newsiamthm{claim}{Claim} % Sets running headers as well as PDF title and authors \headers{An Example Article}{D. Doe, P. T. Frank, and J. E. Smith} % Title. If the supplement option is on, then "Supplementary Material" % is automatically inserted before the title. \title{An Example Article\thanks{Submitted to the editors DATE. \funding{This work was funded by the Fog Research Institute under contract no.~FRI-454.}}} % Authors: full names plus addresses. \author{Dianne Doe\thanks{Imagination Corp., Chicago, IL (\email{ddoe@imag.com}, \url{http://www.imag.com/\string~ddoe/}).} \and Paul T. Frank\thanks{Department of Applied Mathematics, Fictional University, Boise, ID (\email{ptfrank@fictional.edu}, \email{jesmith@fictional.edu}).} \and Jane E. Smith\footnotemark[3]} \usepackage{amsopn} \DeclareMathOperator{\diag}{diag} %%% Local Variables: %%% mode:latex %%% TeX-master: "ex_article" %%% End: