diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index 5e59baec97..bf00595cff 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -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