me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-liftarm.

* gnu/packages/tex.scm (texlive-liftarm): New variable.
Nicolas Goaziou 2023-07-13 00:42:02 +02:00
parent 94f8993112
commit ef2d165645
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 19 additions and 0 deletions

View File

@ -2458,6 +2458,25 @@ can interact with LaTeX.mk so that the latter automatically invokes
@end itemize")
(license license:gpl3+)))
(define-public texlive-liftarm
(package
(name "texlive-liftarm")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/liftarm/" "tex/latex/liftarm/")
(base32
"1dqi322kqlqbh4hli6nwm88nsg4dkr2fnrwi4i70gxyzxdh1mjj4")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/liftarm")
(synopsis "Draw liftarms")
(description
"This package can be used to draw liftarms with TikZ. It provides
several options for the appearance of the liftarms, a command which connects
two liftarms and an environment to describe a construction.")
(license license:lppl1.3+)))
(define-public texlive-mflogo
(package
(name "texlive-mflogo")