mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05:00
gnu: Add texlive-pgfornament.
* gnu/packages/tex.scm (texlive-pgfornament): New variable.
This commit is contained in:
parent
f5993cfec7
commit
1b44c450c4
1 changed files with 22 additions and 0 deletions
|
@ -3224,6 +3224,28 @@ (define-public texlive-pgfmorepages
|
|||
booklets.")
|
||||
(license license:lppl1.3c)))
|
||||
|
||||
(define-public texlive-pgfornament
|
||||
(package
|
||||
(name "texlive-pgfornament")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/pgfornament/"
|
||||
"tex/generic/pgfornament/am/"
|
||||
"tex/generic/pgfornament/pgfhan/"
|
||||
"tex/generic/pgfornament/vectorian/"
|
||||
"tex/latex/pgfornament/")
|
||||
(base32
|
||||
"02fmyyp1hgasa8k6v0nkdvdmqfbiscyyk3hpqg63b5956ksgap21")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/pgfornament")
|
||||
(synopsis "Drawing of vectorian ornaments with PGF/TikZ")
|
||||
(description
|
||||
"This package allows the drawing of vectorian ornaments (196) with
|
||||
PGF/TikZ.")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
(define-public texlive-amiri
|
||||
(package
|
||||
(name "texlive-amiri")
|
||||
|
|
Loading…
Reference in a new issue