【#第一文档网# 导语】以下是®第一文档网的小编为您整理的《latex2012数学建模模板》,欢迎阅读!

\def\CTeXPreproc{Created by ctex v0.2.12, don't edit!}%%%%%% 加在百分号后面的内容是注释内容,提供作者参考和理解
\documentclass[twoside,12pt]{article} %%% 这是 LaTeX 格式文件必须的指令,不可缺少 \usepackage{CJK} %%%%% 使用中文、日文、韩文时调用此宏包 \usepackage{indentfirst} %% 节标题后第一行段缩进
\usepackage{bm} %%%%% 排印数学符号黑斜体时调用此宏包 \usepackage{verbatim} %% 抄录环境宏包,本模板文件使用
\usepackage{graphicx} %%%% 文中插入 eps 图形时调用此宏包,插图方法 1
%%%% \usepackage{epsfig} %%% 文中插入 eps 图形时也可调用此宏包,插图方法 2 %%\usepackage{amsmath} %%% 排印比较复杂的数学公式和符号时可调用此宏包 %\usepackage[T1]{fontenc}
%%% 因为物理学报的参考文献不需要节标题,需重新定义参考文献环境指令 \makeatletter
\newdimen\bibindent
\setlength\bibindent{1.5em}
\renewenvironment{thebibliography}[1]
{\list{\@biblabel{\@arabic\c@enumiv}}%
{\settowidth\labelwidth{\@biblabel{#1}}% \leftmargin\labelwidth \advance\leftmargin\labelsep \@openbib@code
\usecounter{enumiv}% \let\p@enumiv\@empty
\renewcommand\theenumiv{\@arabic\c@enumiv}}% \sloppy
\clubpenalty4000
\@clubpenalty \clubpenalty \widowpenalty4000% \sfcode`\.\@m} {\def\@noitemerr
{\@latex@warning{Empty `thebibliography' environment}}% \endlist}
\makeatother
%%%%%%%%%% APS 要求的部分宏命令和页面参数设置 \renewcommand{\baselinestretch}{1.5} %% 正文行距参数设置 %%%%%%%%%% 正文一级、二级、三级标题的序号设置 \renewcommand{\thesection}{\arabic{section}.\hspace{-.4cm}}
\renewcommand{\thesubsection}{\arabic{section}.\arabic{subsection}.\hspace{-.4cm}}
\renewcommand{\thesubsubsection}{\arabic{section}.\arabic{subsection}.\arabic{subsubsection}.\hspace{-.3cm}}
%%%%%%%%%%%%%%%%%%%%%%%%页面参数设置
\footskip=20pt \headsep=2truemm \topmargin=0cm \oddsidemargin=0pt \evensidemargin=0pt \textwidth=170truemm %% 页面宽度 \textheight=245truemm %% 页面高度
\parindent=24pt %% 段缩进
% \def\thefootnote{} %% 去掉脚注序号标号
\def\thefootnote{\fnsymbol{footnote}} %% 使用符号型脚注序号 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \baselineskip=14pt plus.2pt minus.2pt \parskip=0pt plus.1pt minus.1pt
\abovedisplayskip=8pt plus.2pt minus.2pt
\belowdisplayskip=8pt plus.2pt minus.2pt
\begin{document} %% 文本文件开始,这是必须的指令
\begin{CJK*}{GBK}{song} %% 开始进入中文环境
本文来源:https://www.dy1993.cn/F7Ex.html