mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: Add texlive-monofill.
* gnu/packages/tex.scm (texlive-monofill): New variable.
This commit is contained in:
parent
bbe5597657
commit
fc1da2d649
1 changed files with 20 additions and 0 deletions
|
@ -89280,6 +89280,26 @@ (define-public texlive-modular
|
|||
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
|
||||
|
|
Loading…
Reference in a new issue