guix-commits
[Top][All Lists]
Advanced

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

10/243: gnu: Add texlive-amiweb2c-guide.


From: guix-commits
Subject: 10/243: gnu: Add texlive-amiweb2c-guide.
Date: Fri, 11 Aug 2023 08:45:24 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit b4b7e717528c5dfed35e68c2a978252330137733
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Aug 4 12:00:10 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index c2600c465c..07f1cd903b 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -16460,6 +16460,27 @@ aesthetics and traditions of Arabic typesetting, and 
adapting it to the era of
 digital typesetting, in a publicly available form.")
     (license license:silofl1.1)))
 
+(define-public texlive-amiweb2c-guide
+  (package
+    (name "texlive-amiweb2c-guide")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/amiweb2c-guide/")
+             (base32
+              "0cxwsx49p3c162ysv0ydyxdncfg8ij9sx2x7c4pvzb0yidvad01c")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/amiweb2c-guide";)
+    (synopsis "How to install AmiWeb2c")
+    (description
+     "This is a guide for the installation of (La)TeX with the Amiga port of
+Web2C named AmiWeb2C in the version 2.1 on an emulated Amiga 4000 computer
+running Workbench 3.1.  Furthermore the installation of an ARexx server for
+calling LaTeX from an editor is described and some tips for the installation
+of new fonts are given.")
+    (license license:lppl1.3c)))
+
 (define-public texlive-amsfonts
   (package
     (name "texlive-amsfonts")



reply via email to

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