From unknown Mon Jun 23 16:45:40 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#57519 <57519@debbugs.gnu.org> To: bug#57519 <57519@debbugs.gnu.org> Subject: Status: [PATCH] gnu: Add texlive-latex-tabto-ltx. Reply-To: bug#57519 <57519@debbugs.gnu.org> Date: Mon, 23 Jun 2025 23:45:40 +0000 retitle 57519 [PATCH] gnu: Add texlive-latex-tabto-ltx. reassign 57519 guix-patches submitter 57519 Wiktor =C5=BBelazny severity 57519 normal tag 57519 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Thu Sep 01 07:38:27 2022 Received: (at submit) by debbugs.gnu.org; 1 Sep 2022 11:38:27 +0000 Received: from localhost ([127.0.0.1]:41419 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oTiWh-0008TM-B7 for submit@debbugs.gnu.org; Thu, 01 Sep 2022 07:38:27 -0400 Received: from lists.gnu.org ([209.51.188.17]:51240) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oTiWf-0008TE-Aa for submit@debbugs.gnu.org; Thu, 01 Sep 2022 07:38:25 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:51130) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oTiWe-0004O3-6d for guix-patches@gnu.org; Thu, 01 Sep 2022 07:38:25 -0400 Received: from freeshell.de ([116.202.128.144]:52414) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oTiWc-0007xC-Dk for guix-patches@gnu.org; Thu, 01 Sep 2022 07:38:23 -0400 Received: from localhost.localdomain (cst-prg-79-246.cust.vodafone.cz [46.135.79.246]) (Authenticated sender: wz) by freeshell.de (Postfix) with ESMTPSA id 3F348B390DF7; Thu, 1 Sep 2022 13:38:16 +0200 (CEST) From: =?UTF-8?q?Wiktor=20=C5=BBelazny?= To: guix-patches@gnu.org Subject: [PATCH] gnu: Add texlive-latex-tabto-ltx. Date: Thu, 1 Sep 2022 13:38:06 +0200 Message-Id: <20220901113806.1408-1-wz@freeshell.de> X-Mailer: git-send-email 2.37.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=116.202.128.144; envelope-from=wz@freeshell.de; helo=freeshell.de X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit Cc: =?UTF-8?q?Wiktor=20=C5=BBelazny?= 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.4 (--) From: Wiktor Żelazny * gnu/packages/tex.scm (texlive-latex-tabto-ltx): New variable. --- gnu/packages/tex.scm | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index 1b3c086d54..6efb5478dc 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -11555,3 +11555,41 @@ (define-public texlive-sourcecodepro Adobe in both Adobe Type 1 and OpenType formats, plus macros supporting the use of the fonts in LaTeX (Type 1) and XeLaTeX/LuaLaTeX (OTF).") (license (list license:lppl1.3+ license:silofl1.1)))) + +(define-public texlive-latex-tabto-ltx + (package + (name "texlive-latex-tabto-ltx") + (version (number->string %texlive-revision)) + (source (origin + (method svn-fetch) + (uri (svn-reference (url (string-append + "svn://www.tug.org/texlive/tags/" + %texlive-tag "/Master/texmf-dist/" + "/tex/latex/tabto-ltx")) + (revision %texlive-revision))) + (file-name (string-append name "-" version "-checkout")) + (sha256 + (base32 + "1vq9s3n0mdgx2w84bjdsqxp3vcasfb824agjy56713902li1g8vm")))) + (build-system trivial-build-system) + (arguments + `(#:modules ((guix build utils)) + #:builder (begin + (use-modules (guix build utils)) + (let ((target (string-append (assoc-ref %outputs "out") + "/share/texmf-dist/tex/latex/tabto"))) + (mkdir-p target) + (copy-recursively (assoc-ref %build-inputs "source") + target) #t)))) + (home-page "https://ctan.org/pkg/tabto-ltx") + (synopsis "``Tab'' to a measured position in the line") + (description + "This package provides @code{\\tabto{}}, which moves the +typesetting position to @code{} from the left margin of the paragraph. +If the typesetting position is already further along, @code{\\tabto} starts a +new line; the command @code{\\tabto*} will move position backwards if +necessary, so that previous text may be overwritten. In addition, the command +@code{\\TabPositions} may be used to define a set of tabbing positions, after +which the command @code{\\tab} advances typesetting position to the next +defined ``tab stop''.") + (license license:lppl1.3+))) base-commit: 4a5fbadb88ff18bb7de87b351c6009aaa398a892 -- 2.37.2 From debbugs-submit-bounces@debbugs.gnu.org Thu Sep 08 10:04:21 2022 Received: (at control) by debbugs.gnu.org; 8 Sep 2022 14:04:21 +0000 Received: from localhost ([127.0.0.1]:59625 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oWI8j-0005sK-6g for submit@debbugs.gnu.org; Thu, 08 Sep 2022 10:04:21 -0400 Received: from eggs.gnu.org ([209.51.188.92]:59908) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oWI8h-0005rx-Nf for control@debbugs.gnu.org; Thu, 08 Sep 2022 10:04:20 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:43172) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oWI8b-0000vW-8H for control@debbugs.gnu.org; Thu, 08 Sep 2022 10:04:14 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-version:Subject:From:To:Date:in-reply-to: references; bh=a1CwUh4t8uv3IXOF8v/5j7MBek5Ywmoac00kJieQXng=; b=M+CrGRV7kCuEWt m6eKL1yOSjQaH7mYNa9gtK+MvmsfooeMa9P7lwr94LLtXcIjgfHmFRdFnOh5G6hm7AycyFwk3QcZW r9E6YCCKg0GVVIzVO2EQRC1zOb3kXfsWiuP35CxPsTOn29gSahE2NCzGwzgOBz8VsST18hZtJhNov +PmCKHcAR7iB1wp4V1zUYG1fG4fPPCP/M8+eahTLV7FK/oXFT3zgkEu2tsEWtD8MpSOsoZEfBoLnT k9sCNdFAQn0Ev67X2fcV3m9X7zyNWgEGPdLb/gSXfNMddvhzhAy3CyVOlv+lEoE8zInyxPYwwkayi TTEwc9GrSq9CIoj9VHWg==; Received: from [2001:660:6102:320:e120:2c8f:8909:cdfe] (port=34890 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oWI8a-0006H5-Rp for control@debbugs.gnu.org; Thu, 08 Sep 2022 10:04:13 -0400 Date: Thu, 08 Sep 2022 16:04:09 +0200 Message-Id: <8735d2gdye.fsf@gnu.org> To: control@debbugs.gnu.org From: =?utf-8?Q?Ludovic_Court=C3=A8s?= Subject: control message for bug #57519 MIME-version: 1.0 Content-type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: control 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 (---) close 57519 quit From unknown Mon Jun 23 16:45:40 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Fri, 07 Oct 2022 11:24:05 +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