[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
143/245: gnu: Add texlive-mhequ.
From: |
guix-commits |
Subject: |
143/245: gnu: Add texlive-mhequ. |
Date: |
Sun, 30 Jul 2023 13:46:53 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 83ec59f001934493aa88dac904e9c7d2b261e27d
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jul 30 16:33:02 2023 +0200
gnu: Add texlive-mhequ.
* gnu/packages/tex.scm (texlive-mhequ): 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 0bb2158ec0..3cbecd269a 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -4877,6 +4877,29 @@ label chemicals. The @code{rsphrase} package provides
commands for the
official Risk and Safety (R and S) Phrases that are used to label chemicals.")
(license license:lppl1.3c)))
+(define-public texlive-mhequ
+ (package
+ (name "texlive-mhequ")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/mhequ/" "tex/latex/mhequ/")
+ (base32
+ "08k45mklj8ag5z3rmn9c15f6pgixz6pxlip4wp07q4l6xdzkk8fq")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/mhequ")
+ (synopsis "Multicolumn equations, tags, labels, sub-numbering")
+ (description
+ "The @code{mhequ} style file simplifies creating multi-column equation
+environments and tagging equations therein. It supports sub-numbering of
+blocks of equations, such as @samp{(1.2a)} and @samp{(1.2b)}, references to
+each equation individually @samp{(1.2a)} or to the whole block @samp{(1.2)}.
+The labels can be shown in draft mode. The default behaviour is to show an
+equation number if and only if the equation actually has a label, which
+reduces visual clutter.")
+ (license license:public-domain)))
+
(define-public texlive-bibtex8
(package
(name "texlive-bibtex8")
- 127/245: gnu: Add texlive-mathcomp., (continued)
- 127/245: gnu: Add texlive-mathcomp., guix-commits, 2023/07/30
- 125/245: gnu: Add texlive-lstbayes., guix-commits, 2023/07/30
- 128/245: gnu: Add texlive-mathfixs., guix-commits, 2023/07/30
- 124/245: gnu: Add texlive-lplfitch., guix-commits, 2023/07/30
- 132/245: gnu: Add texlive-mathsemantics., guix-commits, 2023/07/30
- 137/245: gnu: Add texlive-membranecomputing., guix-commits, 2023/07/30
- 136/245: gnu: Add texlive-mecaso., guix-commits, 2023/07/30
- 135/245: gnu: Add texlive-mattens., guix-commits, 2023/07/30
- 139/245: gnu: Add texlive-messagepassing., guix-commits, 2023/07/30
- 133/245: gnu: Add texlive-matlab-prettifier., guix-commits, 2023/07/30
- 143/245: gnu: Add texlive-mhequ.,
guix-commits <=
- 159/245: gnu: Add texlive-objectz., guix-commits, 2023/07/30
- 145/245: gnu: Add texlive-mismath., guix-commits, 2023/07/30
- 146/245: gnu: Add texlive-multiobjective., guix-commits, 2023/07/30
- 150/245: gnu: Add texlive-natded., guix-commits, 2023/07/30
- 160/245: gnu: Add texlive-oplotsymbl., guix-commits, 2023/07/30
- 173/245: gnu: Add texlive-prftree., guix-commits, 2023/07/30
- 176/245: gnu: Add texlive-proof-at-the-end., guix-commits, 2023/07/30
- 161/245: gnu: Add texlive-ot-tableau., guix-commits, 2023/07/30
- 178/245: gnu: Add texlive-pseudo., guix-commits, 2023/07/30
- 162/245: gnu: Add texlive-oubraces., guix-commits, 2023/07/30