guix-commits
[Top][All Lists]
Advanced

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

34/243: gnu: Add texlive-latex-course.


From: guix-commits
Subject: 34/243: gnu: Add texlive-latex-course.
Date: Fri, 11 Aug 2023 08:45:32 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit e65bd144c0f38ea83f88116e27a6a5280da1fceb
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Aug 4 12:15:10 2023 +0200

    gnu: Add texlive-latex-course.
    
    * gnu/packages/tex.scm (texlive-latex-course): 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 0e2338900b..23b8b084b5 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -18302,6 +18302,26 @@ as an interesting showcase of what LaTeX can do.  The 
flyer is designed for
 printing, double-sided, on A3 paper, which would then be folded once.")
     (license license:lppl)))
 
+(define-public texlive-latex-course
+  (package
+    (name "texlive-latex-course")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/latex-course/")
+             (base32
+              "0z6q95l2vvxrspc04ki9wnrzhz76nynb5ai6969pgw6ihl68384f")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/latex-course";)
+    (synopsis "LaTeX course as a projected presentation")
+    (description
+     "This package provides a brief Beamer-based slide presentation on LaTeX,
+based on Rupprecht's LaTeX 2.09 course, which the author has translated to
+English and taken to LaTeX2e and Beamer.  Additional material was taken from
+the @emph{Short Introduction to LaTeX}.")
+    (license license:gpl3+)))
+
 (define-public texlive-oberdiek
   (package
     (name "texlive-oberdiek")



reply via email to

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