From bc741d2fabc6448f14e335dbf5c32345bc36e075 Mon Sep 17 00:00:00 2001 From: yizeyi18 <[email protected]> Date: Sat, 8 Mar 2025 17:24:41 +0800 Subject: [PATCH 1/3] Change mathfont from pazo to rsfs, for a script font which is more similar to szabo the book. More missing character introduced also. --- structure.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/structure.tex b/structure.tex index 7f58163..973f4bf 100644 --- a/structure.tex +++ b/structure.tex @@ -40,9 +40,9 @@ \usepackage{mathtools} % For *rcases* environment \usepackage[scr=boondoxo, scrscaled=1]{mathalfa} -%\usepackage{mathrsfs} +\usepackage{mathrsfs} %\usepackage{mathptmx} -\usepackage{mathpazo} +%\usepackage{mathpazo} %\usepackage{old-arrows} % %\usepackage[T1]{fontenc} %\usepackage{newpxtext,newpxmath} From 0645ee4b81daa093e150efaebfe2517ffd790e6e Mon Sep 17 00:00:00 2001 From: yizeyi18 <[email protected]> Date: Sat, 8 Mar 2025 20:14:11 +0800 Subject: [PATCH 2/3] Apply suggestion from reviewer for font package. --- structure.tex | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/structure.tex b/structure.tex index 973f4bf..71d2b52 100644 --- a/structure.tex +++ b/structure.tex @@ -39,10 +39,10 @@ \usepackage{bm} \usepackage{mathtools} % For *rcases* environment -\usepackage[scr=boondoxo, scrscaled=1]{mathalfa} -\usepackage{mathrsfs} +\usepackage[scr=rsfs, scrscaled=1]{mathalfa} +%\usepackage{mathrsfs} %\usepackage{mathptmx} -%\usepackage{mathpazo} +\usepackage{mathpazo} %\usepackage{old-arrows} % %\usepackage[T1]{fontenc} %\usepackage{newpxtext,newpxmath} From f2c952e8b60cb944ffa25ae760905dab0f191c4f Mon Sep 17 00:00:00 2001 From: yizeyi18 <[email protected]> Date: Mon, 10 Mar 2025 14:22:45 +0800 Subject: [PATCH 3/3] return to boondoxo and using rsfs for command --- structure.tex | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/structure.tex b/structure.tex index 71d2b52..024aa01 100644 --- a/structure.tex +++ b/structure.tex @@ -39,7 +39,8 @@ \usepackage{bm} \usepackage{mathtools} % For *rcases* environment -\usepackage[scr=rsfs, scrscaled=1]{mathalfa} +\usepackage[scr=boondoxo, scrscaled=1]{mathalfa} +\DeclareMathAlphabet{\mathrsfs}{U}{rsfs}{m}{n} %\usepackage{mathrsfs} %\usepackage{mathptmx} \usepackage{mathpazo} @@ -234,7 +235,8 @@ \newcommand{\bfr}{\mathbf{r}} \newcommand{\heh}{\mathrm{HeH}^+} \newcommand{\au}{\,\mathrm{a.u.}} -\newcommand{\ts}{\mathscr{S}} %总自旋算符 +%\newcommand{\ts}{\mathscr{S}} %总自旋算符 +\newcommand{\ts}{\mathrsfs{S}} \usepackage{xeCJKfntef} % the package containing the command \CJKuderline*{} for the \mci command \newcommand{\mci}[1]{\CJKunderline{#1}} \newcommand{\phrase}[1]{\CJKunderline{#1}}