guix-commits
[Top][All Lists]
Advanced

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

104/245: gnu: Add texlive-hepnames.


From: guix-commits
Subject: 104/245: gnu: Add texlive-hepnames.
Date: Sun, 30 Jul 2023 13:46:45 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 2b377b5b8a1a300b83c0b92eb40e3b9a25203788
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jul 30 16:22:26 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 01ffcd2c68..0bb94ad71a 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -3962,6 +3962,31 @@ macros to improve the default behavior of LaTeX for High 
Energy Physics
 publications.")
     (license license:lppl1.3c)))
 
+(define-public texlive-hepnames
+  (package
+    (name "texlive-hepnames")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/hepnames/" "tex/latex/hepnames/")
+             (base32
+              "1wvqf4r7p8bkvxwp7mvqnngxillbpii38i413q8acz0777bpassl")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/hepnames";)
+    (synopsis "Pre-defined high energy particle names")
+    (description
+     "Hepnames provides a pair of LaTeX packages, @code{heppennames} and 
@code{hepnicenames},
+providing a large set of pre-defined high energy physics particle names built
+with the @code{hepparticles} package.  The packages are based on
+@file{pennames.sty} by Michel Goosens and Eric van Herwijnen.  Heppennames
+re-implements the particle names in @file{pennames.sty}, with some additions
+and alterations and greater flexibility and robustness due to the
+@code{hepparticles} structures, which were written for this purpose.
+Hepnicenames provides the main non-resonant particle names from
+@code{heppennames} with more friendly names.")
+    (license license:lppl)))
+
 (define-public texlive-bibtex8
   (package
     (name "texlive-bibtex8")



reply via email to

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