mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
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 @@ (define-public texlive-drv
|
|||
programming language semantics...).")
|
||||
(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
|
||||
(package
|
||||
(name "texlive-enctex")
|
||||
|
|
Loading…
Reference in a new issue