mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 14:52:05 -05:00
gnu: Add texlive-ntheorem-vn.
* gnu/packages/tex.scm (texlive-ntheorem-vn): New variable.
This commit is contained in:
parent
66f96fec1e
commit
c73b4a7803
1 changed files with 18 additions and 0 deletions
|
@ -43258,6 +43258,24 @@ (define-public texlive-ntheorem
|
||||||
making a list of theorems, analagous to @code{\\listoffigures}.")
|
making a list of theorems, analagous to @code{\\listoffigures}.")
|
||||||
(license license:lppl)))
|
(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
|
(define-public texlive-fmtcount
|
||||||
(package
|
(package
|
||||||
(name "texlive-fmtcount")
|
(name "texlive-fmtcount")
|
||||||
|
|
Loading…
Reference in a new issue