me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-warpcol.

* gnu/packages/tex.scm (texlive-warpcol): New variable.
master
Nicolas Goaziou 2023-08-29 16:04:44 +02:00
parent 7d3aa43b55
commit 77d6271c04
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 21 additions and 0 deletions

View File

@ -99679,6 +99679,27 @@ printed out at the very end of the logfile. This is useful for warnings such
as ``Rerun for this or that reason'' or ``This is a draft''.")
(license license:lppl)))
(define-public texlive-warpcol
(package
(name "texlive-warpcol")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/warpcol/" "source/latex/warpcol/"
"tex/latex/warpcol/")
(base32
"0f03v03vsfavkx3wchh2nli10hihapjlgw822rgxi8z6bm5jphss")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/warpcol")
(synopsis "Relative alignment of rows in numeric columns in tabulars")
(description
"This package defines a tabular column type for formatting numerical columns
in LaTeX. The column type enables numerical items to be right justified
relative to each other, while centred beneath the column label. In addition,
macros are provided to enable variations on this column type to be defined.")
(license license:lppl)))
;;;
;;; 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