summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/lebhart
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2024-02-21 21:16:02 +0000
committerKarl Berry <karl@freefriends.org>2024-02-21 21:16:02 +0000
commitd798f6934307e0964f886fc25b01f0b79607517a (patch)
tree7404cf6fb1ee0175daeefb82c603bfe673c24726 /Master/texmf-dist/tex/latex/lebhart
parente06c48a0936bdf0224fe8fd12d6e177e9a9ca6aa (diff)
jxu packages (21feb24)
git-svn-id: svn://tug.org/texlive/trunk@70049 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/lebhart')
-rw-r--r--Master/texmf-dist/tex/latex/lebhart/lebhart.cls9
1 files changed, 6 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/lebhart/lebhart.cls b/Master/texmf-dist/tex/latex/lebhart/lebhart.cls
index d36b7718d10..73c306043d9 100644
--- a/Master/texmf-dist/tex/latex/lebhart/lebhart.cls
+++ b/Master/texmf-dist/tex/latex/lebhart/lebhart.cls
@@ -2,7 +2,7 @@
%% This is file `lebhart/lebhart.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
{lebhart}
- {2023/09/26} {}
+ {2024/02/20} {}
{A colorful article style}
\tl_const:Nn \l__colorclass_base_class_tl { article }
@@ -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