[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
202/245: gnu: Add texlive-sistyle.
From: |
guix-commits |
Subject: |
202/245: gnu: Add texlive-sistyle. |
Date: |
Sun, 30 Jul 2023 13:47:06 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit e349ac218070d25a88043fb61ac7b24309e31424
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jul 30 16:48:26 2023 +0200
gnu: Add texlive-sistyle.
* gnu/packages/tex.scm (texlive-sistyle): New variable.
---
gnu/packages/tex.scm | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index a49b6b8959..93917541bd 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -6158,6 +6158,28 @@ coefficients are given row by row in a list of values
separated by commas.")
and below expressions.")
(license license:gpl3+)))
+(define-public texlive-sistyle
+ (package
+ (name "texlive-sistyle")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/sistyle/" "source/latex/sistyle/"
+ "tex/latex/sistyle/")
+ (base32
+ "0y53ijyzridia40a5wrpgff74n6shbdh7xbn1n56ciqfgjn4rdq4")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/sistyle")
+ (synopsis "Package to typeset SI units, numbers and angles")
+ (description
+ "This package typesets SI units, numbers and angles according to the ISO
+requirements. Care is taken with font setup and requirements, and language
+customisation is available. Note that this package is (in principle)
+superseded by @code{siunitx}; @code{sistyle} has maintenance-only support,
+now.")
+ (license license:lppl)))
+
(define-public texlive-bibtex8
(package
(name "texlive-bibtex8")
- 179/245: gnu: Add texlive-pseudocode., (continued)
- 179/245: gnu: Add texlive-pseudocode., guix-commits, 2023/07/30
- 222/245: gnu: Add texlive-synproof., guix-commits, 2023/07/30
- 229/245: gnu: Add texlive-textopo., guix-commits, 2023/07/30
- 192/245: gnu: Add texlive-sciposter., guix-commits, 2023/07/30
- 212/245: gnu: Add texlive-statmath., guix-commits, 2023/07/30
- 213/245: gnu: Add texlive-steinmetz., guix-commits, 2023/07/30
- 231/245: gnu: Add texlive-thmbox., guix-commits, 2023/07/30
- 204/245: gnu: Add texlive-skmath., guix-commits, 2023/07/30
- 220/245: gnu: Add texlive-syllogism., guix-commits, 2023/07/30
- 223/245: gnu: Add texlive-t-angles., guix-commits, 2023/07/30
- 202/245: gnu: Add texlive-sistyle.,
guix-commits <=
- 227/245: gnu: Add texlive-tex-ewd., guix-commits, 2023/07/30
- 234/245: gnu: Add texlive-moreverb., guix-commits, 2023/07/30
- 201/245: gnu: Add texlive-simplewick., guix-commits, 2023/07/30
- 183/245: gnu: Add texlive-rbt-mathnotes., guix-commits, 2023/07/30
- 190/245: gnu: Add texlive-sankey., guix-commits, 2023/07/30
- 203/245: gnu: Add texlive-siunits., guix-commits, 2023/07/30
- 209/245: gnu: Add texlive-statex2., guix-commits, 2023/07/30
- 199/245: gnu: Add texlive-simpler-wick., guix-commits, 2023/07/30
- 191/245: gnu: Add texlive-sasnrdisplay., guix-commits, 2023/07/30
- 196/245: gnu: Add texlive-sfg., guix-commits, 2023/07/30