mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 23:32:24 -05:00
gnu: Add texlive-fcolumn.
* gnu/packages/tex.scm (texlive-fcolumn): New variable.
This commit is contained in:
parent
4d9f1aa05f
commit
69e70d1605
1 changed files with 22 additions and 0 deletions
|
@ -81882,6 +81882,28 @@ (define-public texlive-fbox
|
|||
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
|
||||
|
|
Loading…
Reference in a new issue