gnu: Add texlive-newvbtm.

* gnu/packages/tex.scm (texlive-newvbtm): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-29 15:56:35 +02:00
parent f498648751
commit 029963b16a
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -90098,6 +90098,27 @@ (define-public texlive-newspaper
a newspaper-style column format.")
(license license:lppl)))
(define-public texlive-newvbtm
(package
(name "texlive-newvbtm")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/newvbtm/" "source/latex/newvbtm/"
"tex/latex/newvbtm/")
(base32
"0cvm24v80f40yi2mx6w33kaznlng3gj8b385f5imzd8qrgwkf3f2")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/newvbtm")
(synopsis "Define your own verbatim-like environment")
(description
"Defines general purpose macro named @code{\\newverbatim} to define your own
verbatim-like environment. It also has a supplementary style file
@file{varvbtm.sty} to provide set of macros for variants of verbatim, such as
@samp{Tab} emulation.")
(license license:lppl)))
;;;
;;; 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