mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-02 08:07:29 +01:00
gnu: Add texlive-euflag.
* gnu/packages/tex.scm (texlive-euflag): New variable.
This commit is contained in:
parent
54eeeaa48c
commit
69a322c9d7
1 changed files with 21 additions and 0 deletions
|
@ -17044,6 +17044,27 @@ (define-public texlive-esk
|
||||||
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")
|
||||||
|
|
Loading…
Reference in a new issue