guix-commits
[Top][All Lists]
Advanced

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

50/54: gnu: Add texlive-pxrubrica.


From: guix-commits
Subject: 50/54: gnu: Add texlive-pxrubrica.
Date: Wed, 16 Aug 2023 07:17:05 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 319aa5fbbcb7d2c4124bab0349254abe711f1124
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Aug 16 13:04:48 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 81753a265b..27c7a0cb15 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -15199,6 +15199,28 @@ names.  This function will assist users who want to 
use the
 @code{japanese-otf} package together with tailored TFMs of Japanese fonts.")
     (license license:expat)))
 
+(define-public texlive-pxrubrica
+  (package
+    (name "texlive-pxrubrica")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/platex/pxrubrica/"
+                   "source/platex/pxrubrica/"
+                   "tex/platex/pxrubrica/")
+             (base32
+              "0n8jc65szkq114qg197hc9amrpifqvha8wifxplhvbmb09kzm5mm")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/pxrubrica";)
+    (synopsis "Ruby annotations according to JIS X 4051")
+    (description
+     "This package provides a function to add ruby annotations (furigana) that
+follow the style conventional in Japanese typography as described in the W3C
+technical note @emph{Requirements for Japanese Text Layout} and the JIS
+specification JIS X 4051.")
+    (license license:expat)))
+
 (define-public texlive-pwebmac
   (package
     (name "texlive-pwebmac")



reply via email to

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