gnu: Add texlive-dvipsconfig.

* gnu/packages/tex.scm (texlive-dvipsconfig): New variable.
This commit is contained in:
Nicolas Goaziou 2023-07-15 16:31:04 +02:00
parent 1b0fb5ee0f
commit f595ccec81
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -1088,6 +1088,28 @@ (define-public texlive-dosepsbin
a file, in particular providing a text'-form EPS file for use with (La)TeX.")
(license license:artistic2.0)))
(define-public texlive-dvipsconfig
(package
(name "texlive-dvipsconfig")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "dvips/dvipsconfig/")
(base32
"02vgk91y80ch4pkj83vbiz1b2ccigf152hm83p607y4n4qn2xzsf")))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/dvipsconfig")
(synopsis "Collection of dvips PostScript headers")
(description
"This is a collection of dvips PostScript header and dvips config files.
They control certain features of the printer, including: A4, A3, usletter,
simplex, duplex / long edge, duplex / short edge, screen frequencies of
images, black/white invers, select transparency / paper for tektronix 550/560,
manual feeder, envelope feeder, and tray 1, 2 and 3, and printing a PostScript
grid underneath the page material--very useful for measuring and eliminating
paper feed errors!")
(license license:gpl3+)))
(define-public texlive-tex
(package
(name "texlive-tex")