[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
14/25: gnu: Add texlive-lshort-persian.
From: |
guix-commits |
Subject: |
14/25: gnu: Add texlive-lshort-persian. |
Date: |
Tue, 15 Aug 2023 13:44:26 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 382089c895a0949fc6c75f5984a57f7c2cf3b61d
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 15 19:22:34 2023 +0200
gnu: Add texlive-lshort-persian.
* gnu/packages/tex.scm (texlive-lshort-persian): New variable.
---
gnu/packages/tex.scm | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
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")
- 02/25: gnu: Add texlive-alpha-persian., (continued)
- 02/25: gnu: Add texlive-alpha-persian., guix-commits, 2023/08/15
- 03/25: gnu: Add texlive-arabi., guix-commits, 2023/08/15
- 04/25: gnu: Add texlive-arabi-add., guix-commits, 2023/08/15
- 01/25: gnu: Add texlive-alkalami., guix-commits, 2023/08/15
- 07/25: gnu: Add texlive-arabtex., guix-commits, 2023/08/15
- 12/25: gnu: Add texlive-imsproc., guix-commits, 2023/08/15
- 16/25: gnu: Add texlive-persian-bib., guix-commits, 2023/08/15
- 25/25: gnu: Add texlive-collection-langarabic., guix-commits, 2023/08/15
- 05/25: gnu: Add texlive-arabic-book., guix-commits, 2023/08/15
- 08/25: gnu: Add texlive-bidihl., guix-commits, 2023/08/15
- 14/25: gnu: Add texlive-lshort-persian.,
guix-commits <=
- 11/25: gnu: Add texlive-hvarabic., guix-commits, 2023/08/15
- 17/25: gnu: Add texlive-quran., guix-commits, 2023/08/15
- 15/25: gnu: Add texlive-na-box., guix-commits, 2023/08/15
- 21/25: gnu: Add texlive-tram., guix-commits, 2023/08/15
- 06/25: gnu: Add texlive-arabluatex., guix-commits, 2023/08/15
- 09/25: gnu: Add texlive-dad., guix-commits, 2023/08/15
- 10/25: gnu: Add texlive-ghab., guix-commits, 2023/08/15
- 18/25: gnu: Add texlive-sexam., guix-commits, 2023/08/15
- 13/25: gnu: Add texlive-kurdishlipsum., guix-commits, 2023/08/15
- 24/25: gnu: Add texlive-xindy-persian., guix-commits, 2023/08/15