guix-commits
[Top][All Lists]
Advanced

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

41/306: gnu: Add texlive-boisik.


From: guix-commits
Subject: 41/306: gnu: Add texlive-boisik.
Date: Mon, 21 Aug 2023 10:35:33 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 1ab5ca2331d08530b778e28ca35381949cbe7cf8
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Aug 21 11:15:21 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 4db631833e..2b91bcbbd4 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -6201,6 +6201,35 @@ atoms up to the atomic number 112.  In addition, 
commands are provided to
 convert atomic numbers to element symbols or element names and vice versa.")
     (license license:lppl1.3+)))
 
+(define-public texlive-boisik
+  (package
+    (name "texlive-boisik")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/fonts/boisik/"
+                   "fonts/source/public/boisik/"
+                   "fonts/tfm/public/boisik/"
+                   "tex/latex/boisik/")
+             (base32
+              "1xg00nb28dgc8ch85n1mgj5n0cshkvyvgv98qawxn2xvx14vqw89")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (arguments
+     ;; FIXME: Font metrics generation fails for "bskmab10" font, with error:
+     ;; "! Strange path (turning number is zero)".
+     (list #:phases
+           #~(modify-phases %standard-phases
+               (delete 'generate-font-metrics))))
+    (native-inputs (list texlive-metafont))
+    (home-page "https://ctan.org/pkg/boisik";)
+    (synopsis "Font inspired by Baskerville design")
+    (description
+     "Boisik is a serif font set (inspired by the Baskerville typeface),
+written in Metafont.  The set comprises roman and italic text fonts and maths
+fonts.  LaTeX support is offered for use with OT1, IL2 and OM* encodings.")
+    (license license:gpl2)))
+
 (define-public texlive-boldtensors
   (package
     (name "texlive-boldtensors")



reply via email to

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