Commit 9f7854f1 authored by liziwl's avatar liziwl
Browse files

删除math-style中ISO选项

parent 8f90d990
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -689,10 +689,10 @@
%
% \DescribeOption{math-style}
% 用户可以通过设置 \option{math-style} 选择数学符号样式(可选:
% \option{GB}(中文默认),\option{TeX}(英文默认)和 \option{ISO}),比如:
% \option{GB}(中文默认),\option{TeX}(英文默认)),比如:
% \begin{latex}
%   \thusetup{
%     math-style = ISO,
%     math-style = GB,
%   }
% \end{latex}
%
@@ -1195,7 +1195,6 @@
    name = math@style,
    choices = {
      GB,
      ISO,
      TeX,
    },
  },