[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
189/245: gnu: Add texlive-rmathbr.
From: |
guix-commits |
Subject: |
189/245: gnu: Add texlive-rmathbr. |
Date: |
Sun, 30 Jul 2023 13:47:03 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 8323550054ccfc89242fbab156d18c9c2d55315c
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jul 30 16:44:59 2023 +0200
gnu: Add texlive-rmathbr.
* gnu/packages/tex.scm (texlive-rmathbr): New variable.
---
gnu/packages/tex.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 165170c53e..a8523ef170 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -5884,6 +5884,30 @@ proof system for the propositional fragment of the logic
of bunched
implications.")
(license license:lppl1.3+)))
+(define-public texlive-rmathbr
+ (package
+ (name "texlive-rmathbr")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/rmathbr/" "source/latex/rmathbr/"
+ "tex/latex/rmathbr/")
+ (base32
+ "1rgkl8fmq00w7yn445sfq3w2xf39d3waiphivvm6hx49nd6vacv0")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/rmathbr")
+ (synopsis
+ "Repeating of math operator at the broken line and the new line in inline
equations")
+ (description
+ "Repeating of math operators at the broken line and the new line in
+inline equations is used in Cyrillic mathematical typography (Russian for
+example), but unfortunately LaTeX does not provide such an option. This
+package solves the problem by extending ideas described in M. I. Grinchuk
+@emph{TeX and Russian Traditions of Typesetting}, and supports most of LaTeX
+mathematical packages.")
+ (license license:lppl1.3+)))
+
(define-public texlive-bibtex8
(package
(name "texlive-bibtex8")
- 225/245: gnu: Add texlive-tensind., (continued)
- 225/245: gnu: Add texlive-tensind., guix-commits, 2023/07/30
- 197/245: gnu: Add texlive-shuffle., guix-commits, 2023/07/30
- 230/245: gnu: Add texlive-thermodynamics., guix-commits, 2023/07/30
- 185/245: gnu: Add texlive-resolsysteme., guix-commits, 2023/07/30
- 194/245: gnu: Add texlive-scratchx., guix-commits, 2023/07/30
- 207/245: gnu: Add texlive-stanli., guix-commits, 2023/07/30
- 198/245: gnu: Add texlive-simplebnf., guix-commits, 2023/07/30
- 193/245: gnu: Add texlive-sclang-prettifier., guix-commits, 2023/07/30
- 188/245: gnu: Add texlive-ribbonproofs., guix-commits, 2023/07/30
- 206/245: gnu: Add texlive-spbmark., guix-commits, 2023/07/30
- 189/245: gnu: Add texlive-rmathbr.,
guix-commits <=
- 217/245: gnu: Add texlive-subsupscripts., guix-commits, 2023/07/30
- 205/245: gnu: Add texlive-spalign., guix-commits, 2023/07/30
- 119/245: gnu: Add texlive-letterswitharrows., guix-commits, 2023/07/30
- 122/245: gnu: Add texlive-longdivision., guix-commits, 2023/07/30
- 113/245: gnu: Add texlive-jkmath., guix-commits, 2023/07/30
- 118/245: gnu: Add texlive-kvmap., guix-commits, 2023/07/30
- 115/245: gnu: Add texlive-karnaugh., guix-commits, 2023/07/30
- 103/245: gnu: Add texlive-hep-reference., guix-commits, 2023/07/30
- 123/245: gnu: Add texlive-lpform., guix-commits, 2023/07/30
- 130/245: gnu: Add texlive-mathpartir., guix-commits, 2023/07/30