guix-commits
[Top][All Lists]
Advanced

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

207/243: gnu: Add texlive-psfrag-italian.


From: guix-commits
Subject: 207/243: gnu: Add texlive-psfrag-italian.
Date: Fri, 11 Aug 2023 08:46:21 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 3fd5ef29f94245c6afc2b65853cba1596f5d5f29
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Aug 11 00:17:23 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index f777b48f20..d21b39a246 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -24152,6 +24152,24 @@ rotated.")
 
 (define-deprecated-package texlive-latex-psfrag texlive-psfrag)
 
+(define-public texlive-psfrag-italian
+  (package
+    (name "texlive-psfrag-italian")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/psfrag-italian/")
+             (base32
+              "0ssx8rw7fwln02zzscywivnhizgrb6w05awscvv9gf9n1qj6avsf")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/psfrag-italian";)
+    (synopsis "PSfrag documentation in Italian")
+    (description
+     "This is a translation of the documentation that comes with the
+@code{psfrag} package.")
+    (license license:gpl3+)))
+
 (define-public texlive-pstool
   (package
     (name "texlive-pstool")



reply via email to

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