me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-arydshln.

* gnu/packages/tex.scm (texlive-arydshln): New variable.
master
Nicolas Goaziou 2023-08-29 15:43:55 +02:00
parent 775d746d3d
commit 8065b2b433
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 23 additions and 0 deletions

View File

@ -73101,6 +73101,29 @@ the @code{arrayjob} package.")
the arrays should have been created using the @code{arrayjobx} package.") the arrays should have been created using the @code{arrayjobx} package.")
(license license:lppl1.2+))) (license license:lppl1.2+)))
(define-public texlive-arydshln
(package
(name "texlive-arydshln")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/arydshln/"
"source/latex/arydshln/"
"tex/latex/arydshln/")
(base32
"0zhn8fq92ghkci457qmls90yd2q55zfgqd6rxyhzl5nsfhamcrvh")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/arydshln")
(synopsis "Draw dash-lines in array/tabular")
(description
"The package is to draw dash-lines in @code{array} and @code{tabular}
environments. Horizontal lines are drawn by @code{\\hdashline} and
@code{\\cdashline} while vertical ones can be specified as a part of the
preamble using @samp{:}. The shape of dash-lines may be controlled through
style parameters or optional arguments.")
(license license:lppl1.0+)))
;;; ;;;
;;; 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