[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
34/452: gnu: Add texlive-showexpl.
From: |
guix-commits |
Subject: |
34/452: gnu: Add texlive-showexpl. |
Date: |
Fri, 9 Jun 2023 13:42:51 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit b9493cc125ef2eb69926e62b11c9893b4bbc5101
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri May 12 18:26:54 2023 +0200
gnu: Add texlive-showexpl.
* gnu/packages/tex.scm (texlive-showexpl): New variable.
---
gnu/packages/tex.scm | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 33892fb99f..c443a6c139 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -5566,6 +5566,32 @@ numbers. While the package may obviously be used to
typeset DNA sequences, the
user may consider the @code{dnaseq} as a rather more powerful alternative.")
(license license:lppl1.3+)))
+(define-public texlive-showexpl
+ (package
+ (name "texlive-showexpl")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/showexpl/" "source/latex/showexpl/"
+ "tex/latex/showexpl/")
+ (base32
+ "0vff1yk7a3f4csxibfk6r37s3h6n4wdpnk3qj4dsx7kh5zrcysha")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (propagated-inputs
+ (list texlive-attachfile
+ texlive-latex-float
+ texlive-graphics
+ texlive-listings
+ texlive-refcount
+ texlive-latex-varwidth))
+ (home-page "https://ctan.org/pkg/showexpl")
+ (synopsis "Typesetting LaTeX source code")
+ (description
+ "This package provides a way to typeset LaTeX source code and the related
+result in the same document.")
+ (license license:lppl1.2+)))
+
(define-public texlive-latex-stackengine
(package
(inherit (simple-texlive-package
- 03/452: guix: import: Update texlive importer according to new build system., (continued)
- 03/452: guix: import: Update texlive importer according to new build system., guix-commits, 2023/06/09
- 14/452: gnu: texlive-latex-eqparbox -> texlive-eqparbox., guix-commits, 2023/06/09
- 23/452: gnu: Add texlive-lualatex-math., guix-commits, 2023/06/09
- 17/452: gnu: Add texlive-minitoc., guix-commits, 2023/06/09
- 20/452: gnu: Add texlive-mfirstuc., guix-commits, 2023/06/09
- 15/452: gnu: texlive-latex-etoc -> texlive-etoc., guix-commits, 2023/06/09
- 28/452: gnu: Add texlive-refstyle., guix-commits, 2023/06/09
- 30/452: gnu: Add texlive-breakurl., guix-commits, 2023/06/09
- 31/452: gnu: Add texlive-chngcntr., guix-commits, 2023/06/09
- 32/452: gnu: Add texlive-multido., guix-commits, 2023/06/09
- 34/452: gnu: Add texlive-showexpl.,
guix-commits <=
- 36/452: gnu: texlive-latex-backend -> texlive-backend., guix-commits, 2023/06/09
- 44/452: gnu: texlive-latex-newfloat -> texlive-newfloat., guix-commits, 2023/06/09
- 54/452: gnu: texlive-latex-galois -> texlive-galois., guix-commits, 2023/06/09
- 60/452: gnu: texlive-latex-mdwtools -> texlive-mdwtools., guix-commits, 2023/06/09
- 81/452: gnu: texlive-latex-translations -> texlive-translations., guix-commits, 2023/06/09
- 79/452: gnu: texlive-latex-jknapltx -> texlive-jknapltx., guix-commits, 2023/06/09
- 18/452: gnu: Add texlive-lwarp., guix-commits, 2023/06/09
- 88/452: gnu: texlive-latex-tabulary -> texlive-tabulary., guix-commits, 2023/06/09
- 93/452: gnu: texlive-preprint: Fix build., guix-commits, 2023/06/09
- 90/452: gnu: texlive-latex-type1cm -> texlive-type1cm., guix-commits, 2023/06/09