[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
90/418: gnu: texlive-latex-type1cm -> texlive-type1cm.
From: |
guix-commits |
Subject: |
90/418: gnu: texlive-latex-type1cm -> texlive-type1cm. |
Date: |
Fri, 2 Jun 2023 17:24:11 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 34dd38bf5dd7c3db8ad99c27289725d4535566ed
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun May 14 10:32:49 2023 +0200
gnu: texlive-latex-type1cm -> texlive-type1cm.
* gnu/packages/tex.scm (texlive-type1cm): New variable.
(texlive-latex-type1cm): Deprecate variable.
*
gnu/packages/python-xyz.scm
(python-matplotlib-documentation)[native-inputs]:
Use new name. Re-order alphabetically.
---
gnu/packages/python-xyz.scm | 16 ++++++++--------
gnu/packages/tex.scm | 34 ++++++++++++++++------------------
2 files changed, 24 insertions(+), 26 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 9cdb97ee7f..10a2e0b54d 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -7763,26 +7763,26 @@ toolkits.")
(list graphviz
inkscape/stable
python-colorspacious
+ python-ipython
+ python-ipywidgets
python-mpl-sphinx-theme
+ python-numpydoc
python-scipy
python-sphinx
python-sphinx-copybutton
python-sphinx-gallery
python-sphinxcontrib-svg2pdfconverter
- python-numpydoc
- python-ipython
- python-ipywidgets
+ texinfo
texlive-amsfonts
texlive-amsmath
texlive-babel
+ texlive-etoolbox
texlive-expdlist
texlive-fontspec
- texlive-unicode-math
- texlive-etoolbox
- texlive-underscore
- texlive-latex-type1cm
texlive-times
- texinfo))
+ texlive-type1cm
+ texlive-underscore
+ texlive-unicode-math))
(synopsis "Documentation for the @code{python-matplotlib} package")))
(define-public python-matplotlib-inline
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index cd1bec2a48..a35c3ff06a 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -8004,35 +8004,33 @@ floats in a page. You may assign headers/footers to
individual floats, too.")
(define-deprecated-package texlive-latex-titlesec texlive-titlesec)
-(define-public texlive-latex-type1cm
+(define-public texlive-type1cm
(package
- (name "texlive-latex-type1cm")
+ (name "texlive-type1cm")
(version (number->string %texlive-revision))
- (source (origin
- (method svn-fetch)
- (uri (texlive-ref "latex" "type1cm"))
- (file-name (string-append name "-" version "-checkout"))
- (sha256
- (base32
- "1lvxrqfwcwa4p31zyfm80gr05v8c28xybv5ri79zi2ngz6834z12"))))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/type1cm/" "source/latex/type1cm/"
+ "tex/latex/type1cm/")
+ (base32
+ "1922af5xvhrh4l8rqwz3bjd1gqvzfkxrfim28rpnvbx4n7jl6sdh")))
+ (outputs '("out" "doc"))
(build-system texlive-build-system)
- (arguments '(#:tex-directory "latex/type1cm"))
- (home-page "https://www.ctan.org/pkg/type1cm")
+ (home-page "https://ctan.org/pkg/type1cm")
(synopsis "Arbitrary size font selection in LaTeX")
(description
"LaTeX, by default, restricts the sizes at which you can use its default
computer modern fonts, to a fixed set of discrete sizes (effectively, a set
specified by Knuth). The @code{type1cm} package removes this restriction;
-this is particularly useful when using scalable versions of the CM
+this is particularly useful when using scalable versions of the @code{cm}
fonts (Bakoma, or the versions from BSR/Y&Y, or True Type versions from Kinch,
-PCTeX, etc.). In fact, since modern distributions will automatically generate
-any bitmap font you might need, @code{type1cm} has wider application than just
-those using scalable versions of the fonts. Note that the LaTeX distribution
-now contains a package @code{fix-cm},f which performs the task of
-@code{type1cm}, as well as doing the same job for T1- and TS1-encoded
-@code{ec} fonts.")
+PCTeX, etc.). Note that the LaTeX distribution now contains a package
+@code{fix-cm}, which performs the task of @code{type1cm}, as well as doing the
+same job for T1- and TS1-encoded @code{ec} fonts.")
(license license:lppl)))
+(define-deprecated-package texlive-latex-type1cm texlive-type1cm)
+
(define-public texlive-lh
(let ((template (simple-texlive-package
"texlive-lh"
- 229/418: gnu: texlive-babel-swedish: Refresh package definition., (continued)
- 229/418: gnu: texlive-babel-swedish: Refresh package definition., guix-commits, 2023/06/02
- 247/418: gnu: texlive-listings: Refresh package definition., guix-commits, 2023/06/02
- 249/418: gnu: texlive-eso-pic: Refresh package definition., guix-commits, 2023/06/02
- 254/418: gnu: texlive-ms: Refresh package definition., guix-commits, 2023/06/02
- 261/418: gnu: texlive-gettitlestring: Refresh package definition., guix-commits, 2023/06/02
- 265/418: gnu: texlive-kvsetkeys: Refresh package definition., guix-commits, 2023/06/02
- 267/418: gnu: texlive-pdfescape: Refresh package definition., guix-commits, 2023/06/02
- 78/418: gnu: texlive-latex-frankenstein -> texlive-frankenstein., guix-commits, 2023/06/02
- 84/418: gnu: texlive-latex-overpic -> texlive-overpic., guix-commits, 2023/06/02
- 89/418: gnu: texlive-latex-threeparttable -> texlive-threeparttable., guix-commits, 2023/06/02
- 90/418: gnu: texlive-latex-type1cm -> texlive-type1cm.,
guix-commits <=
- 96/418: gnu: Add texlive-luacode., guix-commits, 2023/06/02
- 98/418: gnu: texlive-latex-acmart -> texlive-acmart., guix-commits, 2023/06/02
- 104/418: gnu: texlive-latex-ocgx2 -> texlive-ocgx2., guix-commits, 2023/06/02
- 110/418: gnu: texlive-latex-xmpincl -> texlive-xmpincl., guix-commits, 2023/06/02
- 126/418: gnu: texlive-bibtex: Refresh package definition., guix-commits, 2023/06/02
- 130/418: gnu: texlive-ydoc: Refresh package definition., guix-commits, 2023/06/02
- 135/418: gnu: texlive-storebox: Refresh package definition., guix-commits, 2023/06/02
- 136/418: gnu: texlive-adjustbox: Refresh package definition., guix-commits, 2023/06/02
- 137/418: gnu: texlive-standalone: Refresh package definition., guix-commits, 2023/06/02
- 139/418: gnu: texlive-metafont: Refresh package definition., guix-commits, 2023/06/02