guix-commits
[Top][All Lists]
Advanced

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

136/243: gnu: Add texlive-impnattypo.


From: guix-commits
Subject: 136/243: gnu: Add texlive-impnattypo.
Date: Fri, 11 Aug 2023 08:45:59 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit d1993f02c207fe2ff59fcb5c5bfb53978dfe9ded
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Aug 10 09:18:02 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 6a9d63079c..6e22c5d956 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -4765,6 +4765,26 @@ when using for open intervals.")
 Plain TeX and Eplain.  This is its French translation.")
     (license license:fdl1.3+)))
 
+(define-public texlive-impnattypo
+  (package
+    (name "texlive-impnattypo")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/impnattypo/"
+                   "source/latex/impnattypo/"
+                   "tex/latex/impnattypo/")
+             (base32
+              "05ddbpxvybr0a7sg1ximsifvgjg83qwx5pd9xcc22bliz3j5ixvm")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/impnattypo";)
+    (synopsis "Support typography of l'Imprimerie Nationale Francaise")
+    (description
+     "The package provides useful macros implementing recommendations by the
+French Imprimerie Nationale.")
+    (license license:lppl1.3+)))
+
 (define-public texlive-includernw
   (package
     (name "texlive-includernw")



reply via email to

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