[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
31/53: gnu: Add texlive-parrun.
From: |
guix-commits |
Subject: |
31/53: gnu: Add texlive-parrun. |
Date: |
Wed, 16 Aug 2023 14:27:08 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit f708b87294a772483f8aa624bfd9145bcb0a2fa7
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Aug 16 19:42:25 2023 +0200
gnu: Add texlive-parrun.
* gnu/packages/tex.scm (texlive-parrun): New variable.
---
gnu/packages/tex.scm | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 37e3806a3c..cc788f746c 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -10205,6 +10205,25 @@ arrangement of text is commonly used when typesetting
translations, but it can
have value when comparing any two texts.")
(license license:lppl)))
+(define-public texlive-parrun
+ (package
+ (name "texlive-parrun")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/parrun/" "source/latex/parrun/"
+ "tex/latex/parrun/")
+ (base32
+ "1cfqvsda505pxwyjv6k197lg464y4njr2j65sghvzk7qp3i6vq11")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/parrun")
+ (synopsis "Typesets (two) streams of text running parallel")
+ (description
+ "This package can be used for typesetting translated text and the
+original source, parallel on the same page, one above the other.")
+ (license license:lppl)))
+
(define-public texlive-pascaltriangle
(package
(name "texlive-pascaltriangle")
- 20/53: gnu: Add texlive-jurarsp., (continued)
- 20/53: gnu: Add texlive-jurarsp., guix-commits, 2023/08/16
- 24/53: gnu: Add texlive-lexref., guix-commits, 2023/08/16
- 25/53: gnu: Add texlive-ling-macros., guix-commits, 2023/08/16
- 26/53: gnu: Add texlive-linguex., guix-commits, 2023/08/16
- 29/53: gnu: Add texlive-nnext., guix-commits, 2023/08/16
- 33/53: gnu: Add texlive-plari., guix-commits, 2023/08/16
- 19/53: gnu: Add texlive-juramisc., guix-commits, 2023/08/16
- 21/53: gnu: Add texlive-langnames., guix-commits, 2023/08/16
- 23/53: gnu: Add texlive-lexikon., guix-commits, 2023/08/16
- 28/53: gnu: Add texlive-metrix., guix-commits, 2023/08/16
- 31/53: gnu: Add texlive-parrun.,
guix-commits <=
- 32/53: gnu: Add texlive-phonrule., guix-commits, 2023/08/16
- 30/53: gnu: Add texlive-parallel., guix-commits, 2023/08/16
- 39/53: gnu: Add texlive-qtree., guix-commits, 2023/08/16
- 40/53: gnu: Add texlive-reledmac., guix-commits, 2023/08/16
- 27/53: gnu: Add texlive-liturg., guix-commits, 2023/08/16
- 35/53: gnu: Add texlive-poemscol., guix-commits, 2023/08/16
- 41/53: gnu: Add texlive-rrgtrees., guix-commits, 2023/08/16
- 36/53: gnu: Add texlive-poetry., guix-commits, 2023/08/16
- 38/53: gnu: Add texlive-qobitree., guix-commits, 2023/08/16
- 42/53: gnu: Add texlive-rtklage., guix-commits, 2023/08/16