mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 03:29:40 -05:00
gnu: Add texlive-letterspacing.
* gnu/packages/tex.scm (texlive-letterspacing): New variable.
This commit is contained in:
parent
26741f5cfd
commit
3f6c9b70d5
1 changed files with 20 additions and 0 deletions
|
@ -3029,6 +3029,26 @@ (define-public texlive-lecturer
|
||||||
classic style to silly video game.")
|
classic style to silly video game.")
|
||||||
(license license:lppl)))
|
(license license:lppl)))
|
||||||
|
|
||||||
|
(define-public texlive-letterspacing
|
||||||
|
(package
|
||||||
|
(name "texlive-letterspacing")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "tex/generic/letterspacing/")
|
||||||
|
(base32
|
||||||
|
"0ry7rri76dgbrkzr6na2kkh7bn0jpwkhh9b5qw0cl5xwyp81rddg")))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/letterspacing")
|
||||||
|
(synopsis "Letter spacing")
|
||||||
|
(description
|
||||||
|
"This package helps spacing out the letters of text; the command is
|
||||||
|
@code{\\letterspace<\\hbox modifier>@{<text>@}}: the text is placed in an
|
||||||
|
@code{\\hbox} of the specified size, and space is inserted between each glyph
|
||||||
|
to make the text fit the box. Note that letterspacing is not ordinarily
|
||||||
|
considered acceptable in modern typesetting of English.")
|
||||||
|
(license license:knuth)))
|
||||||
|
|
||||||
(define-public texlive-tex
|
(define-public texlive-tex
|
||||||
(package
|
(package
|
||||||
(name "texlive-tex")
|
(name "texlive-tex")
|
||||||
|
|
Loading…
Reference in a new issue