me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-latexmp.

* gnu/packages/tex.scm (texlive-latexmp): New variable.
Nicolas Goaziou 2023-06-19 11:15:51 +02:00
parent 22c8a01a8d
commit 59412fc426
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 23 additions and 0 deletions

View File

@ -5433,6 +5433,29 @@ between various classes of Unix systems.")
(define-deprecated-package texlive-latex-ifplatform texlive-ifplatform)
(define-public texlive-latexmp
(package
(name "texlive-latexmp")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/metapost/latexmp/" "metapost/latexmp/")
(base32
"1zxwxss5sl16laaqalr8043wmyk2bhlja3al5xlxkizvlnflqy0f")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/latexmp")
(synopsis "Interface for LaTeX-based typesetting in MetaPost")
(description
"The MetaPost package @code{latexMP} implements a user-friendly interface
to access LaTeX-based typesetting capabilities in MetaPost. The text to be
typeset is given as string. This allows even dynamic text elements, for
example counters, to be used in labels. Compared to other implementations it
is much more flexible, since it can be used as direct replacement for
@code{btex.etex}, and much faster, compared for example to the solution
provided by @code{tex.mp}.")
(license license:public-domain)))
(define-public texlive-natbib
(package
(name "texlive-natbib")