gnu: Add texlive-macros2e.

* gnu/packages/tex.scm (texlive-macros2e): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-04 12:20:55 +02:00
parent a28ccefb28
commit f581a4b8b5
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D

View File

@ -4833,6 +4833,27 @@ Short Introduction to LaTeX2e}.")
several languages not included in that package: BUGS, JAGS, and Stan.") several languages not included in that package: BUGS, JAGS, and Stan.")
(license license:lppl1.3+))) (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 (define-public texlive-mathcommand
(package (package
(name "texlive-mathcommand") (name "texlive-mathcommand")