me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-lshort-slovak.

* gnu/packages/tex.scm (texlive-lshort-slovak): New variable.
Nicolas Goaziou 2023-08-04 11:56:03 +02:00
parent a99fa13e4f
commit 7015018cda
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 19 additions and 1 deletions

View File

@ -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")