[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
199/418: gnu: texlive-microtype: Refresh package definition.
From: |
guix-commits |
Subject: |
199/418: gnu: texlive-microtype: Refresh package definition. |
Date: |
Mon, 29 May 2023 17:39:15 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit ee2e178ab38fab5878eeef1cb4690fa13a918a8a
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 a8001fc5b3..c9593eab7b 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -10906,29 +10906,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
- 293/418: gnu: texlive-endnotes: Refresh package definition., (continued)
- 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, 2023/05/29
- 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 <=
- 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
- 234/418: gnu: texlive-bigfoot: Refresh package definition., guix-commits, 2023/05/29
- 258/418: gnu: texlive-bigintcalc: Refresh package definition., guix-commits, 2023/05/29
- 259/418: gnu: texlive-bitset: Refresh package definition., guix-commits, 2023/05/29