gnu: Add texlive-parades.
* gnu/packages/tex.scm (texlive-parades): New variable.
This commit is contained in:
parent
773daf6e7e
commit
f1c33c23ce
1 changed files with 20 additions and 0 deletions
|
@ -91367,6 +91367,26 @@ you produce multi-column (e.g., bilingual) document switching and sychronizing
|
||||||
each corresponding part in parallel.")
|
each corresponding part in parallel.")
|
||||||
(license license:lppl)))
|
(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
|
;;; 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
|
||||||
|
|
Reference in a new issue