mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-21 02:03:29 -05:00
gnu: Add texlive-longdivision.
* gnu/packages/tex.scm (texlive-longdivision): New variable.
This commit is contained in:
parent
fd64f7d6d5
commit
235a3e6221
1 changed files with 27 additions and 0 deletions
|
@ -4381,6 +4381,33 @@ (define-public texlive-logicproof
|
||||||
@emph{Logic in Computer Science} by Huth and Ryan.")
|
@emph{Logic in Computer Science} by Huth and Ryan.")
|
||||||
(license license:lppl1.3+)))
|
(license license:lppl1.3+)))
|
||||||
|
|
||||||
|
(define-public texlive-longdivision
|
||||||
|
(package
|
||||||
|
(name "texlive-longdivision")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "doc/latex/longdivision/"
|
||||||
|
"tex/latex/longdivision/")
|
||||||
|
(base32
|
||||||
|
"110jy01n8n8gmanvfv4sngmrgh2hrgkd1h37g3rdbwgq7s5iffaw")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/longdivision")
|
||||||
|
(synopsis "Typesets long division")
|
||||||
|
(description
|
||||||
|
"This package executes the long division algorithm and typesets the solutions.
|
||||||
|
The dividend must be a positive decimal number and the divisor must be
|
||||||
|
a positive integer. Repeating decimals is handled correctly, putting a bar
|
||||||
|
over the repeated part of the decimal.
|
||||||
|
|
||||||
|
The package defines two macros, @code{\\longdivision} and
|
||||||
|
@code{\\intlongdivision}. Each takes two arguments, a dividend and
|
||||||
|
a divisor. @code{\\longdivision} keeps dividing until the remainder is zero,
|
||||||
|
or it encounters a repeated remainder. @code{\\intlongdivision} stops when the
|
||||||
|
dividend stops (though the dividend doesn't have to be an integer).")
|
||||||
|
(license license:lppl)))
|
||||||
|
|
||||||
(define-public texlive-bibtex8
|
(define-public texlive-bibtex8
|
||||||
(package
|
(package
|
||||||
(name "texlive-bibtex8")
|
(name "texlive-bibtex8")
|
||||||
|
|
Loading…
Reference in a new issue