guix-commits
[Top][All Lists]
Advanced

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

47/243: gnu: Add texlive-macros2e.


From: guix-commits
Subject: 47/243: gnu: Add texlive-macros2e.
Date: Fri, 11 Aug 2023 08:45:35 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit f581a4b8b51ceb94c42b6f0a982d94a5b61c5a6e
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Aug 4 12:20:55 2023 +0200

    gnu: Add texlive-macros2e.
    
    * gnu/packages/tex.scm (texlive-macros2e): 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 3e89a3febb..01f80e0637 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -4833,6 +4833,27 @@ Short Introduction to LaTeX2e}.")
 several languages not included in that package: BUGS, JAGS, and Stan.")
     (license license:lppl1.3+)))
 
+(define-public texlive-macros2e
+  (package
+    (name "texlive-macros2e")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/macros2e/" "tex/latex/macros2e/")
+             (base32
+              "0vdw389gvwmpqs7ykm3vlyqbpwm45mgqasmqyxm7q9jgay3dn2iz")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/macros2e";)
+    (synopsis "List of internal LaTeX2e macros")
+    (description
+     "This document lists the internal macros defined by the LaTeX2e base 
files,
+which can also be useful to package authors.  The macros are hyper-linked to
+their description in @code{source2e}.  For this to work both PDFs must be
+inside the same directory.  This document is not yet complete in content and
+format and may miss some macros.")
+    (license license:lppl1.3c)))
+
 (define-public texlive-mathcommand
   (package
     (name "texlive-mathcommand")



reply via email to

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