guix-commits
[Top][All Lists]
Advanced

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

171/243: gnu: Add texlive-lshort-german.


From: guix-commits
Subject: 171/243: gnu: Add texlive-lshort-german.
Date: Fri, 11 Aug 2023 08:46:11 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit abe5e21d089a1bce3fba699a4c7fe7fa77514e14
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Aug 10 23:59:07 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index e9d493da7b..5e175ff4d1 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -5588,6 +5588,26 @@ LaTeX2e}, with added coverage of Finnish typesetting 
rules.")
 introduction to LaTeX2e}.")
     (license license:gpl3+)))
 
+(define-public texlive-lshort-german
+  (package
+    (name "texlive-lshort-german")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/lshort-german/")
+             (base32
+              "073v7zvk8xri0f05mr0ad770p81akl9b9cnia1q4hcma9fk89k10")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/lshort-german";)
+    (synopsis
+     "German version of @emph{A Short Introduction to LaTeX2e:
+LaTeX2e-Kurzbeschreibung}")
+    (description
+     "This package provides the German version of @emph{A Short Introduction
+to LaTeX2e: LaTeX2e-Kurzbeschreibung}.")
+    (license license:opl1.0+)))
+
 (define-public texlive-lshort-slovak
   (package
     (name "texlive-lshort-slovak")



reply via email to

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