mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-03 08:36:32 +01:00
gnu: Add texlive-auto-pst-pdf-lua.
* gnu/packages/tex.scm (texlive-auto-pst-pdf-lua): New variable.
This commit is contained in:
parent
7977913c25
commit
dcff8457b1
1 changed files with 22 additions and 0 deletions
|
@ -14868,6 +14868,28 @@ (define-public texlive-adjustbox
|
||||||
@code{\\minsizebox}, @code{\\maxsizebox} and @code{\\phantombox}.")
|
@code{\\minsizebox}, @code{\\maxsizebox} and @code{\\phantombox}.")
|
||||||
(license license:lppl1.3+)))
|
(license license:lppl1.3+)))
|
||||||
|
|
||||||
|
(define-public texlive-auto-pst-pdf-lua
|
||||||
|
(package
|
||||||
|
(name "texlive-auto-pst-pdf-lua")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "doc/latex/auto-pst-pdf-lua/"
|
||||||
|
"tex/latex/auto-pst-pdf-lua/")
|
||||||
|
(base32
|
||||||
|
"1wkhdg47qjpc0yv47z1jmrmpnq8zic6bqfmay3ry6lvv47f775z1")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(propagated-inputs (list texlive-iftex))
|
||||||
|
(home-page "https://ctan.org/pkg/auto-pst-pdf-lua")
|
||||||
|
(synopsis "Using LuaLaTeX together with PostScript code")
|
||||||
|
(description
|
||||||
|
"This package is a slightly modified version of @code{auto-pst-pdf} by
|
||||||
|
Will Robertson, which itself is a wrapper for @code{pst-pdf} by Rolf
|
||||||
|
Niepraschk. The package allows the use of LuaLaTeX together with PostScript
|
||||||
|
related code, e.g., PSTricks.")
|
||||||
|
(license license:lppl1.3c)))
|
||||||
|
|
||||||
(define-public texlive-qrcode
|
(define-public texlive-qrcode
|
||||||
(package
|
(package
|
||||||
(name "texlive-qrcode")
|
(name "texlive-qrcode")
|
||||||
|
|
Loading…
Reference in a new issue