guix-commits
[Top][All Lists]
Advanced

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

162/243: gnu: Add texlive-fifinddo-info.


From: guix-commits
Subject: 162/243: gnu: Add texlive-fifinddo-info.
Date: Fri, 11 Aug 2023 08:46:07 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit ce021ed3d88d614b9ea0dd312e9e03bab5f5571a
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Aug 10 23:42:17 2023 +0200

    gnu: Add texlive-fifinddo-info.
    
    * gnu/packages/tex.scm (texlive-fifinddo-info): 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 d114c0f106..2f2842df0b 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -31456,6 +31456,26 @@ Arbeiten}, which are scientfic projects of students at 
a secondary school.")
 @code{etoolbox} documentation.")
     (license license:lppl)))
 
+(define-public texlive-fifinddo-info
+  (package
+    (name "texlive-fifinddo-info")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/fifinddo-info/"
+                   "source/latex/fifinddo-info/")
+             (base32
+              "0m95qyd5kbaa2x8rpjwr6f9c76ajg6l49igzw9yb0hcrwwg7cni6")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/fifinddo-info";)
+    (synopsis "German HTML beamer presentation on nicetext and morehype")
+    (description
+     "The bundle: exhibits the process of making an HTML beamer presentation
+with the @code{blogdot} package from the @code{morehype} bundle, and HTML
+generation based on the @code{fifinddo} package.")
+    (license license:lppl1.3+)))
+
 (define-public texlive-logreq
   (package
     (name "texlive-logreq")



reply via email to

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