guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: Add texlive-ly1.


From: guix-commits
Subject: branch master updated: gnu: Add texlive-ly1.
Date: Wed, 14 Apr 2021 07:06:37 -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 9153e12  gnu: Add texlive-ly1.
9153e12 is described below

commit 9153e12d737ee04c380809ab0598ad888f291a0b
Author: Paul Garlick <pgarlick@tourbillion-technology.com>
AuthorDate: Wed Apr 14 12:01:36 2021 +0100

    gnu: Add texlive-ly1.
    
    * gnu/packages/tex.scm: New package.
---
 gnu/packages/tex.scm | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 317f1a8..305d401 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -8033,3 +8033,25 @@ Type 1 and OTF formats, with supporting files as 
necessary.")
     (license (list (license:fsf-free
                     "http://mirrors.ctan.org/fonts/xcharter/README";)
                    license:lppl1.3))))
+
+(define-public texlive-ly1
+  (package
+    (inherit (simple-texlive-package
+              "texlive-ly1"
+              (list "/doc/fonts/ly1/"
+                    "/fonts/enc/dvips/ly1/"
+                    "/fonts/map/dvips/ly1/"
+                    "/fonts/tfm/adobe/ly1/"
+                    "/fonts/vf/adobe/ly1/"
+                    "/tex/latex/ly1/")
+              (base32
+               "0wjyw0risgvrq97zfciglwy1f4msvfslln6pz0q8yzzx8wsv3zgq")
+              #:trivial? #t))
+    (home-page "https://www.ctan.org/pkg/ly1";)
+    (synopsis "Support for LY1 LaTeX encoding")
+    (description "The legacy @emph{texnansi} (TeX and ANSI) encoding
+is known in the LaTeX scheme of things as @emph{LY1} encoding.  The
+@code{ly1} bundle includes metrics and LaTeX macros to use the three
+basic Adobe Type 1 fonts (Times, Helvetica and Courier) in LaTeX using
+LY1 encoding.")
+    (license license:lppl1.0+)))



reply via email to

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