mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: Add texlive-lshort-slovenian.
* gnu/packages/tex.scm (texlive-lshort-slovenian): New variable.
This commit is contained in:
parent
c1b9524682
commit
6c1805a7c1
1 changed files with 18 additions and 0 deletions
|
@ -5031,6 +5031,24 @@ (define-public texlive-lshort-slovak
|
|||
Short Introduction to LaTeX2e}.")
|
||||
(license license:lppl)))
|
||||
|
||||
(define-public texlive-lshort-slovenian
|
||||
(package
|
||||
(name "texlive-lshort-slovenian")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/lshort-slovenian/")
|
||||
(base32
|
||||
"0cwjg0z5vr4x93bz1khwl27rk8k7kpjm978iyzn6w7gx3wi87zr0")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/lshort-slovenian")
|
||||
(synopsis "Slovenian introduction to LaTeX")
|
||||
(description
|
||||
"This package provides a Slovenian translation of the @emph{(Not So)
|
||||
Short Introduction to LaTeX2e}.")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public texlive-lstbayes
|
||||
(package
|
||||
(name "texlive-lstbayes")
|
||||
|
|
Loading…
Reference in a new issue