mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-26 04:06:49 +01:00
gnu: texlive-microtype: Refresh package definition.
* gnu/packages/tex.scm (texlive-microtype): Remove SIMPLE-TEXLIVE-PACKAGE call. [propagated-inputs]: Add TEXLIVE-GRAPHICS.
This commit is contained in:
parent
a06ebba816
commit
fd198a23f3
1 changed files with 28 additions and 23 deletions
|
@ -10898,29 +10898,34 @@ (define-public texlive-units
|
||||||
(license license:gpl3+))))
|
(license license:gpl3+))))
|
||||||
|
|
||||||
(define-public texlive-microtype
|
(define-public texlive-microtype
|
||||||
(let ((template (simple-texlive-package
|
(package
|
||||||
"texlive-microtype"
|
(name "texlive-microtype")
|
||||||
(list "/doc/latex/microtype/"
|
(version (number->string %texlive-revision))
|
||||||
"/tex/latex/microtype/")
|
(source (texlive-origin
|
||||||
(base32
|
name version
|
||||||
"07861ixrjzxm0l24z82ivhaj4v6xm4ijbaabp66jxsf8s8h7dq9n")
|
(list "doc/latex/microtype/"
|
||||||
#:trivial? #t)))
|
"source/latex/microtype/"
|
||||||
(package
|
"tex/latex/microtype/")
|
||||||
(inherit template)
|
(base32
|
||||||
(home-page "http://www.ctan.org/pkg/microtype")
|
"1r9w6za8g263n16pz0r5adrx5sazhfa78rdhjj9idnif12bgvpq2")))
|
||||||
(synopsis "Subliminal refinements towards typographical perfection")
|
(outputs '("out" "doc"))
|
||||||
(description "@code{microtype} provides a LaTeX interface to the
|
(build-system texlive-build-system)
|
||||||
micro-typographic extensions that were introduced by pdfTeX and have
|
(propagated-inputs
|
||||||
since propagated to XeTeX and LuaTeX: most prominently character
|
(list texlive-graphics))
|
||||||
protrusion and font expansion, the adjustment of kerning and interword
|
(home-page "https://ctan.org/pkg/microtype")
|
||||||
spacing, hyphenatable letterspacing and the possibility to disable all
|
(synopsis "Subliminal refinements towards typographical perfection")
|
||||||
or selected ligatures. These features may be applied to customisable
|
(description
|
||||||
sets of fonts. All micro-typographic aspects of the fonts can be
|
"The package provides a LaTeX interface to the micro-typographic
|
||||||
configured in a straight-forward and flexible way. Settings for
|
extensions that were introduced by pdfTeX and have since also propagated to
|
||||||
various fonts are provided. An alternative package
|
XeTeX and LuaTeX: most prominently, character protrusion and font expansion,
|
||||||
@code{letterspace}, which also works with plain TeX, is included in
|
furthermore the adjustment of interword spacing and additional kerning, as
|
||||||
the bundle.")
|
well as hyphenatable letterspacing (tracking) and the possibility to disable
|
||||||
(license license:lppl1.3c))))
|
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
|
(define-public texlive-minitoc
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Reference in a new issue