diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-08-15 19:22:34 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-08-15 19:42:50 +0200 |
commit | 382089c895a0949fc6c75f5984a57f7c2cf3b61d (patch) | |
tree | d997c4797b72719ef18651dabe2e2c28c1392990 | |
parent | 71826b3033e93b0f356aff4531df45ab9aafe563 (diff) |
gnu: Add texlive-lshort-persian.
* gnu/packages/tex.scm (texlive-lshort-persian): New variable.
-rw-r--r-- | gnu/packages/tex.scm | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index d3eaa08d3a..f9c8c4b54e 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -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") |