all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Felix Gruber <felgru@posteo.net>
To: 63176@debbugs.gnu.org
Cc: Felix Gruber <felgru@posteo.net>
Subject: [bug#63176] [PATCH 03/10] gnu: Add texlive-alphalph.
Date: Sat, 29 Apr 2023 17:08:33 +0000	[thread overview]
Message-ID: <20230429170840.105227-3-felgru@posteo.net> (raw)
In-Reply-To: <20230429170611.105134-1-felgru@posteo.net>

* gnu/packages/tex.scm (texlive-alphalph): New variable.
---
 gnu/packages/tex.scm | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index a2f1de4e35..b75f4aeaa7 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -27,6 +27,7 @@
 ;;; Copyright © 2023 Thomas Albers Raviola <thomas@thomaslabs.org>
 ;;; Copyright © 2023 John Kehayias <john.kehayias@protonmail.com>
 ;;; Copyright © 2023 Dominik Delgado Steuter <d@delgado.nrw>
+;;; Copyright © 2023 Felix Gruber <felgru@posteo.net>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -12067,6 +12068,25 @@ (define-public texlive-kastrup
 LaTeX and plain TeX.")
     (license (license:fsf-free "file:/binhex.dtx"))))
 
+(define-public texlive-alphalph
+  (package
+    (inherit (simple-texlive-package
+               "texlive-alphalph"
+               (list "doc/latex/alphalph/"
+                     "source/latex/alphalph/"
+                     "tex/generic/alphalph/")
+               (base32 "0ap59hmg0brg2wlh3bl77jxfxrk7hphhdal8cr05mby9bw35gffy")
+               #:trivial? #t))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/alphalph")
+    (synopsis "Convert numbers to letters")
+    (description "This package provides commands \\alphalph and
+\\AlphAlph.  They are like \\number but the expansion consists of
+lowercase and uppercase letters respectively (1 to a, 26 to z, 27 to
+aa, 52 to zz, 53 to ba, 702 to zz, 703 to aaa, etc.).  Can be used as a
+replacement for LaTeX's \\@@alph and \\@@Alph macros.")
+    (license license:lppl1.3+)))
+
 (define-public texlive-latex-translations
   (package
     (inherit (simple-texlive-package
-- 
2.39.2





  parent reply	other threads:[~2023-04-29 19:22 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <446197ee-a043-8868-08ca-331e122ffa17@housseini.me>
2023-04-29 17:06 ` [bug#63176] [PATCH 00/10] Fix some broken python packages Felix Gruber
2023-04-29 17:08   ` [bug#63176] [PATCH 01/10] gnu: python-mpi4py: Update to 3.1.4 Felix Gruber
2023-04-29 17:08   ` [bug#63176] [PATCH 02/10] gnu: python-cftime: Update to 1.6.2 Felix Gruber
2023-04-29 17:08   ` Felix Gruber [this message]
2023-04-29 19:22     ` [bug#63176] [PATCH 03/10] gnu: Add texlive-alphalph Nicolas Goaziou
2023-04-29 19:59       ` Nicolas Goaziou
2023-04-30 21:07         ` Felix Gruber
2023-04-30 21:11           ` [bug#63176] [PATCH v2 " Felix Gruber
2023-04-29 17:08   ` [bug#63176] [PATCH 04/10] gnu: hypre: Fix build Felix Gruber
2023-04-29 17:08   ` [bug#63176] [PATCH 05/10] gnu: python-dolfin-adjoint: " Felix Gruber
2023-04-29 17:08   ` [bug#63176] [PATCH 06/10] gnu: python-pytest-doctestplus: Update to 0.12.1 Felix Gruber
2023-04-29 17:08   ` [bug#63176] [PATCH 07/10] gnu: python-pytest-httpx: Update to 0.22.0 Felix Gruber
2023-04-29 17:08   ` [bug#63176] [PATCH 08/10] gnu: python-pytest-remotedata: Update to 0.4.0 Felix Gruber
2023-04-29 17:08   ` [bug#63176] [PATCH 09/10] gnu: python-pytest-astropy: Update to 0.10.0 Felix Gruber
2023-04-29 17:08   ` [bug#63176] [PATCH 10/10] gnu: python-astropy: Update to 5.2.2 Felix Gruber
2023-05-02 21:45   ` [bug#63176] [PATCH v3 0/8] Fix some broken python packages Felix Gruber
2023-05-12 16:23     ` [bug#63176] [PATCH v4 0/4] " Felix Gruber
2023-05-12 16:24       ` [bug#63176] [PATCH v4 1/4] gnu: python-mpi4py: Update to 3.1.4 Felix Gruber
2023-05-12 16:24       ` [bug#63176] [PATCH v4 2/4] gnu: python-cftime: Update to 1.6.2 Felix Gruber
2023-05-12 16:24       ` [bug#63176] [PATCH v4 3/4] gnu: python-dolfin-adjoint: Fix build Felix Gruber
2023-05-12 16:24       ` [bug#63176] [PATCH v4 4/4] gnu: python-pytest-httpx: Update to 0.22.0 Felix Gruber
2023-08-29 20:16       ` bug#63176: Closing Felix Gruber
2023-05-02 21:45   ` [bug#63176] [PATCH v3 1/8] gnu: python-mpi4py: Update to 3.1.4 Felix Gruber
2023-05-02 21:45   ` [bug#63176] [PATCH v3 2/8] gnu: python-cftime: Update to 1.6.2 Felix Gruber
2023-05-02 21:45   ` [bug#63176] [PATCH v3 3/8] gnu: python-dolfin-adjoint: Fix build Felix Gruber
2023-05-02 21:45   ` [bug#63176] [PATCH v3 4/8] gnu: python-pytest-doctestplus: Update to 0.12.1 Felix Gruber
2023-05-02 21:45   ` [bug#63176] [PATCH v3 5/8] gnu: python-pytest-httpx: Update to 0.22.0 Felix Gruber
2023-05-02 21:45   ` [bug#63176] [PATCH v3 6/8] gnu: python-pytest-remotedata: Update to 0.4.0 Felix Gruber
2023-05-02 21:45   ` [bug#63176] [PATCH v3 7/8] gnu: python-pytest-astropy: Fix build Felix Gruber
2023-05-02 21:45   ` [bug#63176] [PATCH v3 8/8] gnu: python-astropy: Update to 5.2.2 Felix Gruber
2023-05-09  7:43   ` [bug#63176] [PATCH 00/10] Fix some broken python packages reza via Guix-patches via

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230429170840.105227-3-felgru@posteo.net \
    --to=felgru@posteo.net \
    --cc=63176@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.