summaryrefslogtreecommitdiff
path: root/macros/unicodetex/latex/einfart
diff options
context:
space:
mode:
Diffstat (limited to 'macros/unicodetex/latex/einfart')
-rw-r--r--macros/unicodetex/latex/einfart/README.md4
-rw-r--r--macros/unicodetex/latex/einfart/einfart.cls9
2 files changed, 8 insertions, 5 deletions
diff --git a/macros/unicodetex/latex/einfart/README.md b/macros/unicodetex/latex/einfart/README.md
index 9c56ae78a7..5cb65cbe21 100644
--- a/macros/unicodetex/latex/einfart/README.md
+++ b/macros/unicodetex/latex/einfart/README.md
@@ -1,8 +1,8 @@
-<!-- Copyright (C) 2021-2023 by Jinwen XU -->
+<!-- Copyright (C) 2021-2024 by Jinwen XU -->
# `einfart` : write you articles in a simple and clear way
-> **New documentations are still being written. For now, only the core code is included in TeX Live 2023 (old documentations have been removed from the distribution).**
+> **New documentations are still being written. For now, only the core code is included in TeX Live 2024 and MiKTeX (old documentations have been removed from the distribution).**
`einfart` is a LaTeX class for typesetting articles, which has a simple and clear design.
diff --git a/macros/unicodetex/latex/einfart/einfart.cls b/macros/unicodetex/latex/einfart/einfart.cls
index 7f3514badd..2146ce094d 100644
--- a/macros/unicodetex/latex/einfart/einfart.cls
+++ b/macros/unicodetex/latex/einfart/einfart.cls
@@ -2,7 +2,7 @@
%% This is file `einfart/einfart.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 minimalist class series.
%%
@@ -18,7 +18,7 @@
\NeedsTeXFormat{LaTeX2e}[2022-06-01]
\ProvidesExplClass
{einfart}
- {2023/09/26} {}
+ {2024/02/20} {}
{A simple and clear article style}
\tl_const:Nn \l__minimclass_base_class_tl { article }
@@ -655,7 +655,7 @@
]
\setmathfont { texgyrepagella-math.otf }
[
- range = { `(, `) } ,
+ range = { `(, `), `/, \setminus } ,
Scale = 1.10
]
\setmathfont { texgyrepagella-math.otf }
@@ -684,6 +684,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