me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-rjlparshap.

* gnu/packages/tex.scm (texlive-rjlparshap): New variable.
master
Nicolas Goaziou 2023-08-29 15:59:50 +02:00
parent 32b463508a
commit 817fcca13d
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 22 additions and 0 deletions

View File

@ -94049,6 +94049,28 @@ purpose of combining the preferences used in the author's own package
documentations.")
(license license:lppl1.2+)))
(define-public texlive-rjlparshap
(package
(name "texlive-rjlparshap")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/rjlparshap/"
"source/latex/rjlparshap/"
"tex/latex/rjlparshap/")
(base32
"1csigz0i8a1zlrzlv0wl5dc5rqbpjkfhadaib5y92qb54n4aqi36")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/rjlparshap")
(synopsis "Support for use of @code{\\parshape} in LaTeX")
(description
"The package provides macros and environments that relieve the programmer of
some of the difficulties of using @code{\\parshape} in LaTeX macros. It does
not actually calculate shapes in the way that the @code{shapepar} package
does.")
(license license:lppl1.2+)))
;;;
;;; 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