ngz pushed a commit to branch master
in repository guix.
commit 8390002fdff62f50f2642354cef329d9f6ee2ad3
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Mon Aug 14 15:07:24 2023 +0200
gnu: Add texlive-lshort-mongol.
* gnu/packages/tex.scm (texlive-lshort-mongol): 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 a6601c7613..1754d6dafb 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -6353,6 +6353,24 @@ to LaTeX2e: LaTeX2e-Kurzbeschreibung}.")
to LaTeX2e.}")
(license license:gpl3+)))
+(define-public texlive-lshort-mongol
+ (package
+ (name "texlive-lshort-mongol")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/lshort-mongol/")
+ (base32
+ "153k4dzia30fpx847wli7i5p407a808gmj3p7jifq5bpx479qg1g")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/lshort-mongol")
+ (synopsis "Short introduction to LaTeX, in Mongolian")
+ (description
+ "This package provides a translation of Oetiker's @emph{(Not so) short
+introduction to LaTeX2e}.")
+ (license license:lppl)))
+
(define-public texlive-lshort-polish
(package
(name "texlive-lshort-polish")