me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-aobs-tikz.

* gnu/packages/tex.scm (texlive-aobs-tikz): New variable.
Nicolas Goaziou 2023-07-12 21:50:59 +02:00
parent 71ca1465dc
commit 2f204eba19
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 20 additions and 0 deletions

View File

@ -16003,6 +16003,26 @@ provided box macros are @code{\\lapbox}, @code{\\marginbox},
@code{\\minsizebox}, @code{\\maxsizebox} and @code{\\phantombox}.")
(license license:lppl1.3+)))
(define-public texlive-aobs-tikz
(package
(name "texlive-aobs-tikz")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/aobs-tikz/"
"source/latex/aobs-tikz/"
"tex/latex/aobs-tikz/")
(base32
"04p3ghywqb3nr91vh6l39f8z9gbb3r6ca6yvq3nrcsqarxypfqny")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/aobs-tikz")
(synopsis "TikZ styles for creating overlaid pictures in beamer")
(description
"The package defines auxiliary TikZ styles useful for overlaying pictures
elements in Beamer.")
(license license:lppl1.3+)))
(define-public texlive-auto-pst-pdf-lua
(package
(name "texlive-auto-pst-pdf-lua")