guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

173/306: gnu: Add texlive-josefin.


From: guix-commits
Subject: 173/306: gnu: Add texlive-josefin.
Date: Mon, 21 Aug 2023 10:36:14 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 6f77fa4d0c35e7aaf0423477f572d2dddf23bb05
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Aug 21 12:27:59 2023 +0200

    gnu: Add texlive-josefin.
    
    * gnu/packages/tex.scm (texlive-josefin): New variable.
---
 gnu/packages/tex.scm | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index eb0a1d002f..da17b97d97 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -15381,6 +15381,32 @@ should be characterised as an author-date citation 
style; a BibTeX style and
 a LaTeX package are provided.")
     (license license:lppl)))
 
+(define-public texlive-josefin
+  (package
+    (name "texlive-josefin")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/fonts/josefin/"
+                   "fonts/enc/dvips/josefin/"
+                   "fonts/map/dvips/josefin/"
+                   "fonts/tfm/public/josefin/"
+                   "fonts/truetype/public/josefin/"
+                   "fonts/type1/public/josefin/"
+                   "fonts/vf/public/josefin/"
+                   "tex/latex/josefin/")
+             (base32
+              "1ja91mkcpgvdycqxlfa1xfay427b3d7akq8pcdwvgakzgf9bkb1s")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/josefin";)
+    (synopsis "Josefin fonts with LaTeX support")
+    (description
+     "This package provides LaTeX, pdfLaTeX, XeLaTeX and LuaLaTeX support for
+the Josefin Sans family of fonts, designed by Santiago Orozco.  Josefin Sans
+is available in seven weights, with corresponding italics.")
+    (license (list license:silofl1.1 license:lppl))))
+
 (define-public texlive-jupynotex
   (package
     (name "texlive-jupynotex")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]