summaryrefslogtreecommitdiff
path: root/macros/unicodetex/latex/beaulivre
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2023-01-07 03:07:46 +0000
committerNorbert Preining <norbert@preining.info>2023-01-07 03:07:46 +0000
commitc946b2e792715f6030486d5214be1df081de37a8 (patch)
treecd461cb5c2d7834ca03fbeee84717ed2dcb2b14b /macros/unicodetex/latex/beaulivre
parent90bcf28fa05846213901e6a0fff80656a13bc701 (diff)
CTAN sync 202301070307
Diffstat (limited to 'macros/unicodetex/latex/beaulivre')
-rw-r--r--macros/unicodetex/latex/beaulivre/DEPENDS.txt1
-rw-r--r--macros/unicodetex/latex/beaulivre/README.md22
-rw-r--r--macros/unicodetex/latex/beaulivre/beaulivre.cls2
3 files changed, 10 insertions, 15 deletions
diff --git a/macros/unicodetex/latex/beaulivre/DEPENDS.txt b/macros/unicodetex/latex/beaulivre/DEPENDS.txt
new file mode 100644
index 0000000000..20468181d0
--- /dev/null
+++ b/macros/unicodetex/latex/beaulivre/DEPENDS.txt
@@ -0,0 +1 @@
+hard colorist \ No newline at end of file
diff --git a/macros/unicodetex/latex/beaulivre/README.md b/macros/unicodetex/latex/beaulivre/README.md
index 0502e93aad..1841ec55d5 100644
--- a/macros/unicodetex/latex/beaulivre/README.md
+++ b/macros/unicodetex/latex/beaulivre/README.md
@@ -2,15 +2,11 @@
# `beaulivre` : write you books in a colorful way
-**The current document class have been rewritten with `expl3`. Please note that the documentations are not yet up-to-date. The syntax of some commands have been changed since the last version, especially the declaration of theorem-like environments by `\CreateTheorem`. For the moment, you can refer to the documentation of the package `create-theorem`.**
+> **New documentations are being written and are expected to be completed by the end of 2023. In the meantime, only the core code would be included in TeX Live 2023 coming this April (old documentations have been removed from the distribution).**
-`beaulivre` is a LaTeX class for typesetting books, which has a colorful
-design.
+`beaulivre` is a LaTeX class for typesetting books, which has a colorful design.
-Currently, it has native support to Chinese (simplified and traditional),
-English, French, German, Italian, Japanese, Portuguese (European and Brazilian),
-Russian and Spanish typesetting. And it may compile with either XeLaTeX or
-LuaLaTeX.
+Currently, it has native support to Chinese (simplified and traditional), English, French, German, Italian, Japanese, Portuguese (European and Brazilian), Russian and Spanish typesetting. And it may compile with either XeLaTeX or LuaLaTeX.
This is part of the `colorist` class series.
@@ -18,13 +14,11 @@ This is part of the `colorist` class series.
Compared with usual document classes, it has the following features:
-- Native multi-language support: Chinese (simplified and traditional), English,
- French, German, Italian, Japanese, Portuguese (European and Brazilian),
- Russian and Spanish
- > In particular, for simplified Chinese, traditional Chinese and Japanese,
- > the fonts of the corresponding glyphs can be automatically switched
-- Ready-to-use theorem-like environments, also with multi-language support
-- Support both the standard and the AMS writing fashion
+- Several carefully designed styles
+- Native multi-language support: Chinese (simplified and traditional), English, French, German, Italian, Japanese, Portuguese (European and Brazilian), Russian and Spanish
+ > In particular, for simplified Chinese, traditional Chinese and Japanese, the fonts of the corresponding glyphs can be automatically switched
+- Ready-to-use theorem-like environments, with clever referencing support
+- ... and so much more...
# License
diff --git a/macros/unicodetex/latex/beaulivre/beaulivre.cls b/macros/unicodetex/latex/beaulivre/beaulivre.cls
index 10fc7c5a30..b73a8a293b 100644
--- a/macros/unicodetex/latex/beaulivre/beaulivre.cls
+++ b/macros/unicodetex/latex/beaulivre/beaulivre.cls
@@ -18,7 +18,7 @@
\NeedsTeXFormat{LaTeX2e}[2022-06-01]
\ProvidesExplClass
{beaulivre}
- {2023/01/02} {}
+ {2023/01/05} {}
{A colorful book style}
\tl_const:Nn \l__colorclass_base_class_tl { book }