[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
233/452: gnu: texlive-mathdots: Refresh package definition.
From: |
guix-commits |
Subject: |
233/452: gnu: texlive-mathdots: Refresh package definition. |
Date: |
Fri, 9 Jun 2023 13:43:28 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit c0ad0f649b194f1170a090e696fe6fc3080be13c
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon May 15 22:40:37 2023 +0200
gnu: texlive-mathdots: Refresh package definition.
* gnu/packages/tex.scm (texlive-mathdots): Remove SIMPLE-TEXLIVE-PACKAGE
call.
---
gnu/packages/tex.scm | 38 +++++++++++++++++---------------------
1 file changed, 17 insertions(+), 21 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index fbfbd87c4a..381d415409 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -4566,31 +4566,27 @@ definitions.")
(define-deprecated-package texlive-latex-amsmath texlive-amsmath)
(define-public texlive-mathdots
- (let ((template
- (simple-texlive-package
- "texlive-mathdots"
- (list "doc/generic/mathdots/"
- "source/generic/mathdots/"
- "tex/generic/mathdots/")
- (base32"1jaffj343p1chdxs2g7s6lpckvihk0jfw22nw0vmijyjxfiy9yg0"))))
- (package
- (inherit template)
- (outputs '("out" "doc"))
- (arguments
- (substitute-keyword-arguments (package-arguments template)
- ((#:tex-directory _ '())
- "generic/mathdots")
- ((#:build-targets _ '())
- '(list "mathdots.ins"))))
- (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
+ (package
+ (name "texlive-mathdots")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/mathdots/"
+ "source/generic/mathdots/"
+ "tex/generic/mathdots/")
+ (base32
+ "1jaffj343p1chdxs2g7s6lpckvihk0jfw22nw0vmijyjxfiy9yg0")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/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
direction to @code{\\ddots}. All the commands are designed to change size
appropriately in scripts, as well as in response to LaTeX size changing
commands. The commands may also be used in plain TeX.")
- (license license:lppl))))
+ (license license:lppl)))
(define-public texlive-amscls
(let ((template (simple-texlive-package
- 198/452: gnu: texlive-minted: Refresh package definition., (continued)
- 198/452: gnu: texlive-minted: Refresh package definition., guix-commits, 2023/06/09
- 209/452: gnu: texlive-beamer: Refresh package definition., guix-commits, 2023/06/09
- 211/452: gnu: texlive-xypic: Refresh package definition., guix-commits, 2023/06/09
- 213/452: gnu: texlive-pgf: Refresh package definition., guix-commits, 2023/06/09
- 215/452: gnu: texlive-pdftex: Refresh package definition., guix-commits, 2023/06/09
- 221/452: gnu: texlive-libertine: Refresh package definition., guix-commits, 2023/06/09
- 223/452: gnu: texlive-paralist: Fix build., guix-commits, 2023/06/09
- 228/452: gnu: texlive-psnfss: Refresh package definition., guix-commits, 2023/06/09
- 229/452: gnu: texlive-babel-swedish: Refresh package definition., guix-commits, 2023/06/09
- 232/452: gnu: texlive-babel: Refresh package definition., guix-commits, 2023/06/09
- 233/452: gnu: texlive-mathdots: Refresh package definition.,
guix-commits <=
- 235/452: gnu: texlive-filemod: Refresh package definition., guix-commits, 2023/06/09
- 236/452: gnu: texlive-firstaid: Refresh package definition., guix-commits, 2023/06/09
- 243/452: gnu: texlive-fontspec: Refresh package definition., guix-commits, 2023/06/09
- 246/452: gnu: texlive-letltxmacro: Refresh package definition., guix-commits, 2023/06/09
- 253/452: gnu: texlive-acronym: Refresh package definition., guix-commits, 2023/06/09
- 257/452: gnu: texlive-atbegshi: Refresh package definition., guix-commits, 2023/06/09
- 265/452: gnu: texlive-kvsetkeys: Refresh package definition., guix-commits, 2023/06/09
- 261/452: gnu: texlive-gettitlestring: Refresh package definition., guix-commits, 2023/06/09
- 271/452: gnu: texlive-marginnote: Refresh package definition., guix-commits, 2023/06/09
- 276/452: gnu: texlive-atveryend: Refresh package definition., guix-commits, 2023/06/09