me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-asyfig.

* gnu/packages/tex.scm (texlive-asyfig): New variable.
Nicolas Goaziou 2023-07-12 21:51:30 +02:00
parent bbbd0229dd
commit 43f405a6c5
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 25 additions and 0 deletions

View File

@ -16043,6 +16043,31 @@ draws K-maps where the most significant input variables are placed on top of
the columns and the least significant variables are placed left of the rows.") the columns and the least significant variables are placed left of the rows.")
(license license:lppl))) (license license:lppl)))
(define-public texlive-asyfig
(package
(name "texlive-asyfig")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/asyfig/" "source/latex/asyfig/"
"tex/latex/asyfig/")
(base32
"0116a920z8hq3v50gmgh3f8diq7307wx0zsh2pmznw7gkvn6rn4k")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(arguments (list #:tex-format "latex"))
(native-inputs (list texlive-filecontents))
(home-page "https://ctan.org/pkg/asyfig")
(synopsis "Commands for using Asymptote figures")
(description
"The package provides a means of reading Asymptote figures from separate
files, rather than within the document, as is standard in the @code{asymptote}
package, which is provided as part of the Asymptote bundle. The Asymptote way
can prove cumbersome in a large document; the present package allows the user
to process one picture at a time, in simple test documents, and then to
migrate (with no fuss) to their use in the target document.")
(license license:lppl)))
(define-public texlive-auto-pst-pdf-lua (define-public texlive-auto-pst-pdf-lua
(package (package
(name "texlive-auto-pst-pdf-lua") (name "texlive-auto-pst-pdf-lua")