summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2023-03-31 17:03:26 +0200
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2023-04-18 15:18:57 +0200
commitdfee2c50f61eac653cb25b16cc791296519cc91e (patch)
tree3f3c2d6a8c25e62e7d31c45102e2e148fc0f5a6d /gnu
parent5af58d4ede74058fa387fa77c2edb0aa79974df1 (diff)
gnu: Add texlive-relsize.
* gnu/packages/tex.scm (texlive-relsize): New variable.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/tex.scm17
1 files changed, 17 insertions, 0 deletions
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index ff92ace4dc5..f5e1be16586 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -12132,6 +12132,23 @@ allow hyphenation (the corresponding commands in LaTeX, all of whose names are
12132lower-case, prevent hyphenation altogether).") 12132lower-case, prevent hyphenation altogether).")
12133 (license license:lppl1.3c))) 12133 (license license:lppl1.3c)))
12134 12134
12135(define-public texlive-relsize
12136 (package
12137 (inherit (simple-texlive-package
12138 "texlive-relsize"
12139 (list "doc/latex/relsize/"
12140 "tex/latex/relsize/")
12141 (base32
12142 "07g9wqxsh3a9rmfbppaqhyic82a1i1habizaf4hpdi3246w6nnby")
12143 #:trivial? #t))
12144 (home-page "https://ctan.org/pkg/relsize")
12145 (synopsis "Set the font size relative to the current font size")
12146 (description
12147 "The basic command of the package is @code{\\relsize}, whose argument is
12148a number of @code{\\magsteps} to change size; from this are defined commands
12149@code{\\larger}, @code{\\smaller}, @code{\\textlarger}, etc.")
12150 (license license:public-domain)))
12151
12135(define-public texlive-everysel 12152(define-public texlive-everysel
12136 (package 12153 (package
12137 (inherit 12154 (inherit