[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
191/245: gnu: Add texlive-sasnrdisplay.
From: |
guix-commits |
Subject: |
191/245: gnu: Add texlive-sasnrdisplay. |
Date: |
Sun, 30 Jul 2023 13:47:03 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 386531d46f16bcb411d945b75e824b93f2f2f143
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jul 30 16:45:23 2023 +0200
gnu: Add texlive-sasnrdisplay.
* gnu/packages/tex.scm (texlive-sasnrdisplay): New variable.
---
gnu/packages/tex.scm | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 0ef0e62c99..5f00c22bd1 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -5928,6 +5928,27 @@ diagrams, i.e., flow diagrams in which the width of the
arrows is proportional
to the flow rate.")
(license (list license:lppl1.3+ license:gpl3+))))
+(define-public texlive-sasnrdisplay
+ (package
+ (name "texlive-sasnrdisplay")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/sasnrdisplay/"
+ "tex/latex/sasnrdisplay/")
+ (base32
+ "0siifxzkvgryixypgw7dywr5g7qqqrnbq622qhhyfd4xlgix43in")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/sasnrdisplay")
+ (synopsis "Typeset SAS or R code or output")
+ (description
+ "The SASnRdisplay package serves as a front-end to listings, which
+permits statisticians and others to import source code and the results of
+their calculations or simulations into LaTeX projects. The package is also
+capable of overloading the Sweave User Manual and SASweave packages.")
+ (license license:lppl1.3+)))
+
(define-public texlive-bibtex8
(package
(name "texlive-bibtex8")
- 223/245: gnu: Add texlive-t-angles., (continued)
- 223/245: gnu: Add texlive-t-angles., guix-commits, 2023/07/30
- 202/245: gnu: Add texlive-sistyle., guix-commits, 2023/07/30
- 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 <=
- 196/245: gnu: Add texlive-sfg., guix-commits, 2023/07/30
- 200/245: gnu: Add texlive-simples-matrices., guix-commits, 2023/07/30
- 216/245: gnu: Add texlive-substances., guix-commits, 2023/07/30
- 180/245: gnu: Add texlive-pythonhighlight., guix-commits, 2023/07/30