summaryrefslogtreecommitdiff
path: root/macros/unicodetex/latex/beaulivre/beaulivre.cls
diff options
context:
space:
mode:
Diffstat (limited to 'macros/unicodetex/latex/beaulivre/beaulivre.cls')
-rw-r--r--macros/unicodetex/latex/beaulivre/beaulivre.cls9
1 files changed, 6 insertions, 3 deletions
diff --git a/macros/unicodetex/latex/beaulivre/beaulivre.cls b/macros/unicodetex/latex/beaulivre/beaulivre.cls
index 7b7fae8298..680395a2e1 100644
--- a/macros/unicodetex/latex/beaulivre/beaulivre.cls
+++ b/macros/unicodetex/latex/beaulivre/beaulivre.cls
@@ -2,7 +2,7 @@
%% This is file `beaulivre/beaulivre.cls',
%% generated with the docstrip utility.
%%
-%% Copyright (C) 2021-2023 by Jinwen XU
+%% Copyright (C) 2021-2024 by Jinwen XU
%%
%% This is part of the colorist class series.
%%
@@ -18,7 +18,7 @@
\NeedsTeXFormat{LaTeX2e}[2022-06-01]
\ProvidesExplClass
{beaulivre}
- {2023/09/26} {}
+ {2024/02/20} {}
{A colorful book style}
\tl_const:Nn \l__colorclass_base_class_tl { book }
@@ -635,7 +635,7 @@
]
\setmathfont { texgyrepagella-math.otf }
[
- range = { `(, `) } ,
+ range = { `(, `), `/, \setminus } ,
Scale = 1.10
]
\setmathfont { texgyrepagella-math.otf }
@@ -664,6 +664,9 @@
\newcommand{\limstrut}{\vrule depth0.2ex width 0pt}
\renewcommand{\varprojlim}{\mathop{\underleftarrow{{\lim}\limstrut}}}
\renewcommand{\varinjlim}{\mathop{\underrightarrow{{\lim}\limstrut}}}
+
+ \let\setminus@old\setminus
+ \renewcommand*{\setminus}{\!\setminus@old\!}
}
% https://tex.stackexchange.com/a/647789