gnu: Add texlive-bxdvidriver.

* gnu/packages/tex.scm (texlive-bxdvidriver): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-29 15:45:13 +02:00
parent d5b92e5194
commit b95790a69c
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -74956,6 +74956,28 @@ (define-public texlive-bxdpx-beamer
commands.")
(license license:expat)))
(define-public texlive-bxdvidriver
(package
(name "texlive-bxdvidriver")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/bxdvidriver/"
"tex/latex/bxdvidriver/")
(base32
"1x5ah28mlimw9923xm5sz03vzzhharjw0hgbp63fvbj45ihmbxnm")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/bxdvidriver")
(synopsis
"Enables specifying a driver option effective only in DVI output")
(description
"This single-function package enables authors to specify a global driver option
(dvips, dvipdfmx, etc) which is applied only when the engine outputs a DVI
file. It is useful to create special document- templates that can be compiled
in both PDF-mode and DVI-mode.")
(license license:expat)))
;;;
;;; 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