|
|
@ -8,11 +8,31 @@
|
|
|
|
\usepackage{caption}
|
|
|
|
\usepackage{caption}
|
|
|
|
\usepackage{lscape}
|
|
|
|
\usepackage{lscape}
|
|
|
|
\usepackage{fancyhdr}
|
|
|
|
\usepackage{fancyhdr}
|
|
|
|
|
|
|
|
\usepackage{newtxtext}
|
|
|
|
\usepackage{amsmath,mathtools,amsthm,amsfonts,amssymb,bm}
|
|
|
|
\usepackage{amsmath,mathtools,amsthm,amsfonts,amssymb,bm}
|
|
|
|
\usepackage{titlesec}
|
|
|
|
\usepackage{titlesec}
|
|
|
|
\usepackage[colorlinks,bookmarksnumbered,urlcolor=blue,
|
|
|
|
\usepackage[colorlinks,bookmarksnumbered,urlcolor=blue,
|
|
|
|
linkcolor=purple,citecolor=red,plainpages=false]{hyperref}
|
|
|
|
linkcolor=purple,citecolor=red,plainpages=false]{hyperref}
|
|
|
|
\usepackage[centering,a4paper,body={16cm,22cm}]{geometry}
|
|
|
|
\usepackage[centering,a4paper,body={16cm,22cm}]{geometry}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
% %============================================================
|
|
|
|
|
|
|
|
% % 配制全局字体
|
|
|
|
|
|
|
|
% \setmonofont{inconsolata} % 使用 inconsolata 等宽字体
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
% % 使用方正系列字体
|
|
|
|
|
|
|
|
% \setCJKmainfont[BoldFont={FZHei-B01},ItalicFont={FZKai-Z03}]{FZShuSong-Z01}
|
|
|
|
|
|
|
|
% \setCJKsansfont{FZHei-B01}
|
|
|
|
|
|
|
|
% \setCJKfamilyfont{zhsong}{FZShuSong-Z01}
|
|
|
|
|
|
|
|
% \setCJKfamilyfont{zhhei}{FZHei-B01}
|
|
|
|
|
|
|
|
% \setCJKfamilyfont{zhkai}{FZKai-Z03}
|
|
|
|
|
|
|
|
% \setCJKfamilyfont{zhfs}{FZFangSong-Z02}
|
|
|
|
|
|
|
|
% \setCJKfamilyfont{zhli}{FZLiShu-S01}
|
|
|
|
|
|
|
|
% \renewcommand*{\songti}{\CJKfamily{zhsong}} % 宋体
|
|
|
|
|
|
|
|
% \renewcommand*{\heiti}{\CJKfamily{zhhei}} % 黑体
|
|
|
|
|
|
|
|
% \renewcommand*{\kaishu}{\CJKfamily{zhkai}} % 楷体
|
|
|
|
|
|
|
|
% \renewcommand*{\fangsong}{\CJKfamily{zhfs}} % 仿宋
|
|
|
|
|
|
|
|
% \renewcommand*{\lishu}{\CJKfamily{zhli}} % 隶书
|
|
|
|
|
|
|
|
|
|
|
|
%============================================================
|
|
|
|
%============================================================
|
|
|
|
% 配制列表环境
|
|
|
|
% 配制列表环境
|
|
|
|
\usepackage{enumitem}
|
|
|
|
\usepackage{enumitem}
|
|
|
@ -38,6 +58,7 @@
|
|
|
|
fontupper=\small,
|
|
|
|
fontupper=\small,
|
|
|
|
% minted style=colorful,
|
|
|
|
% minted style=colorful,
|
|
|
|
minted options={ %自动移除前置空白、制表为4字符、mathhe和||内的不处理
|
|
|
|
minted options={ %自动移除前置空白、制表为4字符、mathhe和||内的不处理
|
|
|
|
|
|
|
|
fontfamily=tt,
|
|
|
|
breaksymbol=,
|
|
|
|
breaksymbol=,
|
|
|
|
autogobble,
|
|
|
|
autogobble,
|
|
|
|
tabsize=4,
|
|
|
|
tabsize=4,
|
|
|
|