summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2023-08-15 20:13:39 +0200
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2023-08-16 11:22:54 +0200
commitca39d6bd8522faab7b26eb654485a78636578f4a (patch)
tree0c8fcceb101a7f68caf0e52f1a9b7b6dc7bc36cb
parent2445aa1ada1c94d81d1974ea0b46244ea1a2245c (diff)
gnu: Add texlive-tlmgr-intro-zh-cn.
* gnu/packages/tex.scm (texlive-tlmgr-intro-zh-cn): New variable.
-rw-r--r--gnu/packages/tex.scm19
1 files changed, 19 insertions, 0 deletions
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index c1b74ffb53..ac42c1beb4 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -33250,6 +33250,25 @@ LaTeX Companion} book, together with necessary supporting files.")
necessary supporting files.")
(license license:lppl1.3c)))
+(define-public texlive-tlmgr-intro-zh-cn
+ (package
+ (name "texlive-tlmgr-intro-zh-cn")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/support/tlmgr-intro-zh-cn/")
+ (base32
+ "127fad3aq66rnn4jkccyw7qc8pdcwapyjb6lj9kn49nqcy3jm6nk")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/tlmgr-intro-zh-cn")
+ (synopsis "Short tutorial on using @command{tlmgr} in Chinese")
+ (description
+ "This is a Chinese translation of the @command{tlmgr} documentation. It
+introduces some of the common usage of the TeX Live Manager. The original can
+be found in the @code{tlmgrbasics} package.")
+ (license license:gpl3+)))
+
(define-public texlive-tlmgrbasics
(package
(name "texlive-tlmgrbasics")