guix-commits
[Top][All Lists]
Advanced

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

281/306: gnu: Add texlive-tfrupee.


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

ngz pushed a commit to branch master
in repository guix.

commit 14e5c7df450729084b6d204a24ec0ef21ca3b6bd
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Aug 21 13:02:21 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 5133f7bdc4..65cf2473b4 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -24744,6 +24744,30 @@ symbols.")
 membrane protein topology plots and helical wheels.")
     (license license:gpl3+)))
 
+(define-public texlive-tfrupee
+  (package
+    (name "texlive-tfrupee")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/fonts/tfrupee/"
+                   "fonts/afm/public/tfrupee/"
+                   "fonts/map/dvips/tfrupee/"
+                   "fonts/tfm/public/tfrupee/"
+                   "fonts/type1/public/tfrupee/"
+                   "source/fonts/tfrupee/"
+                   "tex/latex/tfrupee/")
+             (base32
+              "0qhgxn5g4wzhi81xgb30giw542nprlmf0ryyq6jy752jccl07b7j")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/tfrupee";)
+    (synopsis "Font offering the new (Indian) Rupee symbol")
+    (description
+     "The package provides LaTeX support for the (Indian) Rupee symbol font.
+Simple LaTeX support written for its use.")
+    (license license:gpl3)))
+
 (define-public texlive-thaienum
   (package
     (name "texlive-thaienum")



reply via email to

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