[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
185/418: gnu: texlive-newtx: Refresh package definition.
From: |
guix-commits |
Subject: |
185/418: gnu: texlive-newtx: Refresh package definition. |
Date: |
Mon, 29 May 2023 17:39:12 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 149afcf9392a25e47dc2e15d1dda842520a53c6e
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon May 15 18:43:26 2023 +0200
gnu: texlive-newtx: Refresh package definition.
* gnu/packages/tex.scm (texlive-newtx): Remove SIMPLE-TEXLIVE-PACKAGE
call.
[propagated-inputs]: Add TEXLIVE-AMSMATH, TEXLIVE-CARLISLE,
TEXLIVE-ETEXTOOLS,
TEXLIVE-ETOOLBOX, TEXLIVE-FONTAXES, TEXLIVE-IFTEX, TEXLIVE-OBERDIEK,
TEXLIVE-TRIMSPACES, TEXLIVE-XSTRING, TEXLIVE-XKEYVAL.
---
gnu/packages/tex.scm | 58 ++++++++++++++++++++++++++++++++--------------------
1 file changed, 36 insertions(+), 22 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index a8cee944ca..35b376ded2 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -11313,30 +11313,44 @@ use with [pdf]LaTeX.")
(define-public texlive-newtx
(package
- (inherit (simple-texlive-package
- "texlive-newtx"
- (list "/doc/fonts/newtx/"
- "/fonts/afm/public/newtx/"
- "/fonts/enc/dvips/newtx/"
- "/fonts/map/dvips/newtx/"
- "/fonts/opentype/public/newtx/"
- "/fonts/tfm/public/newtx/"
- "/fonts/type1/public/newtx/"
- "/fonts/vf/public/newtx/"
- "/tex/latex/newtx/")
- (base32
- "0h0wm3cd0wxag5x7vy3vgr42jd8m6ffkl90pnkvqdxzbnfdjv3l6")
- #:trivial? #t))
+ (name "texlive-newtx")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "/doc/fonts/newtx/"
+ "/fonts/afm/public/newtx/"
+ "/fonts/enc/dvips/newtx/"
+ "/fonts/map/dvips/newtx/"
+ "/fonts/opentype/public/newtx/"
+ "/fonts/tfm/public/newtx/"
+ "/fonts/type1/public/newtx/"
+ "/fonts/vf/public/newtx/"
+ "/tex/latex/newtx/")
+ (base32
+ "0h0wm3cd0wxag5x7vy3vgr42jd8m6ffkl90pnkvqdxzbnfdjv3l6")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (propagated-inputs
+ (list texlive-amsmath
+ texlive-carlisle
+ texlive-etextools
+ texlive-etoolbox
+ texlive-fontaxes
+ texlive-iftex
+ texlive-oberdiek
+ texlive-trimspaces
+ texlive-xkeyval
+ texlive-xstring))
(home-page "https://www.ctan.org/pkg/newtx")
(synopsis "Repackaging of the TX fonts with improved metrics")
- (description "The @code{newtx} bundle splits
-@code{txfonts.sty} (from the TX fonts distribution) into two
-independent packages, @code{newtxtext.sty} and @code{newtxmath.sty},
-each with fixes and enhancements. @code{newtxmath}'s metrics have
-been re-evaluated to provide a less tight appearance and to provide a
-@code{libertine} option that substitutes Libertine italic and Greek
-letters for the existing math italic and Greek glyphs, making a
-mathematics package that matches Libertine text quite well.")
+ (description
+ "The @code{newtx} bundle splits @file{txfonts.sty} (from the TX fonts
+distribution) into two independent packages, @code{newtxtext.sty} and
+@code{newtxmath.sty}, each with fixes and enhancements. @code{newtxmath}'s
+metrics have been re-evaluated to provide a less tight appearance and to
+provide a @code{libertine} option that substitutes Libertine italic and Greek
+letters for the existing math italic and Greek glyphs, making a mathematics
+package that matches Libertine text quite well.")
(license license:lppl1.3)))
(define-public texlive-xcharter
- 148/418: gnu: texlive-physics: Refresh package definition., (continued)
- 148/418: gnu: texlive-physics: Refresh package definition., guix-commits, 2023/05/29
- 152/418: gnu: texlive-relsize: Refresh package definition., guix-commits, 2023/05/29
- 150/418: gnu: texlive-everyshi: Refresh package definition., guix-commits, 2023/05/29
- 156/418: gnu: texlive-datetime2: Refresh package definition., guix-commits, 2023/05/29
- 159/418: gnu: texlive-setspace: Refresh package definition., guix-commits, 2023/05/29
- 162/418: gnu: Add texlive-selinput., guix-commits, 2023/05/29
- 165/418: gnu: texlive-lineno: Refresh package definition., guix-commits, 2023/05/29
- 168/418: gnu: texlive-was: Refresh package definition., guix-commits, 2023/05/29
- 176/418: gnu: texlive-xifthen: Refresh package definition., guix-commits, 2023/05/29
- 183/418: gnu: texlive-xcharter: Refresh package definition., guix-commits, 2023/05/29
- 185/418: gnu: texlive-newtx: Refresh package definition.,
guix-commits <=
- 119/418: gnu: texlive-generic-babel-norsk -> texlive-babel-norsk., guix-commits, 2023/05/29
- 118/418: gnu: texlive-generic-babel-german -> texlive-babel-german., guix-commits, 2023/05/29
- 117/418: gnu: texlive-latex-koma-script -> texlive-koma-script., guix-commits, 2023/05/29
- 121/418: gnu: texlive-fonts-iwona -> texlive-iwona., guix-commits, 2023/05/29
- 120/418: gnu: texlive-fonts-rsfs -> texlive-rsfs., guix-commits, 2023/05/29
- 123/418: gnu: texlive-tex-plain -> texlive-plain., guix-commits, 2023/05/29
- 124/418: gnu: texlive-metapost: Refresh package definition., guix-commits, 2023/05/29
- 126/418: gnu: texlive-bibtex: Refresh package definition., guix-commits, 2023/05/29
- 127/418: gnu: Add texlive-newverbs., guix-commits, 2023/05/29
- 129/418: gnu: Add texlive-gincltex., guix-commits, 2023/05/29