me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-a5comb.

* gnu/packages/tex.scm (texlive-a5comb): New variable.
master
Nicolas Goaziou 2023-08-29 15:43:14 +02:00
parent 66294c8e94
commit 3b6d13d768
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 18 additions and 0 deletions

View File

@ -72344,6 +72344,24 @@ results; the operation itself is better provided by the
@code{geometry} package.") @code{geometry} package.")
(license license:lppl1.0+))) (license license:lppl1.0+)))
(define-public texlive-a5comb
(package
(name "texlive-a5comb")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/a5comb/" "tex/latex/a5comb/")
(base32
"07ifhiza5ax2s6xlhz8q2xvb0q3acymfp0qhhpbhswygpqb0p75w")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/a5comb")
(synopsis "Support for A5 paper sizes")
(description
"This package provides support for A5 paper sizes. It is superseded
by @code{geometry}.")
(license license:public-domain)))
;;; ;;;
;;; Avoid adding new packages to the end of this file. To reduce the chances ;;; 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 ;;; of a merge conflict, place them above by existing packages with similar