[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
233/418: gnu: texlive-mathdots: Refresh package definition.
From: |
guix-commits |
Subject: |
233/418: gnu: texlive-mathdots: Refresh package definition. |
Date: |
Mon, 29 May 2023 17:39:20 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit d90d1c443f287d6da298dba7b9c797de4673ceab
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 779f580d6e..2e530e68d2 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -4574,31 +4574,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
- 209/418: gnu: texlive-beamer: Refresh package definition., (continued)
- 209/418: gnu: texlive-beamer: Refresh package definition., guix-commits, 2023/05/29
- 206/418: gnu: texlive-iftex: Refresh package definition., guix-commits, 2023/05/29
- 201/418: gnu: texlive-todonotes: Refresh package definition., guix-commits, 2023/05/29
- 198/418: gnu: texlive-minted: Refresh package definition., guix-commits, 2023/05/29
- 203/418: gnu: texlive-biblatex: Refresh package definition., guix-commits, 2023/05/29
- 208/418: gnu: texlive-pstricks: Refresh package definition., guix-commits, 2023/05/29
- 222/418: gnu: texlive-jknappen: Deprecate package., guix-commits, 2023/05/29
- 214/418: gnu: texlive-ulem: Refresh package definition., guix-commits, 2023/05/29
- 213/418: gnu: texlive-pgf: Refresh package definition., guix-commits, 2023/05/29
- 211/418: gnu: texlive-xypic: Refresh package definition., guix-commits, 2023/05/29
- 233/418: gnu: texlive-mathdots: Refresh package definition.,
guix-commits <=
- 240/418: gnu: texlive-makecmds: Refresh package definition., guix-commits, 2023/05/29
- 242/418: gnu: texlive-bidi: Fix build., guix-commits, 2023/05/29
- 248/418: gnu: texlive-kvoptions: Refresh package definition., guix-commits, 2023/05/29
- 252/418: gnu: texlive-lh: Refresh package definition., guix-commits, 2023/05/29
- 254/418: gnu: texlive-ms: Refresh package definition., guix-commits, 2023/05/29
- 255/418: gnu: texlive-ncctools: Refresh package definition., guix-commits, 2023/05/29
- 257/418: gnu: texlive-atbegshi: Refresh package definition., guix-commits, 2023/05/29
- 261/418: gnu: texlive-gettitlestring: Refresh package definition., guix-commits, 2023/05/29
- 269/418: gnu: Add texlive-colorprofiles., guix-commits, 2023/05/29
- 275/418: gnu: texlive-halloweenmath: Refresh package definition., guix-commits, 2023/05/29