美赛论文LaTeX模板.doc
文本预览下载声明
\documentclass{icmmcm}
\usepackage{url} % For formatting URLs and other web or
% file references.
\usepackage{mflogo} % Provides the METAFONT logo; you
% wont need it for your report.
\usepackage{graphicx} % For importing graphics.
\usepackage{natbib}
%%% Sample ICM/MCM Contest Submission
%%%
%%% Based on sample senior thesis document
%%% Last modified by Jeremy Rouse
%%% Summer 2000
%%%
%%% and on the LaTeX Hints document
%%% created by C.M. Connelly cmc@
%%% Copyright 2002-2012
%%%
%%% Local Command and Environment Definitions
%%% If you have any local command or environment definitions, put them
%%% here or in a separate style file that you load with \usepackage.
% \newtheorem declarations
\newtheorem{Theo1}{Theorem}
\newtheorem{Theo2}{Theorem}[section]
\newtheorem{Lemma}[Theo2]{Lemma}
% Each of the above defines a new theorem environment.
% Multiple theorems can be done in the same environment.
% Theo2s number is defined by the subsection its in.
% Theo3 uses the same numbering counter and numbering system as
% Theo2 (thats the meaning of [Theo2]).
%%% You probably wont want any of the following commands, which are
%%% here to allow various the names of commands, make examples typeset
%%% properly, and so on. You can, of course, use them as examples for
%%% your own user-defined commands.
\newcommand{\bslash}{\symbol{134}}%backslash
\newcommand{\bsl}{{\texttt{\bslash}}}
\newcommand{\com}[1]{\bsl\texttt{#1}\xspace}
\newcommand{\file}[1]{\texttt{#1}\xspace}
\newcommand{\pdftex}{PDF\tex}
\newcommand{\pdflatex}{PDF\latex}
\newcommand{\acronym}[1]{\textsc{#1}\xspace}
\newcommand{\key}[1]{\textsf{\emph{#1}}\xspace}
\newcommand{\class}[1]{\textsf{#1}\xspace}
\newcommand{\package}[1]{\textsf{#1}\xspace}
\newcommand{\env}[1]{\texttt{#1}\xspace}
\newcommand{\prog}[1]{\texttt{#1}\xspace}
\newcommand{\command}[1]{\texttt{\bsl{}#1}\xspace}
\newcommand{\ctt}{\texttt{comp.text.tex}
显示全部