Commit 9025c673 authored by liziwl's avatar liziwl
Browse files

add math font config

parent fd769d50
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
% !TeX program = xelatex
% !TeX spellcheck = en_US

\documentclass[degree=master,language=chinese,cjk-font=external]{sustechthesis}
\documentclass[degree=master,language=chinese,cjk-font=external,math-font=cambria]{sustechthesis}
  % 学位 degree:
  %   master (默认) | doctor
  % 语言 language:
@@ -12,6 +12,8 @@
  %   在 **非Windows** 的系统上推荐使用包内字体,而非系统字体。
  %   以达到和 Windows 系统上显示的字体效果。
  %   Windows 系统上可以删除该参数,使用系统内置字体。
  % 数学字体 math-font
  %   cambria (默认,同 Word 默认数学字体一致) | xits (TeX 内常用数学字体) 等。


% 论文基本配置,加载宏包等全局配置