mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 00:52:55 -05:00
gnu: texlive-mathdots: Refresh package definition.
* gnu/packages/tex.scm (texlive-mathdots): Remove SIMPLE-TEXLIVE-PACKAGE call.
This commit is contained in:
parent
25ee881ba3
commit
433bfdab56
1 changed files with 17 additions and 21 deletions
|
@ -4566,31 +4566,27 @@ (define-public texlive-amsmath
|
||||||
(define-deprecated-package texlive-latex-amsmath texlive-amsmath)
|
(define-deprecated-package texlive-latex-amsmath texlive-amsmath)
|
||||||
|
|
||||||
(define-public texlive-mathdots
|
(define-public texlive-mathdots
|
||||||
(let ((template
|
(package
|
||||||
(simple-texlive-package
|
(name "texlive-mathdots")
|
||||||
"texlive-mathdots"
|
(version (number->string %texlive-revision))
|
||||||
(list "doc/generic/mathdots/"
|
(source (texlive-origin
|
||||||
"source/generic/mathdots/"
|
name version
|
||||||
"tex/generic/mathdots/")
|
(list "doc/generic/mathdots/"
|
||||||
(base32"1jaffj343p1chdxs2g7s6lpckvihk0jfw22nw0vmijyjxfiy9yg0"))))
|
"source/generic/mathdots/"
|
||||||
(package
|
"tex/generic/mathdots/")
|
||||||
(inherit template)
|
(base32
|
||||||
(outputs '("out" "doc"))
|
"1jaffj343p1chdxs2g7s6lpckvihk0jfw22nw0vmijyjxfiy9yg0")))
|
||||||
(arguments
|
(outputs '("out" "doc"))
|
||||||
(substitute-keyword-arguments (package-arguments template)
|
(build-system texlive-build-system)
|
||||||
((#:tex-directory _ '())
|
(home-page "https://ctan.org/pkg/mathdots")
|
||||||
"generic/mathdots")
|
(synopsis "Commands to produce dots in math that respect font size")
|
||||||
((#:build-targets _ '())
|
(description
|
||||||
'(list "mathdots.ins"))))
|
"Mathdots redefines @code{\\ddots} and @code{\\vdots}, and defines
|
||||||
(home-page "https://ctan.org/macros/generic/mathdots")
|
|
||||||
(synopsis "Commands to produce dots in math that respect font size")
|
|
||||||
(description
|
|
||||||
"Mathdots redefines @code{\\ddots} and @code{\\vdots}, and defines
|
|
||||||
@code{\\iddots}. The dots produced by @code{\\iddots} slant in the opposite
|
@code{\\iddots}. The dots produced by @code{\\iddots} slant in the opposite
|
||||||
direction to @code{\\ddots}. All the commands are designed to change size
|
direction to @code{\\ddots}. All the commands are designed to change size
|
||||||
appropriately in scripts, as well as in response to LaTeX size changing
|
appropriately in scripts, as well as in response to LaTeX size changing
|
||||||
commands. The commands may also be used in plain TeX.")
|
commands. The commands may also be used in plain TeX.")
|
||||||
(license license:lppl))))
|
(license license:lppl)))
|
||||||
|
|
||||||
(define-public texlive-amscls
|
(define-public texlive-amscls
|
||||||
(let ((template (simple-texlive-package
|
(let ((template (simple-texlive-package
|
||||||
|
|
Loading…
Reference in a new issue