Skip to content
Open

T #6

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

## 2017全国研究生数学建模竞赛LaTeX论文模板
## 2018全国研究生数学建模竞赛LaTeX论文模板

GMCMthesis 是为全国研究生数学建模竞赛编写的LaTeX模板, 旨在让大家专注于
论文的内容写作, 而不用花费过多精力在格式的定制和调整上. 本手册是相应的参考, 其
Expand All @@ -15,6 +15,14 @@ GMCMthesis 是为全国研究生数学建模竞赛编写的LaTeX模板, 旨在

## 更新记录

2018年9月11日更新:

1,修改封面格式,由于阴影效果进行截图插图。

2,修改了参考文献的bibtex支持。

3,其他冗余代码的删除和清理。

2017年9月13日更新说明:

1. 去掉正文的页眉信息。
Expand Down
39 changes: 39 additions & 0 deletions example.bib
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
@book{mittelbach_latex_2004,
author = {Mittelbach, Frank and Goossens, Michel and Braams, Johannes and Carlisle, David and Rowley, Chris},
title = {The {\LaTeX} Companion},
edition = {2},
address = {Reading, MA, USA},
publisher = {Addison-Wesley},
pages = {107--109},
year = {2004}
}

@article{wright_latex3_2009,
author = {Wright, Joseph},
title = {{\LaTeX}3 programming: External perspective},
journal = {TUGboat},
volume = {30},
number = {1},
pages = {107--109},
year = {2009},
urldate = {2018-07-21},
url = {http://tug.org/TUGboat/tb30-1/tb94wright-latex3.pdf},
}

@online{beeton_unicode_2008,
author = {Beeton, Barbara and Freytag, Asmus and Sargent III, Murray},
title = {Unicode support for mathematics},
url = {http://www.unicode.org/reports/tr25/},
urldate = {2018-07-21},
institution = {Unicode, Inc.},
year = {2008},
}

@inproceedings{vieth_experiences_2009,
author = {Vieth, Ulrik},
title = {Experiences typesetting mathematical physics},
booktitle = {Proceedings of EuroTeX},
year = {2009},
pages = {13},
url = {http://tug.org/TUGboat/tb30-3/tb96vieth.pdf},
}
Binary file modified example.pdf
Binary file not shown.
48 changes: 31 additions & 17 deletions example.tex
Original file line number Diff line number Diff line change
Expand Up @@ -2,27 +2,28 @@
%!TEX program = xelatex

\documentclass[bwprint]{gmcmthesis}
% \documentclass[withoutpreface,bwprint]{cumcmthesis}
% 去掉封面与编号页

\title{全国研究生数学建模竞赛论文标题}
\tihao{A}
\baominghao{4321} %参赛队号
\schoolname{XX大学}%学校名称
\membera{小米} %队员A
\memberb{向左} %队员B
\memberc{哈哈} %队员C
\begin{document}

%生成标题
\maketitle
\begin{abstract}
本模板是为全国研究生数学建模竞赛编写的 \LaTeX{} 模板, 旨在让大家专注于

%填写摘要
\begin{abstract}
本模板是为全国研究生数学建模竞赛编写的 \LaTeX{} 模板, 旨在让大家专注于
论文的内容写作, 而不用花费过多精力在格式的定制和调整上. 本手册是相应的参考, 其
中提供了一些环境和命令可以让模板的使用更为方便. 同时需要注意, 使用者需要有一
定的 \LaTeX{} 的使用经验, 至少要会使用 ctex 宏包的一些功能, 比如调节字距或修改字体
大小等等.


另外, 欢迎大家购买我们是视频教程,点击\href{https://item.taobao.com/item.htm?spm=a1z10.1-c.w4004-3473795048.4.ThFQCG&id=43823508044}{这里}.
另外, 欢迎大家购买我们是视频教程,点击\href{https://item.taobao.com/item.htm?spm=a1z10.1-c.w4004-3473795048.4.ThFQCG&id=43823508044}{\fbox{这里}}。

欢迎大家到QQ群里沟通交流:91940767.

Expand All @@ -35,6 +36,10 @@
\end{abstract}

\pagestyle{plain}

%目录 不推荐加
\tableofcontents

\section{问题重述}

\subsection{引言}
Expand All @@ -43,6 +48,8 @@ \subsection{引言}

\subsection{问题的提出}

\subsubsection{问题的提出内容一}

围绕创意平板折叠桌的动态变化过程、设计加工参数,本文依次提出如下问题:

(1)给定长方形平板尺寸 ($120 cm \times 50 cm \times 3 cm$),每根木条宽度(2.5 cm),连接桌腿木条的钢筋的位置,折叠后桌子的高度(53 cm)。要求建立模型描述此折叠桌的动态变化过程,并在此基础上给出此折叠桌的设计加工参数和桌脚边缘线的数学描述。
Expand Down Expand Up @@ -87,26 +94,33 @@ \subsection{问题一分析}

\subsection{问题二分析}
题目要求从折叠桌的稳固性好、加工方便、用材最少三个角度,确定设计加工参数。我们可以从应力、支撑面积考虑稳固性,从开槽长度考虑加工方便,从木板长度考虑用材最少。而它们之间又是相互制约,我们需要确定最优设计加工参数,可以建立非线性规划模型,用lingo软件来求解最优设计加工参数(平板尺寸、钢筋位置、开槽长度等),这里以合力的方向(斜向上)与最长木条(桌腿)的夹角方向最小为目标函数,以木条所承受应力小于木条的许用应力、支撑面积大于桌面面积、木条的开槽长度小于木条本身长为约束条件。

\subsection{问题三分析}
题目要求制作软件的意思就是客户给定折叠桌高度、桌面边缘线的形状大小和桌脚边缘线的大致形状,将这些信息输入程序就得到客户想要的桌子。我们在求解最优设计加工参数时,自行给定桌面边缘线形状(椭圆、相交圆等),桌脚边缘线形状,折叠桌高度,应用第二问的非线性规划模型,用MATLAB软件绘制折叠桌截面图,得到自己设计的创意平板折叠桌。

问题三流程图:
\begin{figure}[!h]
\centering
\includegraphics[width=\textwidth]{1.png}
\includegraphics[width=.7\textwidth]{1.png}
\caption{问题三流程图}
\end{figure}
\subsection{问题三分析}
题目要求制作软件的意思就是客户给定折叠桌高度、桌面边缘线的形状大小和桌脚边缘线的大致形状,将这些信息输入程序就得到客户想要的桌子。我们在求解最优设计加工参数时,自行给定桌面边缘线形状(椭圆、相交圆等),桌脚边缘线形状,折叠桌高度,应用第二问的非线性规划模型,用MATLAB软件绘制折叠桌截面图,得到自己设计的创意平板折叠桌。



%参考文献 手工录入
%\begin{thebibliography}{9}%宽度9
% \bibitem{bib:one} ....
% \bibitem{bib:two} ....
%\end{thebibliography}

%采用bibtex方案
\cite{mittelbach_latex_2004,wright_latex3_2009,beeton_unicode_2008,vieth_experiences_2009}

\bibliographystyle{gmcm}
\bibliography{example}

%参考文献
\begin{thebibliography}{9}%宽度9
\bibitem{bib:one} ....
\bibitem{bib:two} ....
\end{thebibliography}

\newpage
%附录
\appendix
%\setcounter{page}{1} %如果需要可以自行重置页码。
\section{我的 MATLAB 源程序}
\begin{lstlisting}[language=Matlab]%设置不同语言即可。
kk=2;[mdd,ndd]=size(dd);
Expand Down
Binary file removed figures/logo.jpg
Binary file not shown.
Binary file added figures/logo.pdf
Binary file not shown.
Binary file removed figures/logo2.jpg
Binary file not shown.
Binary file added figures/title.pdf
Binary file not shown.
Loading