me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-fcolumn.

* gnu/packages/tex.scm (texlive-fcolumn): New variable.
master
Nicolas Goaziou 2023-08-29 15:50:04 +02:00
parent 4d9f1aa05f
commit 69e70d1605
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 22 additions and 0 deletions

View File

@ -81882,6 +81882,28 @@ b)ottom, for example: @samp{\\fbox[lt]@{foo@}}. Using uppercase letters or
a combination of lowercase and uppercase is also possible.")
(license license:lppl1.3c)))
(define-public texlive-fcolumn
(package
(name "texlive-fcolumn")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/fcolumn/" "source/latex/fcolumn/"
"tex/latex/fcolumn/")
(base32
"1ry6fjbmf0nmnjw047igyz0abmzmvj3ff6lpnj1b9sarmhn1svlz")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/fcolumn")
(synopsis "Typesetting financial tables")
(description
"In financial reports, text and currency amounts are regularly put in one
table, e.g., a year balance or a profit-and-loss overview. This package
provides the settings for automatically typesetting such columns, including
the sum line (preceded by a rule of the correct width) using the specifier
@samp{f}.")
(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