mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05:00
gnu: Add texlive-shortmathj.
* gnu/packages/tex.scm (texlive-shortmathj): New variable.
This commit is contained in:
parent
f98fd73a4d
commit
8819b6adcb
1 changed files with 20 additions and 0 deletions
|
@ -27322,6 +27322,26 @@ (define-public texlive-sgame
|
|||
vertically centered within the boxes.")
|
||||
(license license:lppl)))
|
||||
|
||||
(define-public texlive-shortmathj
|
||||
(package
|
||||
(name "texlive-shortmathj")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/shortmathj/"
|
||||
"tex/latex/shortmathj/")
|
||||
(base32
|
||||
"0rkrskx2fay7h6naa995l46xjj8v3ffdd6kx6fq6fknr091yfp7q")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/shortmathj")
|
||||
(synopsis "Automatically shortify titles of mathematical journals")
|
||||
(description
|
||||
"This small dummy package just contains a simple list of full and short
|
||||
journal names as written in AMS standard:
|
||||
@url{https://mathscinet.ams.org/msnhtml/serials.pdf}.")
|
||||
(license license:lppl1.3c)))
|
||||
|
||||
(define-public texlive-showtags
|
||||
(package
|
||||
(name "texlive-showtags")
|
||||
|
|
Loading…
Reference in a new issue