gnu: Add texlive-lshort-slovak.
* gnu/packages/tex.scm (texlive-lshort-slovak): New variable.
parent
a99fa13e4f
commit
7015018cda
|
@ -4512,12 +4512,30 @@ Proof, and Logic} by Dave Barker-Plummer, Jon Barwise, and John Etchemendy.")
|
||||||
(outputs '("out" "doc"))
|
(outputs '("out" "doc"))
|
||||||
(build-system texlive-build-system)
|
(build-system texlive-build-system)
|
||||||
(home-page "https://ctan.org/pkg/lshort-czech")
|
(home-page "https://ctan.org/pkg/lshort-czech")
|
||||||
(synopsis "Czech translation of the @emph{Short Introduction to LaTeX2e}")
|
(synopsis "Czech translation to LaTeX")
|
||||||
(description
|
(description
|
||||||
"This is the Czech translation of a @emph{(Not So) Short Introduction to
|
"This is the Czech translation of a @emph{(Not So) Short Introduction to
|
||||||
LaTeX2e}.}")
|
LaTeX2e}.}")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
|
(define-public texlive-lshort-slovak
|
||||||
|
(package
|
||||||
|
(name "texlive-lshort-slovak")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "doc/latex/lshort-slovak/")
|
||||||
|
(base32
|
||||||
|
"0b5gn95i32dyn8r7v2cdcz759fllp3b0zwx17adjs282n06vfymq")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/lshort-slovak")
|
||||||
|
(synopsis "Slovak introduction to LaTeX")
|
||||||
|
(description
|
||||||
|
"This package provides a Slovak translation of Oetiker's @emph{(Not So)
|
||||||
|
Short Introduction to LaTeX2e}.")
|
||||||
|
(license license:lppl)))
|
||||||
|
|
||||||
(define-public texlive-lstbayes
|
(define-public texlive-lstbayes
|
||||||
(package
|
(package
|
||||||
(name "texlive-lstbayes")
|
(name "texlive-lstbayes")
|
||||||
|
|
Reference in New Issue