gnu: Add texlive-dviincl.
* gnu/packages/tex.scm (texlive-dviincl): New variable.
This commit is contained in:
parent
40ba14a0e0
commit
3678287e99
1 changed files with 20 additions and 0 deletions
|
@ -4892,6 +4892,26 @@ derivation trees (such as used in sequent calculus, type inference,
|
||||||
programming language semantics...).")
|
programming language semantics...).")
|
||||||
(license license:lppl)))
|
(license license:lppl)))
|
||||||
|
|
||||||
|
(define-public texlive-dviincl
|
||||||
|
(package
|
||||||
|
(name "texlive-dviincl")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "doc/metapost/dviincl/" "metapost/dviincl/")
|
||||||
|
(base32
|
||||||
|
"05f6ll7cq4ad4i4nkzrjnlqg1456is06fbmjiinadahf7yrqk3lw")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/dviincl")
|
||||||
|
(synopsis "Include a DVI page into MetaPost output")
|
||||||
|
(description
|
||||||
|
"DVItoMP is one of the auxiliary programs available to any MetaPost
|
||||||
|
package; it converts a DVI file into a MetaPost file. Using it, one can
|
||||||
|
envisage including a DVI page into an EPS files generated by MetaPost. Such
|
||||||
|
files allow pages to include other pages.")
|
||||||
|
(license license:public-domain)))
|
||||||
|
|
||||||
(define-public texlive-enctex
|
(define-public texlive-enctex
|
||||||
(package
|
(package
|
||||||
(name "texlive-enctex")
|
(name "texlive-enctex")
|
||||||
|
|
Reference in a new issue