latex美赛模板

latex美赛模板

下载文件:latex


%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% MCM/ICM LaTeX Template %%
%% 2022 MCM/ICM           %%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\documentclass[12pt]{article}
\usepackage{geometry}
\geometry{left=1in,right=0.75in,top=1in,bottom=1in}
\usepackage{indentfirst}
\setlength{\parindent}{1em}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Replace ABCDEF in the next line with your chosen problem
% and replace 1111111 with your Team Control Number
\newcommand{\Problem}{C}
\newcommand{\Team}{\# 2221080}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\usepackage{newtxtext}
\usepackage{amsmath,amssymb,amsthm}
\usepackage{newtxmath} % must come after amsXXX
\usepackage{float}
\usepackage[table]{xcolor}
\usepackage{url}


\usepackage{graphicx}
\usepackage{xcolor}
\usepackage{fancyhdr}
\lhead{Team \Team}
\rhead{}
\cfoot{}

\newtheorem{theorem}{Theorem}
\newtheorem{corollary}[theorem]{Corollary}
\newtheorem{lemma}[theorem]{Lemma}
\newtheorem{definition}{Definition}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{document}
	\graphicspath{{.}}  % Place your graphic files in the same directory as your main document
	\DeclareGraphicsExtensions{.pdf, .jpg, .tif, .png}
	\thispagestyle{empty}
	\vspace*{-16ex}
	\centerline{\begin{tabular}{*3{c}}
			\parbox[t]{0.3\linewidth}{\begin{center}\textbf{Problem Chosen}\\ \Large \textcolor{black}{\Problem}\end{center}}
			& \parbox[t]{0.3\linewidth}{\begin{center}\textbf{2021\\ MCM/ICM\\ Summary Sheet}\end{center}}
			& \parbox[t]{0.3\linewidth}{\begin{center}\textbf{Team Control Number}\\ \Large \textcolor{black}{2221080}\end{center}}	\\
			\hline
	\end{tabular}}
	%%%%%%%%%%% Begin Summary %%%%%%%%%%%
	% Enter your summary here replacing the (red) text
	% Replace the text from here ...
	
	\begin{center}
		\Large\textbf{Upstart? Not a daydream!}
	\end{center}
	
	{\centering\section*{Summary}}

	% to here
	%%%%%%%%%%% End Summary %%%%%%%%%%%
	
	%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
	\clearpage
	\pagestyle{fancy}
	% Uncomment the next line to generate a Table of Contents
	%\tableofcontents 
	\newpage
	\setcounter{page}{1}
	\rhead{Page \thepage\ of \pageref{UNKNOWN}}
	
	\tableofcontents
	\clearpage
	%%%%%%%%%%%%% Begin your paper here %%%%%%%%%%%%%%%%%
	
	%%%%%%%%%%%%% 1.1 Background %%%%%%%%%%%%%%%%%
	\section{Introduction}
	\subsection{Background}

	
	
	%%%%%%%%%%%%% 1.2 Problem Restatement %%%%%%%%%%%%%%%%%
	\subsection{Problem Restatement}

	\begin{enumerate}
		\item \textbf{Model 1}: 
	\end{enumerate}

	
	%%%%%%%%%%%%% 1.3 Our Work %%%%%%%%%%%%%%%%%
	\subsection{Our Work}
	The topic requires us to ...... Our main work are shown as follows: \par
	\begin{enumerate}
		\item 
	\end{enumerate}
	
	
	
	%%%%%%%%%%%%% 2 Basic Assumptions %%%%%%%%%%%%%%%%%
	\section{Basic Assumptions}
	\begin{enumerate}
		\item \textbf{Assumption 1}:  \par
		\textbf{Justification 1}: \par
	\end{enumerate}
	
	
	%%%%%%%%%%%%% 3 Explanations of Specific Descriptors %%%%%%%%%%%%%%%%%
	\section{Explanations of Specific Descriptors}
	\begin{table}[H]
		\centering
		%l左对齐,c居中,r右对齐
		\rowcolors{1}{blue!20}{blue!10}
		\begin{tabular}{|c c c c c|}
			\hline
			\rowcolor{blue!30} symbols & meanings \\
			\hline
		\end{tabular}
	\end{table}
	
	
	%模型解释
	\section{Model I:}
	
	
	\section{Result Analysis}
	%最佳参数配置
	\subsection{Parameter Configuration}
	
	
	%结果
	\subsection{Results}
	
	
	%证明最佳模型
	\subsection{Certification of Optimal Model}
	
	
	%风险评估
	\subsection{The Risk Assessment of Investment}

	
	%敏感性分析
	\subsection{Sensitivity Analysis}
	
	
	%%%%%%%%%%%%% Strengths and Weaknesses %%%%%%%%%%%%%%%%%
	\section{Strengths and Weaknesses}
	\subsection{Strengths}
	\begin{enumerate}
		\item 
	\end{enumerate}
	
	\subsection{Weaknesses}
	\begin{enumerate}
		\item 
	\end{enumerate}
	
	\section{Conclusion}
	
	
	%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
	
	%参考文献
	\begin{thebibliography}{99}
		\bibitem{article}
	\end{thebibliography}
	
	\clearpage



	%备忘录
	{\centering\section*{Memorandum}}

	To:  \par
	From: Team \#\Team \par
	Date:  \par
	Subject:  \par
	
	\vspace{12 pt}
	
	
	
	
	\label{UNKNOWN}
\end{document}
\end

你可能感兴趣的:(latex,美国大学生数学建模竞赛)