From unknown Wed Jun 18 23:14:23 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#52583 <52583@debbugs.gnu.org> To: bug#52583 <52583@debbugs.gnu.org> Subject: Status: [PATCH] Add texlive-latex-numprint Reply-To: bug#52583 <52583@debbugs.gnu.org> Date: Thu, 19 Jun 2025 06:14:23 +0000 retitle 52583 [PATCH] Add texlive-latex-numprint reassign 52583 guix-patches submitter 52583 Nicolas Goaziou severity 52583 normal tag 52583 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Fri Dec 17 13:37:15 2021 Received: (at submit) by debbugs.gnu.org; 17 Dec 2021 18:37:15 +0000 Received: from localhost ([127.0.0.1]:40612 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1myI6U-0002fr-Pz for submit@debbugs.gnu.org; Fri, 17 Dec 2021 13:37:15 -0500 Received: from lists.gnu.org ([209.51.188.17]:54084) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1myI6T-0002fk-Tw for submit@debbugs.gnu.org; Fri, 17 Dec 2021 13:37:14 -0500 Received: from eggs.gnu.org ([209.51.188.92]:46208) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1myI6T-0005LB-O4 for guix-patches@gnu.org; Fri, 17 Dec 2021 13:37:13 -0500 Received: from relay3-d.mail.gandi.net ([217.70.183.195]:41555) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1myI6R-00019C-JZ for guix-patches@gnu.org; Fri, 17 Dec 2021 13:37:13 -0500 Received: (Authenticated sender: admin@nicolasgoaziou.fr) by relay3-d.mail.gandi.net (Postfix) with ESMTPSA id 61D4E60009 for ; Fri, 17 Dec 2021 18:37:06 +0000 (UTC) From: Nicolas Goaziou To: guix-patches@gnu.org Subject: [PATCH] Add texlive-latex-numprint Date: Fri, 17 Dec 2021 19:37:05 +0100 Message-ID: <87ilvn9iy6.fsf@nicolasgoaziou.fr> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Received-SPF: pass client-ip=217.70.183.195; envelope-from=mail@nicolasgoaziou.fr; helo=relay3-d.mail.gandi.net X-Spam_score_int: -25 X-Spam_score: -2.6 X-Spam_bar: -- X-Spam_report: (-2.6 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.7 (-) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.7 (--) --=-=-= Content-Type: text/plain Hello, This patch adds texlive-latex-numprint. Regards, -- Nicolas Goaziou --=-=-= Content-Type: text/x-diff Content-Disposition: attachment; filename=0001-gnu-Add-texlive-latex-numprint.patch Content-Description: Add texlive-latex-numprint >From 9522e8ee96f96c4f8669124a38cc214fd14ea4c1 Mon Sep 17 00:00:00 2001 Message-Id: <9522e8ee96f96c4f8669124a38cc214fd14ea4c1.1639766179.git.mail@nicolasgoaziou.fr> From: Nicolas Goaziou Date: Fri, 17 Dec 2021 19:34:42 +0100 Subject: [PATCH] gnu: Add texlive-latex-numprint. * gnu/packages/tex.scm (texlive-latex-numprint): New variable. --- gnu/packages/tex.scm | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index ebb7f86552..ac66c6f7c4 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -7493,6 +7493,41 @@ (define-public texlive-latex-ms @end itemize\n") (license license:lppl1.3c+))) +(define-public texlive-latex-numprint + (package + (name "texlive-latex-numprint") + (version (number->string %texlive-revision)) + (source + (origin + (method svn-fetch) + (uri (texlive-ref "latex" "numprint")) + (file-name (string-append name "-" version "-checkout")) + (sha256 + (base32 "00xyvdfvypfj2wj7wf2qrxpc34wwd0dkdv3bqvb86ydhlpn1jg76")))) + (build-system texlive-build-system) + (arguments '(#:tex-directory "latex/numprint")) + (home-page "https://www.ctan.org/pkg/numprint") + (synopsis "Print numbers with separators and exponent if necessary") + (description + "The package numprint prints numbers with a separator every three +digits and converts numbers given as 12345.6e789 to 12\\,345,6\\cdot +10^{789}. Numbers are printed in the current mode (text or math) in +order to use the correct font. + +Many things, including the decimal sign, the thousand separator, as +well as the product sign can be changed by the user, e.g., to reach +12,345.6\\times 10^{789}. + +If an optional argument is given it is printed upright as unit. +Numbers can be rounded to a given number of digits. The package +supports an automatic, language-dependent change of the number format. + +Tabular alignment using the tabular, array, tabularx, and longtable +environments (similar to the dcolumn and rccol packages) is supported +using all features of numprint. Additional text can be added before +and after the formatted number.") + (license license:lppl))) + (define-public texlive-latex-needspace (package (name "texlive-latex-needspace") -- 2.34.0 --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Sun Dec 26 12:47:09 2021 Received: (at 52583) by debbugs.gnu.org; 26 Dec 2021 17:47:09 +0000 Received: from localhost ([127.0.0.1]:41487 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1n1Xbx-0004vZ-Jh for submit@debbugs.gnu.org; Sun, 26 Dec 2021 12:47:09 -0500 Received: from eggs.gnu.org ([209.51.188.92]:43528) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1n1Xbw-0004v3-7S for 52583@debbugs.gnu.org; Sun, 26 Dec 2021 12:47:08 -0500 Received: from [2001:470:142:3::e] (port=60150 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n1Xbq-0006rI-UJ; Sun, 26 Dec 2021 12:47:02 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=FRlPCBZl+0PEu1N4FMIc7WaGPfMMsjMCJpUCiCUGwt8=; b=YTEoB9mMwWyANkbXQuhF vbv6YauoyembbGCnDfsfjBchS/aOf5i2XTXjTjyiI7+gr+bQ0jnX20jdZON6gjaJs7VkODrpQ30xH drJZe5tMGW23V3wtxydsWpJwMT4YFfLHq3aKKuYFa2a3+r83clOucpDPMGMcaGdHX/qLcVZmI364R iG2yDHh/v/pV1SRg2rqgsWb8nMv/Kk1MFXk3wWQyp8BOBK6KNN10GxLKpT8n3w6tMKbze+O8lsOBi 2sCp1P2/v9/dBSqj2INFWYP883bkLo+59JPFCr2RNNcjbh2iFb+SmYy/4tOWL7zjUJJakfe+sRAtN Q5/50k9bzpwfrw==; Received: from [2a01:cb18:832e:5f00:3563:417e:2a38:86d8] (port=48466 helo=meije) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n1Xbr-0003yc-02; Sun, 26 Dec 2021 12:47:03 -0500 From: Mathieu Othacehe To: Nicolas Goaziou Subject: Re: bug#52583: [PATCH] Add texlive-latex-numprint References: <87ilvn9iy6.fsf@nicolasgoaziou.fr> Date: Sun, 26 Dec 2021 18:47:01 +0100 In-Reply-To: <87ilvn9iy6.fsf@nicolasgoaziou.fr> (Nicolas Goaziou's message of "Fri, 17 Dec 2021 19:37:05 +0100") Message-ID: <871r1zp8bu.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 52583 Cc: 52583@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Hello Nicolas, > This patch adds texlive-latex-numprint. Looks fine, thanks! Mathieu From debbugs-submit-bounces@debbugs.gnu.org Sun Dec 26 15:34:00 2021 Received: (at 52583-done) by debbugs.gnu.org; 26 Dec 2021 20:34:00 +0000 Received: from localhost ([127.0.0.1]:41647 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1n1aDQ-00082U-B3 for submit@debbugs.gnu.org; Sun, 26 Dec 2021 15:34:00 -0500 Received: from relay10.mail.gandi.net ([217.70.178.230]:54941) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1n1aDL-00081y-Ho for 52583-done@debbugs.gnu.org; Sun, 26 Dec 2021 15:33:56 -0500 Received: (Authenticated sender: admin@nicolasgoaziou.fr) by relay10.mail.gandi.net (Postfix) with ESMTPSA id 0B6F0240003; Sun, 26 Dec 2021 20:33:48 +0000 (UTC) From: Nicolas Goaziou To: Mathieu Othacehe Subject: Re: [bug#52583] [PATCH] Add texlive-latex-numprint References: <87ilvn9iy6.fsf@nicolasgoaziou.fr> <871r1zp8bu.fsf@gnu.org> Date: Sun, 26 Dec 2021 21:33:48 +0100 In-Reply-To: <871r1zp8bu.fsf@gnu.org> (Mathieu Othacehe's message of "Sun, 26 Dec 2021 18:47:01 +0100") Message-ID: <87r19zayxf.fsf@nicolasgoaziou.fr> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 52583-done Cc: 52583-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) Hello, Mathieu Othacehe writes: > Looks fine, thanks! Applied. Thanks! Regards, -- Nicolas Goaziou From unknown Wed Jun 18 23:14:23 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Mon, 24 Jan 2022 12:24:12 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator