[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
37/51: gnu: Add texlive-ntheorem-vn.
From: |
guix-commits |
Subject: |
37/51: gnu: Add texlive-ntheorem-vn. |
Date: |
Tue, 15 Aug 2023 05:36:08 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit c73b4a780372736fb88d212736e387e11d5c826e
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 15 11:08:57 2023 +0200
gnu: Add texlive-ntheorem-vn.
* gnu/packages/tex.scm (texlive-ntheorem-vn): New variable.
---
gnu/packages/tex.scm | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
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")
- 50/51: gnu: Add texlive-xetex-devanagari., (continued)
- 50/51: gnu: Add texlive-xetex-devanagari., guix-commits, 2023/08/15
- 51/51: gnu: Add texlive-collection-langother., guix-commits, 2023/08/15
- 22/51: gnu: Add texlive-cjhebrew., guix-commits, 2023/08/15
- 21/51: gnu: Add texlive-chhaya., guix-commits, 2023/08/15
- 24/51: gnu: Add texlive-ebong., guix-commits, 2023/08/15
- 26/51: gnu: Add texlive-ethiop-t1., guix-commits, 2023/08/15
- 29/51: gnu: Add texlive-fonts-tlwg., guix-commits, 2023/08/15
- 40/51: gnu: Add texlive-quran-ur., guix-commits, 2023/08/15
- 41/51: gnu: Add texlive-sanskrit., guix-commits, 2023/08/15
- 15/51: gnu: Add texlive-charissil., guix-commits, 2023/08/15
- 37/51: gnu: Add texlive-ntheorem-vn.,
guix-commits <=
- 39/51: gnu: Add texlive-quran-bn., guix-commits, 2023/08/15
- 17/51: gnu: Add texlive-bangla., guix-commits, 2023/08/15
- 43/51: gnu: Add texlive-thaienum., guix-commits, 2023/08/15
- 44/51: gnu: Add texlive-thaispec., guix-commits, 2023/08/15