summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/l3experimental/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/l3experimental/README.md')
-rw-r--r--macros/latex/contrib/l3experimental/README.md11
1 files changed, 5 insertions, 6 deletions
diff --git a/macros/latex/contrib/l3experimental/README.md b/macros/latex/contrib/l3experimental/README.md
index eb62a10b04..ebb812c17d 100644
--- a/macros/latex/contrib/l3experimental/README.md
+++ b/macros/latex/contrib/l3experimental/README.md
@@ -1,7 +1,7 @@
Experimental LaTeX3 Concepts
============================
-Release 2021-05-27
+Release 2021-07-12
Overview
--------
@@ -24,7 +24,7 @@ bundles:
* `l3benchmark`
* `l3draw`
* `l3graphics`
-* `l3pdf`
+* `l3opacity`
* `l3str`
* `l3sys-shell`
* `xcoffins`
@@ -48,18 +48,17 @@ TikZ system.
This module provides interfaces for the inclusion of graphics files
in documents, similar to the `graphics` package.
-`l3pdf`
+`l3opacity`
-------
-This module provides support for core PDF concepts such compression, objects,
-PDF version and so on.
+This module provides support for opacity in PDF output.
`l3str`
-------
A 'string' in TeX terms is a token list in which all of the tokens have
category code 12 ('other'), with the exception of spaces which have the
-category code 10 ('space'). The `l3strf-format` module provides methods
+category code 10 ('space'). The `l3str-format` module provides methods
for formatting such strings.
`l3sys-shell`