[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
57/93: gnu: Add texlive-pdf-trans.
From: |
guix-commits |
Subject: |
57/93: gnu: Add texlive-pdf-trans. |
Date: |
Thu, 20 Jul 2023 05:21:33 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 224f18ace1f88eaf1cff6614271626a8bcd34ed6
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Jul 20 10:59:49 2023 +0200
gnu: Add texlive-pdf-trans.
* gnu/packages/tex.scm (texlive-pdf-trans): New variable.
---
gnu/packages/tex.scm | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 26bcf35111..bb73435a91 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -3314,6 +3314,25 @@ hyphen-less breaks at punctuation characters. The set
of characters to be
regarded as punctuation may be changed from the package's default.")
(license license:knuth)))
+(define-public texlive-pdf-trans
+ (package
+ (name "texlive-pdf-trans")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/pdf-trans/"
+ "tex/generic/pdf-trans/")
+ (base32
+ "1n7l0p1950lk3n5jm3si0qqhb8b7mm7jh33fm97l2r7d3qn9jac8")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/pdf-trans")
+ (synopsis "Macros for various transformations of TeX boxes")
+ (description
+ "@code{pdf-trans} is a set of macros offering various transformations of
+TeX boxes (based on plain and pdfeTeX primitives).")
+ (license license:public-domain)))
+
(define-public texlive-tex
(package
(name "texlive-tex")
- 30/93: gnu: Add texlive-font-change., (continued)
- 30/93: gnu: Add texlive-font-change., guix-commits, 2023/07/20
- 32/93: gnu: Add texlive-getoptk., guix-commits, 2023/07/20
- 39/93: gnu: Add texlive-inputnormalization., guix-commits, 2023/07/20
- 12/93: gnu: Add texlive-compare., guix-commits, 2023/07/20
- 14/93: gnu: Add texlive-cweb-old., guix-commits, 2023/07/20
- 36/93: gnu: Add texlive-gtl., guix-commits, 2023/07/20
- 40/93: gnu: Add texlive-insbox., guix-commits, 2023/07/20
- 42/93: gnu: Add texlive-lambda-lists., guix-commits, 2023/07/20
- 45/93: gnu: Add texlive-letterspacing., guix-commits, 2023/07/20
- 48/93: gnu: Add texlive-midnight., guix-commits, 2023/07/20
- 57/93: gnu: Add texlive-pdf-trans.,
guix-commits <=
- 66/93: gnu: Add texlive-pwebmac., guix-commits, 2023/07/20
- 34/93: gnu: Add texlive-gobble., guix-commits, 2023/07/20
- 28/93: gnu: Add texlive-fltpoint., guix-commits, 2023/07/20
- 35/93: gnu: Add texlive-graphics-pln., guix-commits, 2023/07/20
- 41/93: gnu: Add texlive-js-misc., guix-commits, 2023/07/20
- 49/93: gnu: Add texlive-modulus., guix-commits, 2023/07/20
- 50/93: gnu: Add texlive-namedef., guix-commits, 2023/07/20
- 64/93: gnu: Add texlive-plstmary., guix-commits, 2023/07/20
- 54/93: gnu: Add texlive-olsak-misc., guix-commits, 2023/07/20
- 60/93: gnu: Add texlive-placeins-plain., guix-commits, 2023/07/20