me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-euflag.

* gnu/packages/tex.scm (texlive-euflag): New variable.
Nicolas Goaziou 2023-07-12 22:24:35 +02:00
parent 54eeeaa48c
commit 69a322c9d7
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 21 additions and 0 deletions

View File

@ -17044,6 +17044,27 @@ code. ESK behaves in a similar fashion to EMP (which encapsulates MetaPost
files), and was in fact developed from it.") files), and was in fact developed from it.")
(license license:gpl3+))) (license license:gpl3+)))
(define-public texlive-euflag
(package
(name "texlive-euflag")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/euflag/" "source/latex/euflag/"
"tex/latex/euflag/")
(base32
"0dhbz79grhdls4cl7idk0hvr6vddniwgn1h21f5bvxqcv1xj0d8v")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/euflag")
(synopsis "Command to reproduce the flag of the European Union")
(description
"This LaTeX package implements a command to reproduce the official flag
of the European Union (EU). The flag is reproduced at 1em high based on the
current font size, so it can be scaled arbitrarily by changing the font
size.")
(license license:lppl1.3c)))
(define-public texlive-gates (define-public texlive-gates
(package (package
(name "texlive-gates") (name "texlive-gates")