guix-commits
[Top][All Lists]
Advanced

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

65/243: gnu: Add texlive-tex-refs.


From: guix-commits
Subject: 65/243: gnu: Add texlive-tex-refs.
Date: Fri, 11 Aug 2023 08:45:41 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 12123289d4a3643736142755302d27caeccb58f6
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Aug 4 12:27:21 2023 +0200

    gnu: Add texlive-tex-refs.
    
    * gnu/packages/tex.scm (texlive-tex-refs): 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 442fc758a7..4214309533 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -25490,6 +25490,25 @@ gives a summary of plain TeX macros.")
 the macro packages LaTeX and ConTeXt.")
     (license license:lppl1.3+)))
 
+(define-public texlive-tex-refs
+  (package
+    (name "texlive-tex-refs")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/generic/tex-refs/")
+             (base32
+              "1w7hcd3qsdhmb2siakjg2hm3h6kxa90ncsaif9spr4xkxs03ib6l")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/tex-references";)
+    (synopsis "References for TeX and Friends")
+    (description
+     "This is an ongoing project with the aim of providing a help file for
+LaTeX (and its friends like ConTeXt, MetaPost, Metafont, etc.) using
+DocBook/XML source format.")
+    (license license:fdl1.2+)))
+
 (define-public texlive-threeparttable
   (package
     (name "texlive-threeparttable")



reply via email to

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