gnu: Add texlive-subtext.
* gnu/packages/tex.scm (texlive-subtext): New variable.
This commit is contained in:
parent
9fc3539897
commit
c8228817fc
1 changed files with 19 additions and 0 deletions
|
@ -6498,6 +6498,25 @@ (define-public texlive-subsupscripts
|
|||
combinations of left and right sub- and superscripts.")
|
||||
(license license:lppl)))
|
||||
|
||||
(define-public texlive-subtext
|
||||
(package
|
||||
(name "texlive-subtext")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/subtext/" "tex/latex/subtext/")
|
||||
(base32
|
||||
"0wpb4087acwsgnsc1zw6ivqaqgdsq90zm63bgmrk77ban54qsqv0")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/subtext")
|
||||
(synopsis "Easy text-style subscripts in math mode")
|
||||
(description
|
||||
"This LaTeX package gives easy access to text-style subscripts in math
|
||||
mode by providing an optional argument to @samp{_}. This is implemented by
|
||||
using the @code{\\text@{@}} command from the @code{amstext} package.")
|
||||
(license license:gpl3)))
|
||||
|
||||
(define-public texlive-bibtex8
|
||||
(package
|
||||
(name "texlive-bibtex8")
|
||||
|
|
Loading…
Reference in a new issue