me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-bilingualpages.

* gnu/packages/tex.scm (texlive-bilingualpages): New variable.
master
Nicolas Goaziou 2023-08-29 15:44:51 +02:00
parent 113279c367
commit 10afbc0088
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 19 additions and 0 deletions

View File

@ -74402,6 +74402,25 @@ references.")
An example would be when the integrand is a matrix.")
(license license:lppl)))
(define-public texlive-bilingualpages
(package
(name "texlive-bilingualpages")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/bilingualpages/"
"tex/latex/bilingualpages/")
(base32
"0byjjkbswy7m80qdw2q3k9nqkgkyw4ary40ccgrq7m1dnirrnb48")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/bilingualpages")
(synopsis "Typeset two columns in parallel")
(description
"This is a simple wrapper for the @code{paracol} package for setting
two-column parallel text.")
(license license:lppl1.3c)))
;;;
;;; Avoid adding new packages to the end of this file. To reduce the chances
;;; of a merge conflict, place them above by existing packages with similar