me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-easyfig.

* gnu/packages/tex.scm (texlive-easyfig): New variable.
master
Nicolas Goaziou 2023-08-29 15:48:42 +02:00
parent 7ab169ae5d
commit b761367e86
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 24 additions and 0 deletions

View File

@ -79905,6 +79905,30 @@ package @code{easybase} can also be used with CTeX and standard document
classes.")
(license license:lppl1.3c)))
(define-public texlive-easyfig
(package
(name "texlive-easyfig")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/easyfig/" "source/latex/easyfig/"
"tex/latex/easyfig/")
(base32
"1xkc0syipviic3cfc4y3lx5zza13cs8ykmbcvcn30ls17y50rmkm")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(native-inputs (list texlive-ydoc))
(home-page "https://ctan.org/pkg/easyfig")
(synopsis "Simplifying the use of common figures")
(description
"The package provides the command @code{\\Figure} to simplify the business of
including an image as figure in the most common form (centred and with caption
and label). The package uses the package @code{adjustbox} to center an image
and to simplify further modifications. As @code{adjustbox} now provides keys
to turn images or other material into floats or non-floats, including
captions, @code{easyfig} has become quite redundant.")
(license license:lppl1.3+)))
;;;
;;; 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