mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-08 03:59:40 +01:00
gnu: Add texlive-paracol.
* gnu/packages/tex.scm (texlive-paracol): New variable.
This commit is contained in:
parent
78d4703a87
commit
773daf6e7e
1 changed files with 20 additions and 0 deletions
|
@ -91347,6 +91347,26 @@ appear one after another and the user can choose the number of columns, style
|
||||||
and so on. The class allows users to create newsletters too.")
|
and so on. The class allows users to create newsletters too.")
|
||||||
(license license:lppl)))
|
(license license:lppl)))
|
||||||
|
|
||||||
|
(define-public texlive-paracol
|
||||||
|
(package
|
||||||
|
(name "texlive-paracol")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "doc/latex/paracol/" "source/latex/paracol/"
|
||||||
|
"tex/latex/paracol/")
|
||||||
|
(base32
|
||||||
|
"1qrwdbz75i32gmaqg8cmzycqgjmw9m651fqq4h582lzaqkgqwyq1")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/paracol")
|
||||||
|
(synopsis "Multiple columns with texts in parallel")
|
||||||
|
(description
|
||||||
|
"The package provides yet another multi-column typesetting mechanism by which
|
||||||
|
you produce multi-column (e.g., bilingual) document switching and sychronizing
|
||||||
|
each corresponding part in parallel.")
|
||||||
|
(license license:lppl)))
|
||||||
|
|
||||||
;;;
|
;;;
|
||||||
;;; Avoid adding new packages to the end of this file. To reduce the chances
|
;;; 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
|
;;; of a merge conflict, place them above by existing packages with similar
|
||||||
|
|
Loading…
Add table
Reference in a new issue