diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index 93a9599513..be11094929 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -17044,6 +17044,27 @@ (define-public texlive-esk files), and was in fact developed from it.") (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 (package (name "texlive-gates")