ngz pushed a commit to branch master
in repository guix.
commit ec53d4be2e7e9aeedd8b3cea9c795afd4670407f
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Sun Jul 30 15:48:30 2023 +0200
gnu: Add texlive-conteq.
* gnu/packages/tex.scm (texlive-conteq): New variable.
---
gnu/packages/tex.scm | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 59371617cb..0d2af1386a 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -2738,6 +2738,26 @@ the fonts are available in the @code{ecc} bundle, and
Adobe Type 1 versions of
the @code{ecc} fonts are part of the @code{cm-super} bundle.")
(license license:knuth)))
+(define-public texlive-conteq
+ (package
+ (name "texlive-conteq")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/conteq/" "source/latex/conteq/"
+ "tex/latex/conteq/")
+ (base32
+ "14lj914i1h29pvg7knfn3ym9nsq6qxngbmkks4hircj0082m86pz")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/conteq")
+ (synopsis "Typeset multiline continued equalities")
+ (description
+ "The package provides an environment @code{conteq}, which will lay out
+systems of continued equalities (or inequalities). Several variant layouts of
+the equalities are provided, and the user may define their own.")
+ (license license:lppl1.3+)))
+
(define-public texlive-crossrefenum
(package
(name "texlive-crossrefenum")