[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")
- 06/53: gnu: Add texlive-covington., (continued)
- 06/53: gnu: Add texlive-covington., guix-commits, 2023/08/16
- 05/53: gnu: Add texlive-bibleref-parse., guix-commits, 2023/08/16
- 12/53: gnu: Add texlive-eledform., guix-commits, 2023/08/16
- 14/53: gnu: Add texlive-expex., guix-commits, 2023/08/16
- 11/53: gnu: Add texlive-edfnotes., guix-commits, 2023/08/16
- 07/53: gnu: Add texlive-diadia., guix-commits, 2023/08/16
- 13/53: gnu: Add texlive-eledmac., guix-commits, 2023/08/16
- 09/53: gnu: Add texlive-dvgloss., guix-commits, 2023/08/16
- 16/53: gnu: Add texlive-gmverse., guix-commits, 2023/08/16
- 17/53: gnu: Add texlive-jura., guix-commits, 2023/08/16
- 04/53: gnu: Add texlive-bibleref-mouth.,
guix-commits <=
- 10/53: gnu: Add texlive-ecltree., guix-commits, 2023/08/16
- 08/53: gnu: Add texlive-dramatist., guix-commits, 2023/08/16
- 18/53: gnu: Add texlive-juraabbrev., guix-commits, 2023/08/16
- 22/53: gnu: Add texlive-ledmac., guix-commits, 2023/08/16
- 15/53: gnu: Add texlive-gb4e., guix-commits, 2023/08/16
- 20/53: gnu: Add texlive-jurarsp., guix-commits, 2023/08/16
- 24/53: gnu: Add texlive-lexref., guix-commits, 2023/08/16
- 25/53: gnu: Add texlive-ling-macros., guix-commits, 2023/08/16
- 26/53: gnu: Add texlive-linguex., guix-commits, 2023/08/16
- 29/53: gnu: Add texlive-nnext., guix-commits, 2023/08/16