summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2023-08-15 11:08:57 +0200
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2023-09-17 15:07:49 -0400
commit7c9e6cdc8262661e371bca7f63016035cba46116 (patch)
tree2b37f6aed0f7e4db98ea37a577bd9f279303003e
parent40c41b0ee0ed2bde740aa8822c8a4e2af37e1369 (diff)
gnu: Add texlive-ntheorem-vn.
* gnu/packages/tex.scm (texlive-ntheorem-vn): New variable.
-rw-r--r--gnu/packages/tex.scm18
1 files changed, 18 insertions, 0 deletions
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index b5f1ab454f..031eedcedb 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -43258,6 +43258,24 @@ support for @code{amsmath} displayed-equation environments); and support for
making a list of theorems, analagous to @code{\\listoffigures}.")
(license license:lppl)))
+(define-public texlive-ntheorem-vn
+ (package
+ (name "texlive-ntheorem-vn")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/ntheorem-vn/")
+ (base32
+ "13lkgb4qjiblbfm4jcxgkxsf08zk90lqz02bxrmim1n8gvyihwcc")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/ntheorem-vn")
+ (synopsis "Vietnamese translation of documentation of @code{ntheorem}")
+ (description
+ "This is a translation of the documentation provided with
+@code{ntheorem}.")
+ (license license:lppl)))
+
(define-public texlive-fmtcount
(package
(name "texlive-fmtcount")