gnu: Add texlive-relsize.
* gnu/packages/tex.scm (texlive-relsize): New variable.
This commit is contained in:
parent
0c50d0bda1
commit
0c7e7e42e6
1 changed files with 17 additions and 0 deletions
|
@ -12799,6 +12799,23 @@ allow hyphenation (the corresponding commands in LaTeX, all of whose names are
|
||||||
lower-case, prevent hyphenation altogether).")
|
lower-case, prevent hyphenation altogether).")
|
||||||
(license license:lppl1.3c)))
|
(license license:lppl1.3c)))
|
||||||
|
|
||||||
|
(define-public texlive-relsize
|
||||||
|
(package
|
||||||
|
(inherit (simple-texlive-package
|
||||||
|
"texlive-relsize"
|
||||||
|
(list "doc/latex/relsize/"
|
||||||
|
"tex/latex/relsize/")
|
||||||
|
(base32
|
||||||
|
"07g9wqxsh3a9rmfbppaqhyic82a1i1habizaf4hpdi3246w6nnby")
|
||||||
|
#:trivial? #t))
|
||||||
|
(home-page "https://ctan.org/pkg/relsize")
|
||||||
|
(synopsis "Set the font size relative to the current font size")
|
||||||
|
(description
|
||||||
|
"The basic command of the package is @code{\\relsize}, whose argument is
|
||||||
|
a number of @code{\\magsteps} to change size; from this are defined commands
|
||||||
|
@code{\\larger}, @code{\\smaller}, @code{\\textlarger}, etc.")
|
||||||
|
(license license:public-domain)))
|
||||||
|
|
||||||
(define-public texlive-everysel
|
(define-public texlive-everysel
|
||||||
(package
|
(package
|
||||||
(inherit
|
(inherit
|
||||||
|
|
Reference in a new issue