Latex 导言区
% 导言区
\documentclass{article} %book,report,letter
\usepackage{ctex} %中文环境需要
\usepackage{graphicx} %插图
\graphicspath{{figure/}}
%语法:\includegraphics[<选项>]{<文件名>}
\usepackage{amsmath} %数学公式宏包
\usepackage{pifont}
\newcommand\degree{^\circ} %右上角小圆圈
\newcommand{\adots}{\mathinner{\mkern2mu%
\raisebox{0.1em}{.}\mkern2mu\raisebox{0.4em}{.}%
\mkern2mu\raisebox{0.7em}{.}\mkern1mu}} %数学矩阵省略号
\title{\heiti }
\author{\kaishu }
\date{\today} 相关推荐
Dreamhome 2020-08-17
hanshandiaozhe 2020-07-28
liuqiangaliuv 2020-07-05
liuofficial 2020-06-25
落日之城 2020-06-21
颜家大少 2020-05-30
liuofficial 2020-05-19
liuqiangaliuv 2020-05-06
山水一方 2020-04-21
hanshandiaozhe 2020-04-07
颜家大少 2020-03-04