[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
354/416: gnu: Add texlive-mptopdf.
From: |
guix-commits |
Subject: |
354/416: gnu: Add texlive-mptopdf. |
Date: |
Sun, 28 May 2023 02:33:30 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 09f23ac29a905fba2c621bcc5bb562b1c850a05c
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed May 17 11:35:28 2023 +0200
gnu: Add texlive-mptopdf.
* gnu/packages/tex.scm (texlive-mptopdf): New variable.
---
gnu/packages/tex.scm | 32 ++++++++++++++++++++++++++++++++
1 file changed, 32 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 33cf180f03..a000942ace 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -1046,6 +1046,38 @@ Metafont's GF output, and put coding information and
other Xerox-world
information in the TFM file.")
(license license:public-domain)))
+(define-public texlive-mptopdf
+ (package
+ (name "texlive-mptopdf")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ ;; The first location prevents from downloading all ConTeXt
+ ;; "doc/context/scripts/mkii" directory.
+ (list "doc/context/scripts/mkii/mptopdf.man"
+ "doc/man/man1/mptopdf.1"
+ "doc/man/man1/mptopdf.man1.pdf"
+ "scripts/context/perl/"
+ "scripts/context/stubs/mswin/"
+ "tex/context/base/mkii/"
+ "tex/generic/context/mptopdf/")
+ (base32
+ "0gbc6si5i7pgh37lnh5fpgnjs9180vz0nxpj6qkz8z2yb84ikq7l")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (propagated-inputs (list texlive-plain))
+ (home-page "https://ctan.org/pkg/mptopdf")
+ (synopsis "mpost to PDF, native MetaPost graphics inclusion")
+ (description
+ "The @code{mptopdf} script does standalone conversion from mpost to PDF,
+using the @file{supp-*} and @file{syst-*} files. They also allow native
+MetaPost graphics inclusion in LaTeX (via pdftex.def) and ConTeXt. They can
+be used independently of the rest of ConTeXt.")
+ ;; Use the same licensing as ConTeXt.
+ (license (list license:lppl1.3c+
+ license:gpl2+
+ license:cc-by-sa4.0))))
+
(define-public texlive-fontinst
(package
(name "texlive-fontinst")
- 322/416: gnu: texlive-epsf: Refresh package definition., (continued)
- 322/416: gnu: texlive-epsf: Refresh package definition., guix-commits, 2023/05/28
- 324/416: gnu: texlive-kpfonts: Refresh package definition., guix-commits, 2023/05/28
- 347/416: gnu: texlive-tex-ini-files: Refresh package definition., guix-commits, 2023/05/28
- 357/416: gnu: texlive-context: Refresh package definition., guix-commits, 2023/05/28
- 344/416: gnu: texlive-cbfonts: Refresh package definition., guix-commits, 2023/05/28
- 345/416: gnu: texlive-fontname: Refresh package definition., guix-commits, 2023/05/28
- 348/416: gnu: texlive-hyphen-base: Refresh package definition., guix-commits, 2023/05/28
- 353/416: gnu: Add texlive-manfnt-font., guix-commits, 2023/05/28
- 351/416: gnu: texlive-dvipdfmx: Refresh package definition., guix-commits, 2023/05/28
- 350/416: gnu: texlive-dvips: Refresh package definition., guix-commits, 2023/05/28
- 354/416: gnu: Add texlive-mptopdf.,
guix-commits <=
- 360/416: gnu: texlive-tetex: Refresh package definition., guix-commits, 2023/05/28
- 363/416: gnu: texlive-amsmath: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/28
- 365/416: gnu: texlive-catchfile: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/28
- 366/416: gnu: texlive-tabu: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/28
- 369/416: gnu: texlive-pagenote: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/28
- 361/416: gnu: simple-texlive-package: Turn it into a stub., guix-commits, 2023/05/28
- 370/416: gnu: texlive-titling: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/28
- 371/416: gnu: texlive-grfext: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/28
- 372/416: gnu: texlive-qrcode: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/28
- 373/416: gnu: texlive-unicode-math: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/28