me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-monofill.

* gnu/packages/tex.scm (texlive-monofill): New variable.
master
Nicolas Goaziou 2023-08-29 15:55:55 +02:00
parent bbe5597657
commit fc1da2d649
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 20 additions and 0 deletions

View File

@ -89280,6 +89280,26 @@ get things right when composing a document modularly from multiple parts.
This package provides the missing piece.")
(license license:lppl1.3+)))
(define-public texlive-monofill
(package
(name "texlive-monofill")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/monofill/"
"source/latex/monofill/"
"tex/latex/monofill/")
(base32
"1v6inr7q7bx7x2asyky7qx6ccrvyminr1sbb97xkxy2z064j11n7")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/monofill")
(synopsis "Alignment of plain text")
(description
"The package provides horizontal alignment, as in the LaTeX command
@code{\\listfiles}. Uses may include in-text tables, or even code listings.")
(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