[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
78/93: gnu: Add texlive-tex-ps.
From: |
guix-commits |
Subject: |
78/93: gnu: Add texlive-tex-ps. |
Date: |
Thu, 20 Jul 2023 05:21:45 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 8a13eabf7db8be62d9b16608140427104320442b
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Jul 20 11:06:54 2023 +0200
gnu: Add texlive-tex-ps.
* gnu/packages/tex.scm (texlive-tex-ps): New variable.
---
gnu/packages/tex.scm | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 284fd6c9d0..e305fc74ee 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -3796,6 +3796,26 @@ Knuth's TeX book; this source is there to read, as an
example of writing TeX ;
it should not be processed without Knuth's direct permission.")
(license license:knuth)))
+(define-public texlive-tex-ps
+ (package
+ (name "texlive-tex-ps")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/tex-ps/cmyk-hax/"
+ "doc/generic/tex-ps/poligraf/"
+ "dvips/tex-ps/" "tex/generic/tex-ps/")
+ (base32
+ "09f70q2bhmq7bn98f2g2pq62wnfhj24bzkbv652sjrw5rafp0311")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/tex-ps")
+ (synopsis "TeX to PostScript generic macros and add-ons")
+ (description
+ "This package provides TeX to PostScript generic macros and add-ons:
+transformations of EPS files, prepress preparation, color separation, mirror,
+etc.")
+ (license license:public-domain)))
(define-public texlive-lcdftypetools
(package
- 76/93: gnu: Add texlive-tabto-generic., (continued)
- 76/93: gnu: Add texlive-tabto-generic., guix-commits, 2023/07/20
- 67/93: gnu: Add texlive-random., guix-commits, 2023/07/20
- 69/93: gnu: Add texlive-resumemac., guix-commits, 2023/07/20
- 86/93: gnu: Add texlive-varisize., guix-commits, 2023/07/20
- 88/93: gnu: Add texlive-xii-lat., guix-commits, 2023/07/20
- 79/93: gnu: Add texlive-texdate., guix-commits, 2023/07/20
- 90/93: gnu: Add texlive-xlop., guix-commits, 2023/07/20
- 89/93: gnu: Add texlive-xintsession., guix-commits, 2023/07/20
- 83/93: gnu: Add texlive-treetex., guix-commits, 2023/07/20
- 82/93: gnu: Add texlive-transparent-io., guix-commits, 2023/07/20
- 78/93: gnu: Add texlive-tex-ps.,
guix-commits <=
- 81/93: gnu: Add texlive-timetable., guix-commits, 2023/07/20
- 77/93: gnu: Add texlive-termmenu., guix-commits, 2023/07/20
- 08/93: gnu: Add texlive-c-pascal., guix-commits, 2023/07/20
- 31/93: gnu: Add texlive-fontch., guix-commits, 2023/07/20
- 37/93: gnu: Add texlive-hlist., guix-commits, 2023/07/20
- 55/93: gnu: Add texlive-outerhbox., guix-commits, 2023/07/20
- 56/93: gnu: Add texlive-path., guix-commits, 2023/07/20
- 59/93: gnu: Add texlive-pitex., guix-commits, 2023/07/20
- 61/93: gnu: Add texlive-plainpkg., guix-commits, 2023/07/20
- 62/93: gnu: Add texlive-plipsum., guix-commits, 2023/07/20