正常公式编号会是(1)(2)这种,想要编号成(3.1) (3.2)怎么办呢?
\usepackage{amsmath}
\numberwithin{equation}{section}
在导言区加入以上代码即可
正常公式编号会是(1)(2)这种,想要编号成(3.1) (3.2)怎么办呢?
\usepackage{amsmath}
\numberwithin{equation}{section}
在导言区加入以上代码即可
转载于:https://www.cnblogs.com/hitnoah/p/4269559.html