diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-09-27 15:50:14 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-09-29 16:56:39 +0200 |
commit | 2f249e4c579f1e3f449590d40a90bef5ce843850 (patch) | |
tree | 187ef072e944b54b44491370e3ab0e5fff8d71c2 /gnu/packages/tex.scm | |
parent | e0bbe763a32561c602212852c62055415bc6f02d (diff) |
gnu: texlive-latex-l3packages: Fix typo in description.
* gnu/packages/tex.scm (texlive-latex-l3packages)[description]:
Delete stray hyphen.
Diffstat (limited to 'gnu/packages/tex.scm')
-rw-r--r-- | gnu/packages/tex.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index c15203c1f2..bc077b954f 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -3237,7 +3237,7 @@ that the LaTeX3 conventions can be used with regular LaTeX 2e packages.") (description "This bundle holds prototype implementations of concepts for a LaTeX designer interface, to be used with the experimental LaTeX kernel as -programming tools and kernel supĀport. Packages provided in this release are: +programming tools and kernel support. Packages provided in this release are: @enumerate @item l3keys2e, which makes the facilities of the kernel module l3keys |