me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-parades.

* gnu/packages/tex.scm (texlive-parades): New variable.
master
Nicolas Goaziou 2023-08-29 15:57:37 +02:00
parent 773daf6e7e
commit f1c33c23ce
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 20 additions and 0 deletions

View File

@ -91367,6 +91367,26 @@ you produce multi-column (e.g., bilingual) document switching and sychronizing
each corresponding part in parallel.")
(license license:lppl)))
(define-public texlive-parades
(package
(name "texlive-parades")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/parades/" "tex/latex/parades/")
(base32
"1s7vdypyrkvg4c17qgwy8x9d6jkjkr29cjgzg9lx2iq1zaw178zb")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/parades")
(synopsis "Tabulators and space between paragraphs in galley approach")
(description
"The LaTeX package @code{paravesp} controls the spaces above and below
paragraphs. The Python script @file{parades.py} generates paragraph styles
with support of space above, space below and tabulators. The system imposes
the galley approach on the document.")
(license license:lppl1.3+)))
;;;
;;; 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