mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-20 17:53:26 -05:00
gnu: Add texlive-latex-seqsplit.
* gnu/packages/tex.scm (texlive-latex-seqsplit): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
parent
ad1d3f98b1
commit
37e4015f46
1 changed files with 21 additions and 0 deletions
|
@ -5103,6 +5103,27 @@ (define-public texlive-seminar
|
||||||
|
|
||||||
(define-deprecated-package texlive-latex-seminar texlive-seminar)
|
(define-deprecated-package texlive-latex-seminar texlive-seminar)
|
||||||
|
|
||||||
|
(define-public texlive-latex-seqsplit
|
||||||
|
(package
|
||||||
|
(inherit (simple-texlive-package
|
||||||
|
"texlive-latex-seqsplit"
|
||||||
|
(list "doc/latex/seqsplit/"
|
||||||
|
"tex/latex/seqsplit/")
|
||||||
|
(base32 "1vwzs90520qsk22djl6gs6gpqx83y4b19kziirwj2xwbivcfk1h4")
|
||||||
|
#:trivial? #t))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/seqsplit")
|
||||||
|
(synopsis "Split long sequences of characters in a neutral way")
|
||||||
|
(description
|
||||||
|
"@code{seqsplit} provides a command @code{\\seqsplit}, which makes its
|
||||||
|
argument splittable anywhere, and then leaves the TeX paragraph-maker to do the
|
||||||
|
splitting. The package is suitable for situations when one needs to type long
|
||||||
|
sequences of letters or of numbers in which there is no obvious break points to
|
||||||
|
be found, such as in base-sequences in genes or calculations of transcendental
|
||||||
|
numbers. While the package may obviously be used to typeset DNA sequences, the
|
||||||
|
user may consider the @code{dnaseq} as a rather more powerful alternative.")
|
||||||
|
(license license:lppl1.3+)))
|
||||||
|
|
||||||
(define-public texlive-latex-stackengine
|
(define-public texlive-latex-stackengine
|
||||||
(package
|
(package
|
||||||
(inherit (simple-texlive-package
|
(inherit (simple-texlive-package
|
||||||
|
|
Loading…
Reference in a new issue