guix-commits
[Top][All Lists]
Advanced

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

06/54: gnu: Add texlive-ascmac.


From: guix-commits
Subject: 06/54: gnu: Add texlive-ascmac.
Date: Wed, 16 Aug 2023 07:16:55 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 1c9d5a93c68d3e92e8aa23689489153ef13f7523
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Aug 16 11:59:05 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 765a64b3bf..b33e3f8dee 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -2392,6 +2392,32 @@ package.")
 converted between Plain TeX and LaTeX by a simple editing action.")
     (license license:lppl1.3+)))
 
+(define-public texlive-ascmac
+  (package
+    (name "texlive-ascmac")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/ascmac/"
+                   "fonts/map/dvips/ascmac/"
+                   "fonts/source/public/ascmac/"
+                   "fonts/tfm/public/ascmac/"
+                   "fonts/type1/public/ascmac/"
+                   "source/latex/ascmac/"
+                   "tex/latex/ascmac/")
+             (base32
+              "1d388nqyjipqsgd0pd4zrskaf3wddacg6rrmy3q1n8pvmna4gmz1")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (native-inputs (list texlive-metafont))
+    (home-page "https://ctan.org/pkg/ascmac";)
+    (synopsis "Boxes and picture macros with Japanese vertical writing 
support")
+    (description
+     "The bundle provides boxes and picture macros with Japanese vertical
+writing support.  It uses only native picture macros and fonts for drawing
+boxes and is thus driver independent.")
+    (license license:bsd-3)))
+
 (define-public texlive-asymptote-by-example-zh-cn
   (package
     (name "texlive-asymptote-by-example-zh-cn")



reply via email to

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