From 53984e4b5bfe8a00e373a9bade46ca741203b5bb Mon Sep 17 00:00:00 2001 From: xdyy Date: Sun, 30 Jan 2022 20:08:37 +0800 Subject: [PATCH] FIx: #I4SKB1 --- CCNUthesis.cls | 16 +++++++++++++--- CHANGELOG.md | 5 +++++ body/chapter1.tex | 1 + 3 files changed, 19 insertions(+), 3 deletions(-) diff --git a/CCNUthesis.cls b/CCNUthesis.cls index 8d6b956..adf43c5 100644 --- a/CCNUthesis.cls +++ b/CCNUthesis.cls @@ -1,7 +1,7 @@ \NeedsTeXFormat{LaTeX2e} \RequirePackage{expl3} \ProvidesExplClass{CCNUthesis} - {2022-01-28}{v1.0.0} + {2022-01-30}{v1.0.1} {Thesis template for Central China Normal University} \RequirePackage { xtemplate, l3keys2e } @@ -501,8 +501,18 @@ BoldItalicFont = *-bolditalic, Ligatures = CommonOff } - \__ccnu_setmathfont:nn { \g__ccnu_font_name_xits_math_rm_tl .otf } - { BoldFont = \g__ccnu_font_name_xits_math_bf_tl .otf } + % \__ccnu_setmathfont:nn { \g__ccnu_font_name_xits_math_rm_tl .otf } + % { BoldFont = \g__ccnu_font_name_xits_math_bf_tl .otf } + % \setmainfont{STIXTwoText} + % [ + % Extension = .otf, + % UprightFont = *-Regular, + % BoldFont = *-Bold, + % ItalicFont = *-Italic, + % BoldItalicFont = *-Bolditalic, + % ] + \setmathfont{STIXTwoMath-Regular.otf} + \setmathfont{STIXTwoMath-Regular.otf}[range={scr,bfscr},StylisticSet=01] } \cs_new_protected:cpn { __ccnu_load_font_ times* : } { diff --git a/CHANGELOG.md b/CHANGELOG.md index 4355e45..0938253 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,9 @@ # 更新日志 + +## [v1.0.1] - 2022-01-30 +### Fixed +- 解决`\mathcal`和`\mathscr`效果相同的问题 ([#I4SKB1](https://gitee.com/xkwxdyy/CCNUthesis/issues/I4SKB1)) + ## [v1.0.0] - 2022-01-28 ### Added - 增加bib文件参考文献部分注释 diff --git a/body/chapter1.tex b/body/chapter1.tex index c26ad95..a6454f3 100644 --- a/body/chapter1.tex +++ b/body/chapter1.tex @@ -1,6 +1,7 @@ \chapter{引言} \section{研究背景} +$\mathcal{A} \mathscr{A}$ 参考了 \parencite{曾谨言2013量子力学} \parencite{feynman2011feynman} \parencite{zurek2014quantum} \parencite{wikimedia:stern-gerlach-experiment, zettili2003quantum} \subsection{前人工作}