From 8390002fdff62f50f2642354cef329d9f6ee2ad3 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Mon, 14 Aug 2023 15:07:24 +0200 Subject: [PATCH] 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")