mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-09 12:49:45 -05:00
gnu: Add texlive-modulus.
* gnu/packages/tex.scm (texlive-modulus): New variable.
This commit is contained in:
parent
a3d88bfc75
commit
7cba4caa1e
1 changed files with 23 additions and 0 deletions
|
@ -3122,6 +3122,29 @@ (define-public texlive-midnight
|
||||||
;; when modified.
|
;; when modified.
|
||||||
(license (license:fsf-free "file://tex/generic/midnight/border.tex"))))
|
(license (license:fsf-free "file://tex/generic/midnight/border.tex"))))
|
||||||
|
|
||||||
|
(define-public texlive-modulus
|
||||||
|
(package
|
||||||
|
(name "texlive-modulus")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "doc/generic/modulus/"
|
||||||
|
"source/generic/modulus/"
|
||||||
|
"tex/generic/modulus/")
|
||||||
|
(base32
|
||||||
|
"07sa8bnbgclfz4p3sb00cl1b3i51nvhhlmb4p6hcyaca1n1xsn8d")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/modulus")
|
||||||
|
(synopsis "Non-destructive modulus and integer quotient operator for TeX")
|
||||||
|
(description
|
||||||
|
"The package provides an easy way to take the remainder of a division
|
||||||
|
operation without destroying the values of the counters containing the
|
||||||
|
dividend and divisor. It also provides a way to take the integer quotient of
|
||||||
|
a division operation without destroying the values of the counters containing
|
||||||
|
the dividend and divisor.")
|
||||||
|
(license license:lppl1.3c)))
|
||||||
|
|
||||||
(define-public texlive-tex
|
(define-public texlive-tex
|
||||||
(package
|
(package
|
||||||
(name "texlive-tex")
|
(name "texlive-tex")
|
||||||
|
|
Loading…
Reference in a new issue