diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-08-16 13:32:21 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-08-16 13:32:21 +0200 |
commit | 5c78644154a00d5665f36f0febd931bc6262c628 (patch) | |
tree | c96a301f51513c56be2e5cfaac55b2b88c5c8fab /gnu | |
parent | 4628dfe3c248f237bae9b0bf76a81877156eabd5 (diff) |
gnu: texlive-collection-langjapanese: Disambiguate description.
* gnu/packages/tex.scm (texlive-collection-langjapanese)[description]: Reword
it to clarify that TEXLIVE-COLLECTION-LANGCJK is included.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/tex.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index 1e69d35b07..0e48fb816a 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -43365,8 +43365,8 @@ simply on the size of the support.") (home-page "https://www.tug.org/texlive/") (synopsis "Support for Japanese") (description - "This collection provides support for Japanese; additional packages are -in @code{collection-langcjk}.") + "This collection provides support for Japanese, with additional packages +from @code{collection-langcjk}.") (license (license:fsf-free "https://www.tug.org/texlive/copying.html")))) (define-public texlive-collection-langother |