[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
446/458: gnu: Add texlive-ltxmisc.
From: |
guix-commits |
Subject: |
446/458: gnu: Add texlive-ltxmisc. |
Date: |
Wed, 14 Jun 2023 05:23:29 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 9e57b42009c1d8a86a1ad877778a412e3696dd4d
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 6b42b27289..619e6001d7 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -9050,6 +9050,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")
- 394/458: gnu: texlive-mflogo-font: Fix build., (continued)
- 394/458: gnu: texlive-mflogo-font: Fix build., guix-commits, 2023/06/14
- 404/458: gnu: texlive-cs: Fix build., guix-commits, 2023/06/14
- 415/458: gnu: Add texlive-mfware., guix-commits, 2023/06/14
- 418/458: gnu: texlive: Improve package style., guix-commits, 2023/06/14
- 423/458: gnu: Add texlive-latex., guix-commits, 2023/06/14
- 428/458: gnu: texlive-xmltex: Rely on build system to create formats., guix-commits, 2023/06/14
- 430/458: gnu: texlive-csplain: Create formats., guix-commits, 2023/06/14
- 431/458: gnu: texlive-jadetex: Rely on build system to create formats., guix-commits, 2023/06/14
- 457/458: gnu: Replace texlive-latex-base with texlive-latex-bin., guix-commits, 2023/06/14
- 458/458: guix: texlive importer: Set #:texlive-latex-bin? when appropriate., guix-commits, 2023/06/14
- 446/458: gnu: Add texlive-ltxmisc.,
guix-commits <=
- 350/458: gnu: texlive-dvips: Refresh package definition., guix-commits, 2023/06/14
- 389/458: guix: texlive-build-system: Generate font metrics., guix-commits, 2023/06/14
- 349/458: gnu: texlive-underscore: Refresh package definition., guix-commits, 2023/06/14
- 371/458: gnu: texlive-grfext: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/14
- 378/458: gnu: texlive-babel-danish: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/14
- 392/458: gnu: texlive-etex: Fix build., guix-commits, 2023/06/14
- 395/458: gnu: texlive-ec: Fix build., guix-commits, 2023/06/14
- 403/458: gnu: texlive-cbfonts: Fix build., guix-commits, 2023/06/14
- 407/458: gnu: Add texlive-sansmathfonts., guix-commits, 2023/06/14
- 419/458: guix: texlive-build-system: Generate TeX formats., guix-commits, 2023/06/14