summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2023-08-21 13:07:25 +0200
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2023-08-21 16:29:52 +0200
commita9d6331d460b43af24c3f9b66fb3864e4e752b3b (patch)
treebad3e57c6f08e7e00ad5e8a5f55fa79820584c75
parent0e5b73e70858677235a2f775deaa0cc866516d35 (diff)
gnu: Add texlive-universalis.
* gnu/packages/tex.scm (texlive-universalis): New variable.
-rw-r--r--gnu/packages/tex.scm27
1 files changed, 27 insertions, 0 deletions
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 92cbce7211e..8b35857d217 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -25526,6 +25526,33 @@ Bayer. The Metafont sources of the fonts, and their LaTeX support, are
25526supplied.") 25526supplied.")
25527 (license license:gpl3+))) 25527 (license license:gpl3+)))
25528 25528
25529(define-public texlive-universalis
25530 (package
25531 (name "texlive-universalis")
25532 (version (number->string %texlive-revision))
25533 (source (texlive-origin
25534 name version
25535 (list "doc/fonts/universalis/"
25536 "fonts/enc/dvips/universalis/"
25537 "fonts/map/dvips/universalis/"
25538 "fonts/opentype/arkandis/universalis/"
25539 "fonts/tfm/arkandis/universalis/"
25540 "fonts/type1/arkandis/universalis/"
25541 "fonts/vf/arkandis/universalis/"
25542 "tex/latex/universalis/")
25543 (base32
25544 "1hqlpyh3g682vwdxbgyp7jrswvf16ds8i4mqb6yyv00h3rv11cxk")))
25545 (outputs '("out" "doc"))
25546 (build-system texlive-build-system)
25547 (home-page "https://ctan.org/pkg/universalis")
25548 (synopsis "Universalis font, with support")
25549 (description
25550 "This package provides LaTeX, pdfLaTeX, XeLaTeX and LuaLaTeX support for
25551the UniversalisADFStd family of fonts, designed by Hirwin Harendal. The font
25552is suitable as an alternative to fonts such as Adrian Frutiger's Univers and
25553Frutiger.")
25554 (license (list license:gpl2+ license:lppl))))
25555
25529(define-public texlive-urlbst 25556(define-public texlive-urlbst
25530 (package 25557 (package
25531 (name "texlive-urlbst") 25558 (name "texlive-urlbst")