gnu: Add texlive-texvc.

* gnu/packages/tex.scm (texlive-texvc): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-29 16:03:11 +02:00
parent efbbfe276f
commit 3ab796456e
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -97986,6 +97986,25 @@ (define-public texlive-textualicomma
compilation process.")
(license license:lppl1.3c)))
(define-public texlive-texvc
(package
(name "texlive-texvc")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/texvc/" "source/latex/texvc/"
"tex/latex/texvc/")
(base32
"1ryr67kls8xqykv73zm583hiavc4z52b78jkg9wqz4zv9nykifjh")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/texvc")
(synopsis "Use MediaWiki LaTeX commands")
(description
"This package provides all MediaWiki commands to copy and past formulae from
MediaWiki to LaTeX documents.")
(license license:lppl1.3+)))
;;;
;;; Avoid adding new packages to the end of this file. To reduce the chances
;;; of a merge conflict, place them above by existing packages with similar