[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
447/452: gnu: Add texlive-pagesel.
From: |
guix-commits |
Subject: |
447/452: gnu: Add texlive-pagesel. |
Date: |
Fri, 9 Jun 2023 13:44:29 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 136be9b7c141f9ecda8d9ef3e681f10890df3512
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Jun 9 09:14:01 2023 +0200
gnu: Add texlive-pagesel.
* gnu/packages/tex.scm (texlive-pagesel): 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 0e9b13c393..70111d798d 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -10896,6 +10896,25 @@ whether an argument is empty.")
page (also known as end notes).")
(license license:lppl1.3c+)))
+(define-public texlive-pagesel
+ (package
+ (name "texlive-pagesel")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/pagesel/" "source/latex/pagesel/"
+ "tex/latex/pagesel/")
+ (base32
+ "1x4nb53d5gm0vrhiinaqf6ai63bgjpbw0b5kk3c2f6j6gfvp0n53")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/pagesel")
+ (synopsis "Select pages of a document for output")
+ (description
+ "This package selects single pages, ranges of pages, odd pages or even
+pages for output. The package is part of the @code{oberdiek} bundle.")
+ (license license:lppl1.3c)))
+
(define-public texlive-titling
(package
(name "texlive-titling")
- 427/452: gnu: texlive-luatex: Create formats., (continued)
- 427/452: gnu: texlive-luatex: Create formats., guix-commits, 2023/06/09
- 426/452: gnu: texlive-latex-base: Simplify package., guix-commits, 2023/06/09
- 430/452: gnu: texlive-csplain: Create formats., guix-commits, 2023/06/09
- 422/452: gnu: Add texlive-hyphen-complete, guix-commits, 2023/06/09
- 429/452: gnu: Add texlive-luatex85., guix-commits, 2023/06/09
- 433/452: gnu: texlive-context: Create formats., guix-commits, 2023/06/09
- 439/452: gnu: Add texlive-makeindex., guix-commits, 2023/06/09
- 435/452: guix: texlive importer ignores dependencies unnecessary in Guix., guix-commits, 2023/06/09
- 437/452: gnu: Add texlive-luahbtex., guix-commits, 2023/06/09
- 441/452: gnu: Add texlive-collection-basic., guix-commits, 2023/06/09
- 447/452: gnu: Add texlive-pagesel.,
guix-commits <=
- 445/452: gnu: Add texlive-mfnfss., guix-commits, 2023/06/09
- 442/452: gnu: Add texlive-babelbib., guix-commits, 2023/06/09
- 446/452: gnu: Add texlive-ltxmisc., guix-commits, 2023/06/09
- 152/452: gnu: texlive-relsize: Refresh package definition., guix-commits, 2023/06/09
- 161/452: gnu: Add texlive-kantlipsum., guix-commits, 2023/06/09
- 170/452: gnu: texlive-apacite: Refresh package definition., guix-commits, 2023/06/09
- 183/452: gnu: texlive-xcharter: Refresh package definition., guix-commits, 2023/06/09
- 165/452: gnu: texlive-lineno: Refresh package definition., guix-commits, 2023/06/09
- 187/452: gnu: texlive-mweights: Refresh package definition., guix-commits, 2023/06/09
- 192/452: gnu: texlive-arev: Refresh package definition., guix-commits, 2023/06/09