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/DEPENDS.txt1
-rw-r--r--macros/unicodetex/latex/einfart/README.md23
-rw-r--r--macros/unicodetex/latex/einfart/einfart.cls4
3 files changed, 12 insertions, 16 deletions
diff --git a/macros/unicodetex/latex/einfart/DEPENDS.txt b/macros/unicodetex/latex/einfart/DEPENDS.txt
new file mode 100644
index 0000000000..0b83e85a46
--- /dev/null
+++ b/macros/unicodetex/latex/einfart/DEPENDS.txt
@@ -0,0 +1 @@
+hard minimalist \ No newline at end of file
diff --git a/macros/unicodetex/latex/einfart/README.md b/macros/unicodetex/latex/einfart/README.md
index 51bf0b5605..4f72b8b80c 100644
--- a/macros/unicodetex/latex/einfart/README.md
+++ b/macros/unicodetex/latex/einfart/README.md
@@ -1,16 +1,12 @@
-<!-- Copyright (C) 2021-2022 by Jinwen XU -->
+<!-- Copyright (C) 2021-2023 by Jinwen XU -->
# `einfart` : write you articles in a simple and clear 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).**
-`einfart` is a LaTeX class for typesetting articles, which has a simple and
-clear design.
+`einfart` is a LaTeX class for typesetting articles, which has a simple and clear 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 `minimalist` class series.
@@ -18,13 +14,12 @@ This is part of the `minimalist` 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
+- 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
- Support both the standard and the AMS writing fashion
+- ... and so much more...
# License
diff --git a/macros/unicodetex/latex/einfart/einfart.cls b/macros/unicodetex/latex/einfart/einfart.cls
index 33b3e64129..bc5d8039c2 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-2022 by Jinwen XU
+%% Copyright (C) 2021-2023 by Jinwen XU
%%
%% This is part of the minimalist class series.
%%
@@ -18,7 +18,7 @@
\NeedsTeXFormat{LaTeX2e}[2022-06-01]
\ProvidesExplClass
{einfart}
- {2023/01/02} {}
+ {2023/01/05} {}
{A simple and clear article style}
\tl_const:Nn \l__minimclass_base_class_tl { article }