gnu: Add texlive-spbmark.
* gnu/packages/tex.scm (texlive-spbmark): New variable.
This commit is contained in:
parent
235bfcd729
commit
5ab8d54fbc
1 changed files with 20 additions and 0 deletions
|
@ -6246,6 +6246,26 @@ (define-public texlive-spalign
|
||||||
teachers) should find this package to be a real time saver.")
|
teachers) should find this package to be a real time saver.")
|
||||||
(license license:lppl1.3+)))
|
(license license:lppl1.3+)))
|
||||||
|
|
||||||
|
(define-public texlive-spbmark
|
||||||
|
(package
|
||||||
|
(name "texlive-spbmark")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "doc/latex/spbmark/" "tex/latex/spbmark/")
|
||||||
|
(base32
|
||||||
|
"127z28ak94474jif94z0cgrm9ixjfa8lr9cx4i8ar8wksycadnms")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/spbmark")
|
||||||
|
(synopsis "Customize superscripts and subscripts")
|
||||||
|
(description
|
||||||
|
"This package provides three commands @code{\\super}, @code{\\sub} and
|
||||||
|
@code{\\supersub} to improve the layout of superscripts and subscripts which
|
||||||
|
can be adjusted with respect to relative position and format, and can be used
|
||||||
|
in text and math mode.")
|
||||||
|
(license license:cc-by4.0)))
|
||||||
|
|
||||||
(define-public texlive-bibtex8
|
(define-public texlive-bibtex8
|
||||||
(package
|
(package
|
||||||
(name "texlive-bibtex8")
|
(name "texlive-bibtex8")
|
||||||
|
|
Loading…
Reference in a new issue