guix-commits
[Top][All Lists]
Advanced

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

17/33: gnu: Add texlive-lshort-bulgarian.


From: guix-commits
Subject: 17/33: gnu: Add texlive-lshort-bulgarian.
Date: Mon, 14 Aug 2023 09:22:12 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit a179c3fb2ca65f40591cf81bbb64e46aab3ba327
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Aug 14 15:06:49 2023 +0200

    gnu: Add texlive-lshort-bulgarian.
    
    * gnu/packages/tex.scm (texlive-lshort-bulgarian): New variable.
---
 gnu/packages/tex.scm | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index a799d61f5b..a6601c7613 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -6186,6 +6186,25 @@ from use of the package are in the format used in the 
textbook @emph{Language,
 Proof, and Logic} by Dave Barker-Plummer, Jon Barwise, and John Etchemendy.")
     (license license:lppl1.3+)))
 
+(define-public texlive-lshort-bulgarian
+  (package
+    (name "texlive-lshort-bulgarian")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/lshort-bulgarian/")
+             (base32
+              "0qg23asq2i5mqhp9xblv5hm3qxmd5886d5x0gq1fkdbyy9gsawi3")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/lshort-bulgarian";)
+    (synopsis
+     "Bulgarian translation of the @emph{Short Introduction to LaTeX2e}")
+    (description
+     "This package includes the source files, PostScript and PDF files of the
+Bulgarian translation of the @emph{Short Introduction to LaTeX2e}.")
+    (license license:public-domain)))
+
 (define-public texlive-lshort-czech
   (package
     (name "texlive-lshort-czech")



reply via email to

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