Bootstrap

数学建模论文排版之Latex学习笔记三

Latex论文模板(以18年国一论文为标准)

环境:Texmaker+TexLive

%以18年A题一等奖论文为例
\documentclass[UTF8]{ctexart}
%----------------------宏引用-----------------------%
\usepackage{abstract}
\usepackage{geometry}
\usepackage{indentfirst}
\usepackage{CJK}
\usepackage{setspace}
\usepackage{graphicx} 
\usepackage{subfigure}
%\usepackage{natbib}
%------------------------------设置字体大小----------------------------------------------------%  
\newcommand{\chuhao}{\fontsize{42pt}{\baselineskip}\selectfont}     %初号  
\newcommand{\xiaochuhao}{\fontsize{36pt}{\baselineskip}\selectfont} %小初号  
\newcommand{\yihao}{\fontsize{28pt}{\baselineskip}\selectfont}      %一号  
\newcommand{\erhao}{\fontsize{21pt}{\baselineskip}\selectfont}      %二号  
\newcommand{\xiaoerhao}{\fontsize{18pt}{\baselineskip}\selectfont}  %小二号  
\newcommand{\sanhao}{\fontsize{15.75pt}{\baselineskip}\selectfont}  %三号  
\newcommand{\sihao}{\fontsize{14pt}{\baselineskip}\selectfont}       %四号  
\newcommand{\xiaosihao}{\fontsize{12pt}{\baselineskip}\selectfont}  %小四号  
\newcommand{\wuhao}{\fontsize{10.5pt}{\baselineskip}\selectfont}    %五号  
\newcommand{\xiaowuhao}{\fontsize{9pt}{\baselineskip}\selectfont}   %小五号  
\newcommand{\liuhao}{\fontsize{7.875pt}{\baselineskip}\selectfont}  %六号  
\newcommand{\qihao}{\fontsize{5.25pt}{\baselineskip}\selectfont}    %七号
%-----------------------------------设置字体样式-----------------------------
;