[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
162/452: gnu: Add texlive-selinput.
From: |
guix-commits |
Subject: |
162/452: gnu: Add texlive-selinput. |
Date: |
Fri, 9 Jun 2023 13:43:16 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 6746fc6e06aa282aad76489d262a9fc7c4ce2191
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon May 15 12:31:38 2023 +0200
gnu: Add texlive-selinput.
* gnu/packages/tex.scm (texlive-selinput): New variable.
---
gnu/packages/tex.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index f3133d1094..02e3eb4bf6 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -5828,6 +5828,29 @@ corresponding thing with the page reference of the
label.")
(define-deprecated-package texlive-latex-refcount texlive-refcount)
+(define-public texlive-selinput
+ (package
+ (name "texlive-selinput")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/selinput/" "source/latex/selinput/"
+ "tex/latex/selinput/")
+ (base32
+ "0x8l98r6xzyi4lc909bv7ii2nbpff8j7j3q4z86l7rrjk1jkx9qi")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (propagated-inputs
+ (list texlive-kvoptions
+ texlive-kvsetkeys
+ texlive-stringenc))
+ (home-page "https://ctan.org/pkg/selinput")
+ (synopsis "Semi-automatic detection of input encoding")
+ (description
+ "This package selects the input encoding by specifying pairs of input
+characters and their glyph names.")
+ (license license:lppl1.3+)))
+
(define-public texlive-seminar
(package
(inherit (simple-texlive-package
- 90/452: gnu: texlive-latex-type1cm -> texlive-type1cm., (continued)
- 90/452: gnu: texlive-latex-type1cm -> texlive-type1cm., guix-commits, 2023/06/09
- 111/452: gnu: texlive-latex-ebproof -> texlive-ebproof., guix-commits, 2023/06/09
- 109/452: gnu: texlive-latex-examplep -> texlive-examplep., guix-commits, 2023/06/09
- 110/452: gnu: texlive-latex-xmpincl -> texlive-xmpincl., guix-commits, 2023/06/09
- 126/452: gnu: texlive-bibtex: Refresh package definition., guix-commits, 2023/06/09
- 135/452: gnu: texlive-storebox: Refresh package definition., guix-commits, 2023/06/09
- 151/452: gnu: texlive-everysel: Refresh package definition., guix-commits, 2023/06/09
- 147/452: gnu: texlive-sourcesanspro: Refresh package definition., guix-commits, 2023/06/09
- 155/452: gnu: texlive-tracklang: Refresh package definition., guix-commits, 2023/06/09
- 166/452: gnu: texlive-threeparttablex: Refresh package definition., guix-commits, 2023/06/09
- 162/452: gnu: Add texlive-selinput.,
guix-commits <=
- 173/452: gnu: texlive-inriafonts: Refresh package definition., guix-commits, 2023/06/09
- 167/452: gnu: texlive-xpatch: Refresh package definition., guix-commits, 2023/06/09
- 164/452: gnu: texlive-mdframed: Refresh package definition., guix-commits, 2023/06/09
- 174/452: gnu: texlive-fmtcount: Refresh package definition., guix-commits, 2023/06/09
- 25/452: gnu: Add texlive-dehyph., guix-commits, 2023/06/09
- 26/452: gnu: Add texlive-passivetex., guix-commits, 2023/06/09
- 38/452: gnu: texlive-latex-l3packages -> texlive-l3packages., guix-commits, 2023/06/09
- 40/452: gnu: texlive-latex-amsrefs -> texlive-amsrefs., guix-commits, 2023/06/09
- 43/452: gnu: texlive-latex-natbib -> texlive-natbib., guix-commits, 2023/06/09
- 49/452: gnu: texlive-latex-stackengine -> texlive-stackengine., guix-commits, 2023/06/09