me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-lshort-persian.

* gnu/packages/tex.scm (texlive-lshort-persian): New variable.
Nicolas Goaziou 2023-08-15 19:22:34 +02:00
parent 71826b3033
commit 382089c895
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 18 additions and 0 deletions

View File

@ -7316,6 +7316,24 @@ to LaTeX2e.}")
introduction to LaTeX2e}.")
(license license:lppl)))
(define-public texlive-lshort-persian
(package
(name "texlive-lshort-persian")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/lshort-persian/")
(base32
"0b1b45nh2d3d3zv735dymgyllj6m8i57icbihjkl1im0nghrzklk")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/lshort-persian")
(synopsis "Persian (Farsi) introduction to LaTeX")
(description
"This package provides a Persian (Farsi) translation of Oetiker's
@emph{(Not so) short introduction to LaTeX2e}.")
(license license:public-domain)))
(define-public texlive-lshort-polish
(package
(name "texlive-lshort-polish")