From patchwork Sat Nov 19 15:02:43 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: yarl baudig X-Patchwork-Id: 44622 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id C101527BBED; Sat, 19 Nov 2022 15:03:52 +0000 (GMT) X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-3.7 required=5.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,MAILING_LIST_MULTI,RCVD_IN_MSPIKE_H2,SPF_HELO_PASS, URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.6 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id 3DD5027BBE9 for ; Sat, 19 Nov 2022 15:03:52 +0000 (GMT) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1owPN4-0003F7-PM; Sat, 19 Nov 2022 10:03:06 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1owPN0-0003EK-P4 for guix-patches@gnu.org; Sat, 19 Nov 2022 10:03:04 -0500 Received: from debbugs.gnu.org ([209.51.188.43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1owPN0-0005yn-Gm for guix-patches@gnu.org; Sat, 19 Nov 2022 10:03:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1owPN0-0008Lx-CZ for guix-patches@gnu.org; Sat, 19 Nov 2022 10:03:02 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#59354] [PATCH] gnu: Add texlive-mathdots. References: <20221118102010.86581-1-yarl-baudig@mailoo.org> In-Reply-To: <20221118102010.86581-1-yarl-baudig@mailoo.org> Resent-From: "yarl baudig" Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 19 Nov 2022 15:03:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 59354 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: mail@nicolasgoaziou.fr Cc: 59354@debbugs.gnu.org Received: via spool by 59354-submit@debbugs.gnu.org id=B59354.166887017532088 (code B ref 59354); Sat, 19 Nov 2022 15:03:02 +0000 Received: (at 59354) by debbugs.gnu.org; 19 Nov 2022 15:02:55 +0000 Received: from localhost ([127.0.0.1]:40907 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1owPMs-0008LT-Vn for submit@debbugs.gnu.org; Sat, 19 Nov 2022 10:02:55 -0500 Received: from msg-4.mailo.com ([213.182.54.15]:47712) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1owPMo-0008LD-N1 for 59354@debbugs.gnu.org; Sat, 19 Nov 2022 10:02:52 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=mailoo.org; s=mailo; t=1668870163; bh=MlM63T4cGmdMd9FxPc+XGke7S/SxU+S4aNVnZIpiqJI=; h=X-EA-Auth:From:To:Cc:Date:Subject:MIME-Version:X-Mailer: Message-ID:Content-Type:Content-Transfer-Encoding; b=ZgqTSxW72qoIf+qls7LVN5coRtqPkLaGZLOQkMZ07JvAWfCDxv+2qbw9yHHvfm74K wjxP/e4m/LPoFukOQ9Plw15nOLFEcwM8xwtIUV/LmKgJmQjWKy42Bgxd/R8JGvMRPz PEf764BKWeLrtr0ckFdzFZNqn1TlLcF9nYstQnUc= Received: by www.mailo.com with http webmail; Sat, 19 Nov 2022 16:02:43 +0100 (CET) X-EA-Auth: 0Z+k+Q85jyAJ6UAWlrynKATh6xizmrF8dmVRb4ZQKenbSrSjneCxakxFJW7IjjxoAlWeH9QIl8PsaaRz2VAXluRpHdE5Cyiw From: "yarl baudig" Date: Sat, 19 Nov 2022 16:02:43 +0100 (CET) X-Priority: 3 MIME-Version: 1.0 X-Mailer: COMS/EA22.05/r20221103 Message-ID: X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org X-getmail-retrieved-from-mailbox: Patches * gnu/packages/tex.scm (texlive-mathdots): New variable. --- gnu/packages/tex.scm | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) base-commit: 1bea5d38a26755b84437623c0f48915a77899b57 diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index 81f74f17df..e973b30ee0 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -3993,6 +3993,26 @@ (define-public texlive-amsmath (define-deprecated-package texlive-latex-amsmath texlive-amsmath) +(define-public texlive-mathdots + (package + (inherit (simple-texlive-package + "texlive-mathdots" + (list "doc/generic/mathdots/" + "source/generic/mathdots/" + "tex/generic/mathdots/") + (base32 + "1jaffj343p1chdxs2g7s6lpckvihk0jfw22nw0vmijyjxfiy9yg0") + #:trivial? #t)) + (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 +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))) + (define-public texlive-amscls (let ((template (simple-texlive-package "texlive-amscls"