mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 15:26:47 +01:00
gnu: Add texlive-epsf-dvipdfmx.
* gnu/packages/tex.scm (texlive-epsf-dvipdfmx): New variable.
This commit is contained in:
parent
c37da0c23a
commit
80a0fd737f
1 changed files with 21 additions and 0 deletions
|
@ -2386,6 +2386,27 @@ (define-public texlive-epigram
|
|||
paragraph.")
|
||||
(license license:public-domain)))
|
||||
|
||||
(define-public texlive-epsf-dvipdfmx
|
||||
(package
|
||||
(name "texlive-epsf-dvipdfmx")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/plain/epsf-dvipdfmx/"
|
||||
"tex/plain/epsf-dvipdfmx/")
|
||||
(base32
|
||||
"0xj4hag3nldxxjcpympvra5cdn19nk76af9dxq07ci585gcki3x5")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/epsf-dvipdfmx")
|
||||
(synopsis "Plain TeX file for using epsf.tex with (x)dvipdfmx")
|
||||
(description
|
||||
"@file{epsf-dvipdfmx.tex} is a plain TeX file to be @code{\\input} after
|
||||
@file{epsf.tex} when using plain TeX with @code{dvipdfmx}. It is needed when
|
||||
an @file{.eps} file has anything except the origin for the lower-left of its
|
||||
bounding box.")
|
||||
(license license:public-domain)))
|
||||
|
||||
(define-public texlive-findhyph
|
||||
(package
|
||||
(name "texlive-findhyph")
|
||||
|
|
Loading…
Reference in a new issue