```tex
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% MCM/ICM LaTeX Template %%
%% 2020 MCM/ICM %%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\documentclass[12pt]{article}
\usepackage{geometry}
\geometry{left=1in,right=0.75in,top=1in,bottom=1in}

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

\usepackage{newtxtext}
\usepackage{amsmath,amssymb,amsthm}
\usepackage{newtxmath} % must come after amsXXX

\usepackage[pdftex]{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{red}{\Problem}\end{center}}
& \parbox[t]{0.3\linewidth}{\begin{center}\textbf{2020\ MCM/ICM\ Summary Sheet}\end{center}}
& \parbox[t]{0.3\linewidth}{\begin{center}\textbf{Team Control Number}\ \Large \textcolor{red}{\Team}\end{center}} \
\hline
\end{tabular}}
%%%%%%%%%%% Begin Summary %%%%%%%%%%%
% Enter your summary here replacing the (red) text
% Replace the text from here …
\begin{center}
\textcolor{red}{%
Use this template to begin typing the first page (summary page) of your electronic report. This \newline
template uses a 12-point Times New Roman font. Submit your paper as an Adobe PDF \newline
electronic file (e.g. 1111111.pdf), typed in English, with a readable font of at least 12-point type. \[2ex]
Do not include the name of your school, advisor, or team members on this or any page. \[2ex]
Papers must be within the page limit specified in the problem statement. \[2ex]
Be sure to change the control number and problem choice above. \
You may delete these instructions as you begin to type your report here. \[2ex]
\textbf{Follow us @COMAPMath on Twitter or COMAPCHINAOFFICIAL on Weibo for the \newline
most up to date contest information.}
}
\end{center}
% 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\ }
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Begin your paper here

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\end{document}
\end

2 回答2

1
请用网站编辑器提供的代码块
  • 我重新发了一下问题,这次代码块是能看到的 – ruby_666 2020-03-06 15:43 回复
  • 我用代码块重新编辑了一下,发现点击显示全部之后看不到代码了,你能看到我发的代码块吗? – ruby_666 2020-03-06 15:22 回复
0
这是在乱写什么? ``` \centerline{\begin{tabular}{3{c}} ```
  • 回复 undefined :模板我一点没动,从国外网站上下载的,难道国内外的不一样吗 – ruby_666 2020-03-06 15:25 回复
  • 回复 undefined :那内容绝不是模板里的,自己瞎写的把? – 拿了桔子跑啊 2020-03-06 15:16 回复
  • \centerline{\begin{tabular}{*3{c}}这样对吗?这个模板是我从官网上下载的,小白看不太懂~ – ruby_666 2020-03-06 15:05 回复

你的回答

请登录后回答

你的回答将会帮助更多人,请务必认真回答问题。