summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/l3experimental/README.md
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-08-04 21:17:45 +0000
committerKarl Berry <karl@freefriends.org>2021-08-04 21:17:45 +0000
commit42388637db7fca0a4e2bba28a8b379058a7d8fd7 (patch)
treeff9b1e4bfd4a63811a00ea2b7bf42b0fc5899569 /Master/texmf-dist/doc/latex/l3experimental/README.md
parentdf99444446cab6bc30e0f88bae9f3d6dc01c56ab (diff)
l3 (4aug21)
git-svn-id: svn://tug.org/texlive/trunk@60167 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/l3experimental/README.md')
-rw-r--r--Master/texmf-dist/doc/latex/l3experimental/README.md15
1 files changed, 12 insertions, 3 deletions
diff --git a/Master/texmf-dist/doc/latex/l3experimental/README.md b/Master/texmf-dist/doc/latex/l3experimental/README.md
index ebb812c17d7..d08213bef51 100644
--- a/Master/texmf-dist/doc/latex/l3experimental/README.md
+++ b/Master/texmf-dist/doc/latex/l3experimental/README.md
@@ -1,7 +1,7 @@
Experimental LaTeX3 Concepts
============================
-Release 2021-07-12
+Release 2021-08-04
Overview
--------
@@ -16,12 +16,13 @@ are under active development and the interfaces may change.
All of the material in the collection requires the LaTeX3 base layer package
[`l3kernel`](http://ctan.org/pkg/l3kernel). The two packages must be installed
-in matching versions: if you update `l3experimental`, make sure that `l3kernel` is
-updated at the same time.
+in matching versions: if you update `l3experimental`, make sure that `l3kernel`
+is updated at the same time.
Currently included in the CTAN release of l3experimental are the following
bundles:
* `l3benchmark`
+* `l3bitset`
* `l3draw`
* `l3graphics`
* `l3opacity`
@@ -35,6 +36,14 @@ bundles:
This module provides support for benchmarking the performance of code.
+`l3bitset`
+-------------
+
+This module provides a `bitset` data type, a vector of bits, which can be set
+and unset using their individual index in the vector, or using names assigned to
+each position in the vector. The bitset can be returned as a string of bits or
+as a decimal integer.
+
`l3draw`
--------