guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

222/418: gnu: texlive-jknappen: Deprecate package.


From: guix-commits
Subject: 222/418: gnu: texlive-jknappen: Deprecate package.
Date: Fri, 2 Jun 2023 17:25:05 -0400 (EDT)

ngz pushed a commit to branch tex-team-next
in repository guix.

commit 79ad8f3cd2d9b69a07575be88e5dede8b2639127
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon May 15 22:14:38 2023 +0200

    gnu: texlive-jknappen: Deprecate package.
    
    * gnu/packages/tex.scm (texlive-jknappen): Deprecate variable.
    (texlive-paralist):
    (texlive-jadetex):
    (texlive-xindy):
    * gnu/packages/maths.scm (hypre):
    * gnu/packages/python-xyz.scm (python-nbconvert): Use TEXLIVE-JKNAPLTX 
instead.
---
 gnu/packages/maths.scm      |  2 +-
 gnu/packages/python-xyz.scm |  2 +-
 gnu/packages/statistics.scm |  2 +-
 gnu/packages/tex.scm        | 55 ++++-----------------------------------------
 4 files changed, 7 insertions(+), 54 deletions(-)

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index a135cce97d..2affa9369b 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -5770,7 +5770,7 @@ set.")
                                      texlive-hanging
                                      texlive-helvetic
                                      texlive-hyperref
-                                     texlive-jknappen
+                                     texlive-jknapltx
                                      texlive-listofitems
                                      texlive-multirow
                                      texlive-natbib
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index d2ed33b6da..b5f977c1df 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -14865,7 +14865,7 @@ time.")
            (texlive-updmap.cfg (list texlive-amsfonts
                                      texlive-amsmath
                                      texlive-eurosym
-                                     texlive-jknappen
+                                     texlive-jknapltx
                                      texlive-lm
                                      texlive-lm-math
                                      texlive-mathpazo
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index cbab85c015..7fb16c2050 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -4642,7 +4642,7 @@ from within R.")
            swig
            ;;texlive-aeguill    ;;FIXME: package me!
            texlive-base
-           texlive-jknappen))
+           texlive-jknapltx))
     (propagated-inputs
      (list r-lattice
            r-matrix))
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index b8b95f3420..1bfa99a57f 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -6506,7 +6506,7 @@ written especially for XeLaTeX users.")
     (native-inputs (list texlive-latex-base
                          (texlive-updmap.cfg
                           (list texlive-cm
-                                texlive-jknappen))))
+                                texlive-jknapltx))))
     (home-page "https://ctan.org/pkg/paralist";)
     (synopsis "Enumerate and itemize within paragraphs")
     (description "The @code{paralist} package provides enumerate and itemize
@@ -7219,6 +7219,7 @@ in SGML; use maths minus in text as appropriate; simple 
Young tableaux.")
     (license license:gpl3+)))
 
 (define-deprecated-package texlive-latex-jknapltx texlive-jknapltx)
+(define-deprecated-package texlive-jknappen texlive-jknapltx)
 
 (define-public texlive-kvoptions
   (let ((template (simple-texlive-package
@@ -8156,54 +8157,6 @@ of ink traps which typify the Kurier font.")
 
 (define-deprecated-package texlive-fonts-iwona texlive-iwona)
 
-(define-public texlive-jknappen
-  (package
-    (inherit (simple-texlive-package
-              "texlive-jknappen"
-              (list "/fonts/source/jknappen/"
-                    "/fonts/tfm/jknappen/"
-                    "/tex4ht/ht-fonts/alias/jknappen/"
-                    "/tex4ht/ht-fonts/unicode/jknappen/")
-              (base32
-               "0xvy3c845jc7iw1h9rcm1r2yvm1ni1sm9r9k9j2cfc82xy43rwij")
-              #:trivial? #t))
-    (home-page "https://www.ctan.org/pkg/jknappen";)
-    (synopsis "Miscellaneous packages by Jörg Knappen")
-    (description
-     "This package contains a collection of macros by Jörg Knappen:
-@table @code
-@item greekctr
-New counterstyles @code{\\greek} and @code{\\Greek}.
-@item holtpolt
-Non-commutative fractions
-@item latin1jk
-@itemx latin2jk
-@itemx latin3jk
-Inputenc definition files that allow verbatim input in the respective ISO
-Latin codes.
-@item mathbol
-Blackboard bold fonts for use in maths.
-@item mathrsfs
-Mathematical script letters, as traditionally used in physics for Lagrangian,
-Hamiltonian, path integral measures, etc.
-@item parboxx
-New alignment options for parboxen at top and bottom of the box.
-@item sans
-Interchanges the roles of sans serif and roman fonts throughout the document.
-@item semtrans
-Support for special latin letters and diacritics used in transliteration of
-semitic languages
-@item smartmn
-Intelligent hyphen/minus, which guesses whether to render as hyphen or minus.
-@item sgmlcmpt
-Commands replacing the characters <, >, and &.
-@item tccompat
-A compatibility package for users of the older versions of the textcomp 
package.
-@item young
-Simple Young tableaux.
-@end table")
-    (license license:gpl2)))                    ;per the 00readme_txt file.
-
 (define-public texlive-jadetex
   (let ((template (simple-texlive-package
                    "texlive-jadetex"
@@ -8266,7 +8219,7 @@ Simple Young tableaux.
              texlive-latex-fonts        ;for lasy6
              ;; The t1cmr.fd file of texlive-latex-base refers to the ecrm 
font,
              ;; provided by the jknappen package collection.
-             texlive-jknappen
+             texlive-jknapltx
              texlive-hyperref
              texlive-colortbl
              texlive-fancyhdr
@@ -12298,7 +12251,7 @@ handle complex tests.")
                          (texlive-updmap.cfg ;fonts
                           (list texlive-cbfonts
                                 texlive-lh
-                                texlive-jknappen))))
+                                texlive-jknapltx))))
     (inputs (list clisp perl))          ;used at run time
     (home-page "https://www.ctan.org/pkg/xindy";)
     (synopsis "General-purpose index processor")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]