guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

112/243: gnu: Add texlive-lshort-turkish.


From: guix-commits
Subject: 112/243: gnu: Add texlive-lshort-turkish.
Date: Fri, 11 Aug 2023 08:45:53 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit ac70d4497088b6ea860a047dd5a2c663e0abdabc
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Aug 4 18:10:12 2023 +0200

    gnu: Add texlive-lshort-turkish.
    
    * gnu/packages/tex.scm (texlive-lshort-turkish): 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 ffb40ef889..1c41cb623f 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -5049,6 +5049,24 @@ Short Introduction to LaTeX2e}.")
 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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]