[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
22/93: gnu: Add texlive-epsf-dvipdfmx.
From: |
guix-commits |
Subject: |
22/93: gnu: Add texlive-epsf-dvipdfmx. |
Date: |
Thu, 20 Jul 2023 05:21:16 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 80a0fd737f78200a1a9ce01317af51dbd57f6163
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Jul 20 10:48:36 2023 +0200
gnu: Add texlive-epsf-dvipdfmx.
* gnu/packages/tex.scm (texlive-epsf-dvipdfmx): 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 ac8f49f616..787192c8b7 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -2386,6 +2386,27 @@ epigram, laid out on a single line) whether to produce a
line or a displayed
paragraph.")
(license license:public-domain)))
+(define-public texlive-epsf-dvipdfmx
+ (package
+ (name "texlive-epsf-dvipdfmx")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/plain/epsf-dvipdfmx/"
+ "tex/plain/epsf-dvipdfmx/")
+ (base32
+ "0xj4hag3nldxxjcpympvra5cdn19nk76af9dxq07ci585gcki3x5")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/epsf-dvipdfmx")
+ (synopsis "Plain TeX file for using epsf.tex with (x)dvipdfmx")
+ (description
+ "@file{epsf-dvipdfmx.tex} is a plain TeX file to be @code{\\input} after
+@file{epsf.tex} when using plain TeX with @code{dvipdfmx}. It is needed when
+an @file{.eps} file has anything except the origin for the lower-left of its
+bounding box.")
+ (license license:public-domain)))
+
(define-public texlive-findhyph
(package
(name "texlive-findhyph")
- branch master updated (6547d3852b -> f019ce027c), guix-commits, 2023/07/20
- 01/93: gnu: Add texlive-abbr., guix-commits, 2023/07/20
- 03/93: gnu: Add texlive-apnum., guix-commits, 2023/07/20
- 05/93: gnu: Add texlive-barr., guix-commits, 2023/07/20
- 07/93: gnu: Add texlive-borceux., guix-commits, 2023/07/20
- 09/93: gnu: Add texlive-catcodes., guix-commits, 2023/07/20
- 10/93: gnu: Add texlive-chronosys., guix-commits, 2023/07/20
- 11/93: gnu: Add texlive-colorsep., guix-commits, 2023/07/20
- 18/93: gnu: Add texlive-dowith., guix-commits, 2023/07/20
- 16/93: gnu: Add texlive-dirtree., guix-commits, 2023/07/20
- 22/93: gnu: Add texlive-epsf-dvipdfmx.,
guix-commits <=
- 24/93: gnu: Add texlive-expkv-bundle., guix-commits, 2023/07/20
- 02/93: gnu: Add texlive-abstyles., guix-commits, 2023/07/20
- 04/93: gnu: Add texlive-autoaligne., guix-commits, 2023/07/20
- 06/93: gnu: Add texlive-bitelist., guix-commits, 2023/07/20
- 13/93: gnu: Add texlive-crossrefenum., guix-commits, 2023/07/20
- 17/93: gnu: Add texlive-docbytex., guix-commits, 2023/07/20
- 19/93: gnu: Add texlive-eijkhout., guix-commits, 2023/07/20
- 20/93: gnu: Add texlive-encxvlna., guix-commits, 2023/07/20
- 21/93: gnu: Add texlive-epigram., guix-commits, 2023/07/20
- 23/93: gnu: Add texlive-expex-acro., guix-commits, 2023/07/20