summaryrefslogtreecommitdiff
path: root/macros/unicodetex
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2024-02-22 03:04:08 +0000
committerNorbert Preining <norbert@preining.info>2024-02-22 03:04:08 +0000
commit286abb7dcd6c03d7edcd3d3435bb97448074c3cf (patch)
tree3685af864920886e709e60d4c0383f62d2af85fb /macros/unicodetex
parent2f56d3421e4663856409792eb5b08a2c57b38a8c (diff)
CTAN sync 202402220303
Diffstat (limited to 'macros/unicodetex')
-rw-r--r--macros/unicodetex/latex/beaulivre/README.md4
-rw-r--r--macros/unicodetex/latex/beaulivre/beaulivre.cls9
-rw-r--r--macros/unicodetex/latex/einfart/README.md4
-rw-r--r--macros/unicodetex/latex/einfart/einfart.cls9
-rw-r--r--macros/unicodetex/latex/lebhart/README.md4
-rw-r--r--macros/unicodetex/latex/lebhart/lebhart.cls9
-rw-r--r--macros/unicodetex/latex/simplivre/README.md4
-rw-r--r--macros/unicodetex/latex/simplivre/simplivre.cls9
8 files changed, 32 insertions, 20 deletions
diff --git a/macros/unicodetex/latex/beaulivre/README.md b/macros/unicodetex/latex/beaulivre/README.md
index 243c0ec3fe..9fedfc8ef4 100644
--- a/macros/unicodetex/latex/beaulivre/README.md
+++ b/macros/unicodetex/latex/beaulivre/README.md
@@ -1,8 +1,8 @@
-<!-- Copyright (C) 2021-2023 by Jinwen XU -->
+<!-- Copyright (C) 2021-2024 by Jinwen XU -->
# `beaulivre` : write you books in a colorful 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).**
`beaulivre` is a LaTeX class for typesetting books, which has a colorful design.
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
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
diff --git a/macros/unicodetex/latex/lebhart/README.md b/macros/unicodetex/latex/lebhart/README.md
index ed7bd0e2b1..0b7a117cbf 100644
--- a/macros/unicodetex/latex/lebhart/README.md
+++ b/macros/unicodetex/latex/lebhart/README.md
@@ -1,8 +1,8 @@
-<!-- Copyright (C) 2021-2023 by Jinwen XU -->
+<!-- Copyright (C) 2021-2024 by Jinwen XU -->
# `lebhart` : write you articles in a colorful 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).**
`lebhart` is a LaTeX class for typesetting articles, which has a colorful design.
diff --git a/macros/unicodetex/latex/lebhart/lebhart.cls b/macros/unicodetex/latex/lebhart/lebhart.cls
index d36b7718d1..73c306043d 100644
--- a/macros/unicodetex/latex/lebhart/lebhart.cls
+++ b/macros/unicodetex/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
diff --git a/macros/unicodetex/latex/simplivre/README.md b/macros/unicodetex/latex/simplivre/README.md
index d4ecf7e948..bee36bec07 100644
--- a/macros/unicodetex/latex/simplivre/README.md
+++ b/macros/unicodetex/latex/simplivre/README.md
@@ -1,8 +1,8 @@
-<!-- Copyright (C) 2021-2023 by Jinwen XU -->
+<!-- Copyright (C) 2021-2024 by Jinwen XU -->
# `simplivre` : write you books 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).**
`simplivre` is a LaTeX class for typesetting books, which has a simple and clear design.
diff --git a/macros/unicodetex/latex/simplivre/simplivre.cls b/macros/unicodetex/latex/simplivre/simplivre.cls
index 5bf6da66dd..43ed3e3f30 100644
--- a/macros/unicodetex/latex/simplivre/simplivre.cls
+++ b/macros/unicodetex/latex/simplivre/simplivre.cls
@@ -2,7 +2,7 @@
%% This is file `simplivre/simplivre.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
{simplivre}
- {2023/09/26} {}
+ {2024/02/20} {}
{A simple and clear book style}
\tl_const:Nn \l__minimclass_base_class_tl { book }
@@ -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