me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-quotchap.

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

View File

@ -93443,6 +93443,28 @@ easily insert rather complicated mathematical material in
@url{https://socrative.com, socrative quizzes}.")
(license license:lppl1.3c)))
(define-public texlive-quotchap
(package
(name "texlive-quotchap")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/quotchap/"
"source/latex/quotchap/"
"tex/latex/quotchap/")
(base32
"1v3hn7znccza193jlny1f61q6nx1hawp3hmr3277iq31idv59m99")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(arguments (list #:tex-format "latex"))
(home-page "https://ctan.org/pkg/quotchap")
(synopsis "Decorative chapter headings")
(description
"This is a package for creating decorative chapter headings with quotations.
Uses graphical and coloured output and by default needs the Adobe standard
font set (as supported by @code{psnfss}).")
(license license:gpl2)))
;;;
;;; 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