guix-commits
[Top][All Lists]
Advanced

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

19/37: gnu: Add texlive-generic-gettitlestring.


From: guix-commits
Subject: 19/37: gnu: Add texlive-generic-gettitlestring.
Date: Sat, 5 Jun 2021 18:16:58 -0400 (EDT)

mbakke pushed a commit to branch core-updates
in repository guix.

commit e30373f8ac458390a7ed5bfb12be84f6039dee1a
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sat May 22 17:55:08 2021 +0200

    gnu: Add texlive-generic-gettitlestring.
    
    * gnu/packages/tex.scm (texlive-generic-gettitlestring): New public 
variable.
---
 gnu/packages/tex.scm | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 3cc345e..3e40144 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -7360,6 +7360,23 @@ adding a prefix to e-TeX’s commands.  For example, 
ε-TeX’s
 @code{\\unexpanded} is provided as @code{\\etex@unexpanded}.")
     (license license:lppl1.3c+)))
 
+(define-public texlive-generic-gettitlestring
+  (package
+    (inherit (simple-texlive-package
+              "texlive-generic-gettitlestring"
+              '("/doc/latex/gettitlestring/"
+                "/tex/generic/gettitlestring/")
+              (base32
+               "1p4hg9mac03rzvj9dw0ws3zdh55fy1ns954f912algw9f2aq4xgp")
+              #:trivial? #t))
+    (home-page "https://www.ctan.org/pkg/gettitlestring";)
+    (synopsis "Clean up title references")
+    (description
+     "This package provides commands for cleaning up the title string
+(such as removing @code{\\label} commands) for packages that typeset such
+strings.")
+    (license license:lppl1.3c+)))
+
 (define-public texlive-generic-infwarerr
   (package
     (inherit (simple-texlive-package



reply via email to

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