From f38cbacce1a414f69808b118027571135bbc0746 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Mon, 21 Aug 2023 10:40:36 +0200 Subject: [PATCH] gnu: Add texlive-academicons. * gnu/packages/tex.scm (texlive-academicons): New variable. --- gnu/packages/tex.scm | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index e04f4530e6..7096cd43d9 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -1344,6 +1344,31 @@ line spacing.") license:cc-by4.0 license:public-domain)))) +(define-public texlive-academicons + (package + (name "texlive-academicons") + (version (number->string %texlive-revision)) + (source (texlive-origin + name version + (list "doc/fonts/academicons/" + "fonts/truetype/public/academicons/" + "tex/latex/academicons/") + (base32 + "1gxgj0ppyrf6pj9qvhk02ybwf68yzlh2110r41iwsai5by2iczhm"))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/academicons") + (synopsis "Font containing high quality icons of online academic profiles") + (description + "The @code{academicons} package provides access in (La)TeX to 124 high +quality icons of online academic profiles included in the free Academicons +font. This package requires either the Xe(La)TeX or Lua(La)TeX engine to load +the Academicons font from the system. The @code{academicons} package provides +the generic @code{\\aiicon} command to access icons, which takes as mandatory +argument the name of the desired icon. It also provides individual direct +commands for each specific icon.") + (license (list license:lppl1.3c license:silofl1.1)))) + (define-public texlive-accents (package (name "texlive-accents")