guix-commits
[Top][All Lists]
Advanced

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

45/243: gnu: Add texlive-latexfileinfo-pkgs.


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

ngz pushed a commit to branch master
in repository guix.

commit 40b8561f5b86a6974efc322d952059b7da453fa7
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Aug 4 12:20:02 2023 +0200

    gnu: Add texlive-latexfileinfo-pkgs.
    
    * gnu/packages/tex.scm (texlive-latexfileinfo-pkgs): New variable.
---
 gnu/packages/tex.scm | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 83e7439938..a445f88627 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -18512,6 +18512,29 @@ the author has give several times at the 
Rijksuniversiteit
 Groningen (Netherlands).")
     (license license:fdl1.1+)))
 
+(define-public texlive-latexfileinfo-pkgs
+  (package
+    (name "texlive-latexfileinfo-pkgs")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/latexfileinfo-pkgs/"
+                   "source/latex/latexfileinfo-pkgs/"
+                   "tex/latex/latexfileinfo-pkgs/")
+             (base32
+              "08afjj6im3bdxv3j0z6kg8yw0pyjl5164fqn0sx084zbdfwdfrqn")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/latexfileinfo-pkgs";)
+    (synopsis "Comparison of packages showing LaTeX file information")
+    (description
+     "The package provides an HTML file that lists and compares CTAN packages
+that display LaTeX source file information from @code{\\ProvidesClass},
+@code{\\ProvidesFile}, and @code{\\ProvidesPackage} commands in the LaTeX
+file.  Five packages of the author's, and several other packages are
+discussed; revision control systems are mentioned briefly.")
+    (license license:lppl1.3+)))
+
 (define-public texlive-oberdiek
   (package
     (name "texlive-oberdiek")



reply via email to

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