mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: Add texlive-rmathbr.
* gnu/packages/tex.scm (texlive-rmathbr): New variable.
This commit is contained in:
parent
608b8328c8
commit
8323550054
1 changed files with 24 additions and 0 deletions
|
@ -5884,6 +5884,30 @@ (define-public texlive-ribbonproofs
|
|||
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")
|
||||
|
|
Loading…
Reference in a new issue