guix-commits
[Top][All Lists]
Advanced

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

12/243: gnu: Add texlive-amslatex-primer.


From: guix-commits
Subject: 12/243: gnu: Add texlive-amslatex-primer.
Date: Fri, 11 Aug 2023 08:45:25 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

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

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 0c040a7b04..2ac188ff49 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -1478,6 +1478,29 @@ provides information about the structure of and 
interaction between the
 various components.")
     (license license:lppl1.3c)))
 
+(define-public texlive-amslatex-primer
+  (package
+    (name "texlive-amslatex-primer")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/amslatex-primer/")
+             (base32
+              "1kzayyh1bycmq43s2xn81jf05r18azidbk3gv6igf2vaq37fmxil")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/amslatex-primer";)
+    (synopsis "Getting up and running with AMS-LaTeX")
+    (description
+     "The document aims to get you up and running with AMS-LaTeX as quickly as
+possible.  These instructions are not a substitute for the full documentation,
+but they may get you started quickly enough so that you will only need to
+refer to the main documentation occasionally.  In addition to AMS-LaTeX out of
+the box, the document contains a section describing how to draw commutative
+diagrams using Xy-pic and a section describing how to use @code{amsrefs} to
+create a bibliography.")
+    (license license:lppl)))
+
 (define-public texlive-amstex
   (package
     (name "texlive-amstex")



reply via email to

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