gnu: Add texlive-lshort-turkish.

* gnu/packages/tex.scm (texlive-lshort-turkish): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-04 18:10:12 +02:00
parent 6c1805a7c1
commit ac70d44970
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -5049,6 +5049,24 @@ (define-public texlive-lshort-slovenian
Short Introduction to LaTeX2e}.")
(license license:gpl3+)))
(define-public texlive-lshort-turkish
(package
(name "texlive-lshort-turkish")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/lshort-turkish/")
(base32
"00r6pv4z4933jw072djdasd2wp5j05wghln62ga4g6y6jblf6zks")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/lshort-turkish")
(synopsis "Turkish introduction to LaTeX")
(description
"This package provides a Turkish translation of Oetiker's @emph{(Not so)
short introduction to LaTeX2e}.")
(license license:public-domain)))
(define-public texlive-lstbayes
(package
(name "texlive-lstbayes")