[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
30/53: gnu: Add texlive-parallel.
From: |
guix-commits |
Subject: |
30/53: gnu: Add texlive-parallel. |
Date: |
Wed, 16 Aug 2023 14:27:08 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit a2acfbe7373282a22ff855766ff5a956b25cdcbc
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Aug 16 19:41:59 2023 +0200
gnu: Add texlive-parallel.
* gnu/packages/tex.scm (texlive-parallel): New variable.
---
gnu/packages/tex.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index f29073feaa..37e3806a3c 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -10182,6 +10182,29 @@ provided.")
systems that use the Myanmar script.")
(license license:silofl1.1)))
+(define-public texlive-parallel
+ (package
+ (name "texlive-parallel")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/parallel/"
+ "source/latex/parallel/"
+ "tex/latex/parallel/")
+ (base32
+ "14gca28ph90vhsliy5g8jc6fd87igni1wkiy41jrp33qhjiz94qa")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/parallel")
+ (synopsis "Typeset parallel texts")
+ (description
+ "This package provides a @code{parallel} environment which allows two
+potentially different texts to be typeset in two columns, while maintaining
+alignment. The two columns may be on the same page, or on facing pages. This
+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-pascaltriangle
(package
(name "texlive-pascaltriangle")
- 25/53: gnu: Add texlive-ling-macros., (continued)
- 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, 2023/08/16
- 32/53: gnu: Add texlive-phonrule., guix-commits, 2023/08/16
- 30/53: gnu: Add texlive-parallel.,
guix-commits <=
- 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
- 43/53: gnu: Add texlive-screenplay., guix-commits, 2023/08/16
- 44/53: gnu: Add texlive-screenplay-pkg., guix-commits, 2023/08/16