[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
14/53: gnu: Add texlive-expex.
From: |
guix-commits |
Subject: |
14/53: gnu: Add texlive-expex. |
Date: |
Wed, 16 Aug 2023 14:27:04 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit d728b33b56064e04fa156b99bb0b8cd73b4dcc19
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Aug 16 19:32:09 2023 +0200
gnu: Add texlive-expex.
* gnu/packages/tex.scm (texlive-expex): 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 2af9434f86..b490275598 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -5821,6 +5821,25 @@ Japanese fonts under LuaTeX-ja. It also makes full use
of the priority
feature, meeting the standards, and allows easy customisation.")
(license license:expat)))
+(define-public texlive-expex
+ (package
+ (name "texlive-expex")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/expex/" "tex/generic/expex/")
+ (base32
+ "0is4cdpsqycaw8xzc6x1gkg4ldk8v6a1i52qmxw13q8k10qh6b95")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/expex")
+ (synopsis "Linguistic examples and glosses, with reference capabilities")
+ (description
+ "The package provides macros for typesetting linguistic examples and
+glosses, with a refined mechanism for referencing examples and parts of
+examples. The package can be used with LaTeX or with Plain TeX.")
+ (license license:lppl)))
+
(define-public texlive-expose-expl3-dunkerque-2019
(package
(name "texlive-expose-expl3-dunkerque-2019")
- branch master updated (b86813c8a8 -> 07dc3d0247), guix-commits, 2023/08/16
- 01/53: gnu: Add texlive-adtrees., guix-commits, 2023/08/16
- 02/53: gnu: Add texlive-bibleref., guix-commits, 2023/08/16
- 03/53: gnu: Add texlive-bibleref-lds., guix-commits, 2023/08/16
- 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 <=
- 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, 2023/08/16
- 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