guix-commits
[Top][All Lists]
Advanced

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

04/53: gnu: Add texlive-bibleref-mouth.


From: guix-commits
Subject: 04/53: gnu: Add texlive-bibleref-mouth.
Date: Wed, 16 Aug 2023 14:27:01 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 4194e46ed3b6d87ff33a9214147594bf8ae42027
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Aug 16 19:25:51 2023 +0200

    gnu: Add texlive-bibleref-mouth.
    
    * gnu/packages/tex.scm (texlive-bibleref-mouth): 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 2d486e4303..b3b563b99a 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -2981,6 +2981,29 @@ references to the scriptures of The Church of Jesus 
Christ of Latter-day
 Saints (LDS).")
     (license license:lppl1.3+)))
 
+(define-public texlive-bibleref-mouth
+  (package
+    (name "texlive-bibleref-mouth")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/bibleref-mouth/"
+                   "source/latex/bibleref-mouth/"
+                   "tex/latex/bibleref-mouth/")
+             (base32
+              "0dakbx8rnjs9yjnn1xal9y0bmh165lqhbjj3bns974vkyb7nla4m")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/bibleref-mouth";)
+    (synopsis "Consistent formatting of @emph{Bible} references")
+    (description
+     "The package allows @emph{Bible} references to be formatted in
+a consistent way.  It is similar to the @code{bibleref} package, except that
+the formatting macros are all purely expandable --- that is, they are all
+implemented in TeX's mouth.  This means that they can be used in any
+expandable context, such as an argument to a @code{\\url} command.")
+    (license license:lppl1.3+)))
+
 (define-public texlive-bidihl
   (package
     (name "texlive-bidihl")



reply via email to

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