[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
105/245: gnu: Add texlive-hepparticles.
From: |
guix-commits |
Subject: |
105/245: gnu: Add texlive-hepparticles. |
Date: |
Sun, 30 Jul 2023 13:46:45 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit dfc6b32e7668b4aa6eeaef457b58c25d0ea0537c
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jul 30 16:23:02 2023 +0200
gnu: Add texlive-hepparticles.
* gnu/packages/tex.scm (texlive-hepparticles): 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 0bb94ad71a..7301bfe653 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -3987,6 +3987,41 @@ Hepnicenames provides the main non-resonant particle
names from
@code{heppennames} with more friendly names.")
(license license:lppl)))
+(define-public texlive-hepparticles
+ (package
+ (name "texlive-hepparticles")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/hepparticles/"
+ "tex/latex/hepparticles/")
+ (base32
+ "0k8nzw5py23zvp4r4hgddjd2xypcpw85h4slad1yk43zxivb33n7")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/hepparticles")
+ (synopsis "Macros for typesetting high energy physics particle names")
+ (description
+ "HEPparticles is a set of macros for typesetting high energy particle
names,
+to meet the following criteria:
+
+@enumerate
+@item The main particle name is a Roman or Greek symbol, to be typeset in
+upright font in normal contexts.
+@item Additionally a superscript or subscript may follow the main symbol.
+@item Particle resonances may also have a resonance specifier which is typeset
+in parentheses following the main symbol. In general the parentheses may also
+be followed by sub- and superscripts.
+@item The particle names are expected to be used both in and out of
+mathematical contexts.
+@item If the surrounding text is bold or italic then the particle name should
+adapt to that context as best as possible (this may not be possible for Greek
+symbols). As a consequence, well-known problems with boldness of particle
+names in section titles, headers and tables of contents automatically
+disappear if these macros are used.
+@end enumerate")
+ (license license:lppl)))
+
(define-public texlive-bibtex8
(package
(name "texlive-bibtex8")
- 94/245: gnu: Add texlive-gastex., (continued)
- 94/245: gnu: Add texlive-gastex., guix-commits, 2023/07/30
- 101/245: gnu: Add texlive-helmholtz-ellis-ji-notation., guix-commits, 2023/07/30
- 92/245: gnu: Add texlive-fouridx., guix-commits, 2023/07/30
- 93/245: gnu: Add texlive-functan., guix-commits, 2023/07/30
- 98/245: gnu: Add texlive-gotoh., guix-commits, 2023/07/30
- 96/245: gnu: Add texlive-ghsystem., guix-commits, 2023/07/30
- 97/245: gnu: Add texlive-glosmathtools., guix-commits, 2023/07/30
- 102/245: gnu: Add texlive-hep., guix-commits, 2023/07/30
- 111/245: gnu: Add texlive-ionumbers., guix-commits, 2023/07/30
- 109/245: gnu: Add texlive-includernw., guix-commits, 2023/07/30
- 105/245: gnu: Add texlive-hepparticles.,
guix-commits <=
- 114/245: gnu: Add texlive-jupynotex., guix-commits, 2023/07/30
- 38/245: gnu: Add texlive-chemexec., guix-commits, 2023/07/30
- 29/245: gnu: Add texlive-bytefield., guix-commits, 2023/07/30
- 41/245: gnu: Add texlive-chemnum., guix-commits, 2023/07/30
- 120/245: gnu: Add texlive-lie-hasse., guix-commits, 2023/07/30
- 108/245: gnu: Add texlive-ibrackets., guix-commits, 2023/07/30
- 116/245: gnu: Add texlive-karnaugh-map., guix-commits, 2023/07/30
- 69/245: gnu: Add texlive-drawmatrix., guix-commits, 2023/07/30
- 74/245: gnu: Add texlive-eltex., guix-commits, 2023/07/30
- 79/245: gnu: Add texlive-eolang., guix-commits, 2023/07/30