guix-commits
[Top][All Lists]
Advanced

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

44/243: gnu: Add texlive-latexcourse-rug.


From: guix-commits
Subject: 44/243: gnu: Add texlive-latexcourse-rug.
Date: Fri, 11 Aug 2023 08:45:35 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 17ea30f9123940fe62e9399d802670eaf39fc7c8
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Aug 4 12:19:51 2023 +0200

    gnu: Add texlive-latexcourse-rug.
    
    * gnu/packages/tex.scm (texlive-latexcourse-rug): 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 410dafa82f..83e7439938 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -18493,6 +18493,25 @@ papers.  Unlike many other such sheets, this sheet 
does not focus on
 typesetting mathematics, though it does list some symbols.")
     (license license:lppl)))
 
+(define-public texlive-latexcourse-rug
+  (package
+    (name "texlive-latexcourse-rug")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/latexcourse-rug/")
+             (base32
+              "027siznmshk60flxgra7dgzvwbmgwvckwb6r257b91x3rm77anv5")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/latexcourse-rug";)
+    (synopsis "LaTeX course book")
+    (description
+     "The package provides the book and practice files for a LaTeX course that
+the author has give several times at the Rijksuniversiteit
+Groningen (Netherlands).")
+    (license license:fdl1.1+)))
+
 (define-public texlive-oberdiek
   (package
     (name "texlive-oberdiek")



reply via email to

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