gnu: Add texlive-abspos.

* gnu/packages/tex.scm (texlive-abspos): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-29 15:43:19 +02:00
parent 15d1f25842
commit a535a80686
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -72381,6 +72381,29 @@ (define-public texlive-abraces
@code{\\underbrace} pairs in an asymmetric or arbitrary way.")
(license license:lppl1.3+)))
(define-public texlive-abspos
(package
(name "texlive-abspos")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/abspos/" "source/latex/abspos/"
"tex/latex/abspos/")
(base32
"1ixcvfn13yqbpi082rgi6zwlmyyz6s61jizh0ym6skg2bx036w2y")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/abspos")
(synopsis "Absolute placement with coffins")
(description
"This package lets you place contents at an absolute position,
anchored at some specified part of the contents, similar to how TikZ
nodes work, though without using the two-pass strategy of TikZ. It
also avoids messing with the order of Beamer overlays, which is what
happens when one uses the @code{textpos} package with the
@code{overlay} option.")
(license license:expat)))
;;;
;;; Avoid adding new packages to the end of this file. To reduce the chances
;;; of a merge conflict, place them above by existing packages with similar