guix-commits
[Top][All Lists]
Advanced

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

253/306: gnu: Add texlive-romande.


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

ngz pushed a commit to branch master
in repository guix.

commit 936d73ffa46874b3c860d6f28645a2f3216dfc59
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Aug 21 12:55:53 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index c6f4b68d9a..14e17c642b 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -22416,6 +22416,39 @@ the Roboto Sans, Roboto Condensed, Roboto Mono, Roboto 
Slab and Roboto Serif
 families of fonts, designed by Christian Robertson and Greg Gazdowicz.")
     (license (list license:asl2.0 license:silofl1.1 license:lppl))))
 
+(define-public texlive-romande
+  (package
+    (name "texlive-romande")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/fonts/romande/"
+                   "fonts/afm/arkandis/romande/"
+                   "fonts/enc/dvips/romande/"
+                   "fonts/map/dvips/romande/"
+                   "fonts/tfm/arkandis/romande/"
+                   "fonts/type1/arkandis/romande/"
+                   "fonts/vf/arkandis/romande/"
+                   "source/fonts/romande/"
+                   "tex/latex/romande/")
+             (base32
+              "0xvahacjs8g5bl7yy89wi50m894r2402d5203ai79fk9d7rbc116")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/romandeadf";)
+    (synopsis "Romande ADF fonts and LaTeX support")
+    (description
+     "Romande ADF is a serif font family with oldstyle figures, designed as
+a substitute for Times, Tiffany or Caslon.  The family currently includes
+upright, italic and small-caps shapes in each of regular and demi-bold weights
+and an italic script in regular.  The support package renames the fonts
+according to the Karl Berry fontname scheme and defines four families.  Two of
+these primarily provide access to the standard, or default, characters while
+the alternate families support alternate characters, additional ligatures and
+the long @emph{s}.  The included package files provide access to these
+features in LaTeX.")
+    (license license:lppl)))
+
 (define-public texlive-rrgtrees
   (package
     (name "texlive-rrgtrees")



reply via email to

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