guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#63176] [PATCH 03/10] gnu: Add texlive-alphalph.


From: Nicolas Goaziou
Subject: [bug#63176] [PATCH 03/10] gnu: Add texlive-alphalph.
Date: Sat, 29 Apr 2023 21:22:22 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux)

Hello,

Felix Gruber <felgru@posteo.net> writes:

> * gnu/packages/tex.scm (texlive-alphalph): New variable.

Thanks. I will not comment about other patches in this set, but I will
do about this one.

> +(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))

This is not a "trivial" package. It contains a ".dtx" file, that you
need to run in order to generate the runfiles.

As a rule of thumb, if the importer, which I assume you used, doesn't
set #:trivial keyword, you shouldn't either.

> +    (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.")

I suggest to use @code{...} around LaTeX commands. Also, the last
sentence in not complete.

Regards,
-- 
Nicolas Goaziou





reply via email to

[Prev in Thread] Current Thread [Next in Thread]