[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
192/418: gnu: texlive-arev: Refresh package definition.
From: |
guix-commits |
Subject: |
192/418: gnu: texlive-arev: Refresh package definition. |
Date: |
Mon, 29 May 2023 17:39:13 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 1d60eac5783b79b3f0c93caf97103c175bb2f487
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon May 15 19:11:20 2023 +0200
gnu: texlive-arev: Refresh package definition.
* gnu/packages/tex.scm (texlive-arev): Remove SIMPLE-TEXLIVE-PACKAGE
call.
[propagated-inputs]: Add TEXLIVE-AMSFONTS, TEXLIVE-BERA.
---
gnu/packages/tex.scm | 61 +++++++++++++++++++++++++++++-----------------------
1 file changed, 34 insertions(+), 27 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 183faaef71..231772b73a 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -11093,34 +11093,41 @@ the @code{psnfss} distribution.")
(define-public texlive-arev
(package
- (inherit (simple-texlive-package
- "texlive-arev"
- (list "/doc/fonts/arev/"
- "/fonts/afm/public/arev/"
- "/fonts/enc/dvips/arev/"
- "/fonts/map/dvips/arev/"
- "/fonts/tfm/public/arev/"
- "/fonts/type1/public/arev/"
- "/fonts/vf/public/arev/"
- "/tex/latex/arev/")
- (base32
- "15wkgc48r52mjpymv6l7j9bl99kwxbvg3g1mi3qyq7nfm799dkxy")
- #:trivial? #t))
- (home-page "https://www.ctan.org/pkg/arev")
+ (name "texlive-arev")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/arev/"
+ "fonts/afm/public/arev/"
+ "fonts/enc/dvips/arev/"
+ "fonts/map/dvips/arev/"
+ "fonts/tfm/public/arev/"
+ "fonts/type1/public/arev/"
+ "fonts/vf/public/arev/"
+ "source/fonts/arev/"
+ "tex/latex/arev/")
+ (base32
+ "1a0zw9vc6z0shxvb4kdhfqdhwpzph5hm9v7klpchlisabvk421y1")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (propagated-inputs
+ (list texlive-amsfonts
+ texlive-bera))
+ (home-page "https://ctan.org/pkg/arev")
(synopsis "Fonts and LaTeX support files for Arev Sans")
- (description "The @code{arev} package provides type 1 fonts,
-virtual fonts and LaTeX packages for using Arev Sans in both text and
-mathematics. Arev Sans is a derivative of Bitstream Vera Sans, adding
-support for Greek and Cyrillic characters and a few variant letters
-appropriate for mathematics. The font is primarily used in LaTeX for
-presentations, particularly when using a computer projector. Arev
-Sans has large x-height, \"open letters\", wide spacing and thick
-stems. The style is very similar to the SliTeX font lcmss but
-heavier. Arev is one of a very small number of sans-font mathematics
-support packages. Others are cmbright, hvmath and kerkis.")
- (license (list license:silofl1.1 ;for Arev Sans
- license:lppl1.3a ;for TeX support files
- license:gpl2)))) ;for ams-mdbch.sty
+ (description
+ "The @code{arev} package provides type 1 fonts, virtual fonts and LaTeX
+packages for using Arev Sans in both text and mathematics. Arev Sans is
+a derivative of Bitstream Vera Sans, adding support for Greek and Cyrillic
+characters and a few variant letters appropriate for mathematics. The font is
+primarily used in LaTeX for presentations, particularly when using a computer
+projector. Arev Sans has large x-height, open letters, wide spacing and thick
+stems. The style is very similar to the SliTeX font @code{lcmss} but heavier.
+Arev is one of a very small number of sans-font mathematics support
+packages.")
+ (license (list license:silofl1.1 ;for Arev Sans
+ license:lppl1.3a ;for TeX support files
+ license:gpl2)))) ;for ams-mdbch.sty
(define-public texlive-mathdesign
(package
- 273/418: gnu: texlive-unicode-data: Refresh package definition., (continued)
- 273/418: gnu: texlive-unicode-data: Refresh package definition., guix-commits, 2023/05/29
- 280/418: gnu: texlive-graphics: Refresh package definition., guix-commits, 2023/05/29
- 284/418: gnu: texlive-hyperref: Refresh package definition., guix-commits, 2023/05/29
- 293/418: gnu: texlive-endnotes: Refresh package definition., guix-commits, 2023/05/29
- 76/418: gnu: texlive-latex-fancybox -> texlive-fancybox., guix-commits, 2023/05/29
- 111/418: gnu: texlive-latex-ebproof -> texlive-ebproof., guix-commits, 2023/05/29
- 112/418: gnu: texlive-latex-bussproofs -> texlive-bussproofs., guix-commits, 2023/05/29
- 113/418: gnu: texlive-latex-textpos -> texlive-textpos., guix-commits, 2023/05/29
- 181/418: gnu: texlive-tcolorbox: Refresh package definition., guix-commits, 2023/05/29
- 187/418: gnu: texlive-mweights: Refresh package definition., guix-commits, 2023/05/29
- 192/418: gnu: texlive-arev: Refresh package definition.,
guix-commits <=
- 196/418: gnu: texlive-symbol: Refresh package definition., guix-commits, 2023/05/29
- 197/418: gnu: texlive-caption: Refresh package definition., guix-commits, 2023/05/29
- 199/418: gnu: texlive-microtype: Refresh package definition., guix-commits, 2023/05/29
- 202/418: gnu: texlive-biblatex-apa: Refresh package definition., guix-commits, 2023/05/29
- 205/418: gnu: texlive-csquotes: Refresh package definition., guix-commits, 2023/05/29
- 231/418: gnu: texlive-babel-french: Refresh package definition., guix-commits, 2023/05/29
- 227/418: gnu: texlive-pict2e: Refresh package definition., guix-commits, 2023/05/29
- 219/418: gnu: texlive-titlesec: Refresh package definition., guix-commits, 2023/05/29
- 218/418: gnu: texlive-marvosym: Refresh package definition., guix-commits, 2023/05/29
- 230/418: gnu: texlive-csplain: Refresh package definition., guix-commits, 2023/05/29