摘要页和目录页 也就是前两页 页眉要求在左侧标明队伍编号
正文部分在页眉左侧表明队伍编号 右侧page x of x
MWE如下
\documentclass[12pt]{article}
\usepackage{times}
\usepackage{ifthen}
\usepackage{lastpage} %页码
\usepackage{caption}
\usepackage{ragged2e} % 首段缩进 目录里的
\usepackage{setspace}
\renewcommand{\baselinestretch}{1.2} %固定行间距 磅
\usepackage{abstract}
\renewcommand{\abstractname}{\large Absrtact}
\usepackage{fancyhdr}
\renewcommand{\headrulewidth}{0.5pt} %页眉线长度设置
\usepackage{indentfirst} % 首行自动缩进
\usepackage{geometry}
\geometry{bottom=2.5cm}
\pagestyle{fancy}
\fancyfoot{\empty}
\renewcommand{\headrulewidth}{1pt}
\lhead{Team B80284}
\rhead{page \thepage\ of \pageref{LastPage}}
\begin{document}

\centering{\LARGE \textbf{Retain Talent, Retain Future} } %大括号里填写标题
\providecommand{\keywords}{\textbf{Keywords:}}
\begin{abstract}
\thispagestyle{empty}
\end{abstract}
\begin{keywords}
Apriori Exponential Smoothing Method Expert Modeler Talent Demand
\end{keywords}
\newpage
\tableofcontents
\thispagestyle{empty}
\newpage
\setcounter{page}{1}
\section{Overview}
\justifying In order to indicate the origin of balanced assessment of the elderly, following backgroundisworthmentioning.
\section{Model Establishment and Solution of Problem 2}
zzzzzzzz
\subsection{Problem 12 Solving Process}
\subsection{Standardize the Extracted Features}
\end{document} %结束写文章

2 回答2

1
简单一点的方法就是在导言区用 ```tex % in preamble \fancypagestyle{plain}{% \fancyhf{} \chead{Head} \cfoot{Foot} } ``` 然后需要使用这个页眉页脚的时候用 ```tex \thispagestyle{plain} ``` 替代 ```tex \thispagestyle{empty} ```
  • 非常感谢! – zsure 2019-11-08 10:36 回复
  • 啊啊啊啊啊啊啊谢谢你!成功了!!我真的在网上查了半天都解决不了,这个方法真的amazing – zsure 2019-11-08 10:36 回复
1
你用的是哪里得来的数模论文模板?
  • 回复 啸行 :不好意思刚注册 现在懂了 晚点会改好的………… – zsure 2019-11-03 17:05 回复
  • 回复 zsure :你好像误会了 MWE 的含义…… – 啸行 2019-11-03 17:02 回复
  • 回复 啸行 :不好意思刚才重新编辑了 – zsure 2019-11-03 16:51 回复
  • 回复 zsure :提问最好给 MWE 啊…… – 啸行 2019-11-03 16:50 回复
  • 回复 啸行 :就是正常的\pagestyle{fancy} – zsure 2019-11-03 16:49 回复
  • 回复 zsure :那我没办法……我又不知道你怎么写的 – 啸行 2019-11-03 16:48 回复
  • 是我自己写的 因为没有用美赛模板所以遇到了这样的问题 – zsure 2019-11-03 16:40 回复

你的回答

请登录后回答

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