[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
199/452: gnu: texlive-microtype: Refresh package definition.
From: |
guix-commits |
Subject: |
199/452: gnu: texlive-microtype: Refresh package definition. |
Date: |
Fri, 9 Jun 2023 13:43:22 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit acab6f6a85e1bdf2abf842854d54305264699310
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon May 15 19:39:39 2023 +0200
gnu: texlive-microtype: Refresh package definition.
* gnu/packages/tex.scm (texlive-microtype): Remove SIMPLE-TEXLIVE-PACKAGE
call.
[propagated-inputs]: Add TEXLIVE-GRAPHICS.
---
gnu/packages/tex.scm | 51 ++++++++++++++++++++++++++++-----------------------
1 file changed, 28 insertions(+), 23 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 0f5cb907da..760465b5fb 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -10898,29 +10898,34 @@ included in the @code{units} bundle.")
(license license:gpl3+))))
(define-public texlive-microtype
- (let ((template (simple-texlive-package
- "texlive-microtype"
- (list "/doc/latex/microtype/"
- "/tex/latex/microtype/")
- (base32
- "07861ixrjzxm0l24z82ivhaj4v6xm4ijbaabp66jxsf8s8h7dq9n")
- #:trivial? #t)))
- (package
- (inherit template)
- (home-page "http://www.ctan.org/pkg/microtype")
- (synopsis "Subliminal refinements towards typographical perfection")
- (description "@code{microtype} provides a LaTeX interface to the
-micro-typographic extensions that were introduced by pdfTeX and have
-since propagated to XeTeX and LuaTeX: most prominently character
-protrusion and font expansion, the adjustment of kerning and interword
-spacing, hyphenatable letterspacing and the possibility to disable all
-or selected ligatures. These features may be applied to customisable
-sets of fonts. All micro-typographic aspects of the fonts can be
-configured in a straight-forward and flexible way. Settings for
-various fonts are provided. An alternative package
-@code{letterspace}, which also works with plain TeX, is included in
-the bundle.")
- (license license:lppl1.3c))))
+ (package
+ (name "texlive-microtype")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/microtype/"
+ "source/latex/microtype/"
+ "tex/latex/microtype/")
+ (base32
+ "1r9w6za8g263n16pz0r5adrx5sazhfa78rdhjj9idnif12bgvpq2")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (propagated-inputs
+ (list texlive-graphics))
+ (home-page "https://ctan.org/pkg/microtype")
+ (synopsis "Subliminal refinements towards typographical perfection")
+ (description
+ "The package provides a LaTeX interface to the micro-typographic
+extensions that were introduced by pdfTeX and have since also propagated to
+XeTeX and LuaTeX: most prominently, character protrusion and font expansion,
+furthermore the adjustment of interword spacing and additional kerning, as
+well as hyphenatable letterspacing (tracking) and the possibility to disable
+all or selected ligatures. These features may be applied to customisable sets
+of fonts, and all micro-typographic aspects of the fonts can be configured in
+a straight-forward and flexible way. An alternative package
+@code{letterspace}, which also works with plain TeX, is included in the
+bundle.")
+ (license license:lppl1.3c)))
(define-public texlive-minitoc
(package
- 178/452: gnu: texlive-eurosym: Refresh package definition., (continued)
- 178/452: gnu: texlive-eurosym: Refresh package definition., guix-commits, 2023/06/09
- 180/452: gnu: Add texlive-listngsutf8., guix-commits, 2023/06/09
- 176/452: gnu: texlive-xifthen: Refresh package definition., guix-commits, 2023/06/09
- 190/452: gnu: texlive-bera: Refresh package definition., guix-commits, 2023/06/09
- 195/452: gnu: texlive-mathpazo: Refresh package definition., guix-commits, 2023/06/09
- 189/452: gnu: texlive-fourier: Refresh package definition., guix-commits, 2023/06/09
- 200/452: gnu: texlive-units: Refresh package definition., guix-commits, 2023/06/09
- 193/452: gnu: texlive-fpl: Refresh package definition., guix-commits, 2023/06/09
- 197/452: gnu: texlive-caption: Refresh package definition., guix-commits, 2023/06/09
- 186/452: gnu: texlive-cabin: Refresh package definition., guix-commits, 2023/06/09
- 199/452: gnu: texlive-microtype: Refresh package definition.,
guix-commits <=
- 191/452: gnu: texlive-mathdesign: Refresh package definition., guix-commits, 2023/06/09
- 198/452: gnu: texlive-minted: Refresh package definition., guix-commits, 2023/06/09
- 209/452: gnu: texlive-beamer: Refresh package definition., guix-commits, 2023/06/09
- 211/452: gnu: texlive-xypic: Refresh package definition., guix-commits, 2023/06/09
- 213/452: gnu: texlive-pgf: Refresh package definition., guix-commits, 2023/06/09
- 215/452: gnu: texlive-pdftex: Refresh package definition., guix-commits, 2023/06/09
- 221/452: gnu: texlive-libertine: Refresh package definition., guix-commits, 2023/06/09
- 223/452: gnu: texlive-paralist: Fix build., guix-commits, 2023/06/09
- 228/452: gnu: texlive-psnfss: Refresh package definition., guix-commits, 2023/06/09
- 229/452: gnu: texlive-babel-swedish: Refresh package definition., guix-commits, 2023/06/09