[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
446/452: gnu: Add texlive-ltxmisc.
From: |
guix-commits |
Subject: |
446/452: gnu: Add texlive-ltxmisc. |
Date: |
Fri, 9 Jun 2023 13:44:28 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit b08baa7654aa0918e6e40e13e78cb95c19e21fc4
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Jun 9 09:13:51 2023 +0200
gnu: Add texlive-ltxmisc.
* gnu/packages/tex.scm (texlive-ltxmisc): New variable.
---
gnu/packages/tex.scm | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 55b2b4136a..0e9b13c393 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -9047,6 +9047,32 @@ plain TeX.")
(define-deprecated-package texlive-generic-ltxcmds texlive-ltxcmds)
+(define-public texlive-ltxmisc
+ (package
+ (name "texlive-ltxmisc")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "tex/latex/ltxmisc/")
+ (base32
+ "14llkpla8gpx7q6a53sd8a0a42wgk93fg4mbl6pc0v7v1kjblr5m")))
+ (build-system texlive-build-system)
+ (arguments
+ (list #:phases
+ #~(modify-phases %standard-phases
+ (add-after 'unpack 'delete-non-free-file
+ ;; This file has a non-commercial license.
+ (lambda _ (delete-file "tex/latex/ltxmisc/vrbexin.sty"))))))
+ (home-page "https://ctan.org/pkg/ltxmisc")
+ (synopsis "Miscellaneous LaTeX packages")
+ (description
+ "This package provides miscellaneous LaTeX packages and classes.")
+ (license (list license:public-domain ;beletter.cls
+ license:gpl2+ ;bibcheck.sty
+ license:lppl ;iagproc.cls
+ (license:fsf-free "file:/linsys.sty")
+ license:lppl1.0+)))) ;topcapt.sty
+
(define-public texlive-pdfescape
(package
(name "texlive-pdfescape")
- 422/452: gnu: Add texlive-hyphen-complete, (continued)
- 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, 2023/06/09
- 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 <=
- 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
- 196/452: gnu: texlive-symbol: Refresh package definition., guix-commits, 2023/06/09
- 203/452: gnu: texlive-biblatex: Refresh package definition., guix-commits, 2023/06/09
- 201/452: gnu: texlive-todonotes: Refresh package definition., guix-commits, 2023/06/09