mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-03 00:26:33 +01:00
gnu: Add texlive-subsupscripts.
* gnu/packages/tex.scm (texlive-subsupscripts): New variable.
This commit is contained in:
parent
8f90233f02
commit
9fc3539897
1 changed files with 19 additions and 0 deletions
|
@ -6479,6 +6479,25 @@ (define-public texlive-substances
|
||||||
created.")
|
created.")
|
||||||
(license license:lppl1.3+)))
|
(license license:lppl1.3+)))
|
||||||
|
|
||||||
|
(define-public texlive-subsupscripts
|
||||||
|
(package
|
||||||
|
(name "texlive-subsupscripts")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "doc/latex/subsupscripts/"
|
||||||
|
"tex/latex/subsupscripts/")
|
||||||
|
(base32
|
||||||
|
"1f9yn6ic1yn4nl2s8ngbrrl1xflb4g2j0iw77563j5n7prgy1wrf")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/subsupscripts")
|
||||||
|
(synopsis "Range of sub- and superscript commands")
|
||||||
|
(description
|
||||||
|
"The package provides a comprehensive and flexible set of commands for
|
||||||
|
combinations of left and right sub- and superscripts.")
|
||||||
|
(license license:lppl)))
|
||||||
|
|
||||||
(define-public texlive-bibtex8
|
(define-public texlive-bibtex8
|
||||||
(package
|
(package
|
||||||
(name "texlive-bibtex8")
|
(name "texlive-bibtex8")
|
||||||
|
|
Loading…
Reference in a new issue