guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: Add texlive-symbol.


From: guix-commits
Subject: branch master updated: gnu: Add texlive-symbol.
Date: Thu, 01 Oct 2020 06:09:00 -0400

This is an automated email from the git hooks/post-receive script.

pgarlick pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 905a2ff  gnu: Add texlive-symbol.
905a2ff is described below

commit 905a2ff0c59d7d3701fc4c78190d4484ae833ff3
Author: Paul Garlick <pgarlick@tourbillion-technology.com>
AuthorDate: Thu Oct 1 00:06:58 2020 +0100

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 8ecdbf1..7dfac59 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -7468,3 +7468,24 @@ float\" facility, in the same way that simpler packages 
like
 Packages @code{bicaption}, @code{ltcaption}, @code{newfloat},
 @code{subcaption} and @code{totalcount} are included in the bundle.")
       (license license:lppl1.3+))))
+
+(define-public texlive-symbol
+  (package
+    (inherit (simple-texlive-package
+              "texlive-symbol"
+              (list "/dvips/symbol/"
+                    "/fonts/afm/adobe/symbol/"
+                    "/fonts/afm/urw/symbol/"
+                    "/fonts/tfm/adobe/symbol/"
+                    "/fonts/tfm/urw35vf/symbol/"
+                    "/fonts/type1/urw/symbol/"
+                    "/fonts/map/dvips/symbol/"
+                    "/tex/latex/symbol/")
+              (base32
+               "01xiygb88xwi7rfvh1zrlxzi5pqb5fvylws5zzszg379iz4pyzwj")
+              #:trivial? #t))
+    (home-page "https://ctan.org/pkg/urw-base35";)
+    (synopsis "URW Base 35 font pack for LaTeX")
+    (description "This package provides a drop-in replacement for the
+Symbol font from Adobe's basic set.")
+    (license license:gpl2)))



reply via email to

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