mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 00:52:55 -05:00
gnu: Add texlive-finstrut.
* gnu/packages/tex.scm (texlive-finstrut): New variable.
This commit is contained in:
parent
5cb03bf9fc
commit
9b6e7cfa9c
1 changed files with 22 additions and 0 deletions
|
@ -82139,6 +82139,28 @@ (define-public texlive-fink
|
||||||
@code{currfile} instead.")
|
@code{currfile} instead.")
|
||||||
(license license:lppl)))
|
(license license:lppl)))
|
||||||
|
|
||||||
|
(define-public texlive-finstrut
|
||||||
|
(package
|
||||||
|
(name "texlive-finstrut")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "doc/latex/finstrut/"
|
||||||
|
"source/latex/finstrut/"
|
||||||
|
"tex/latex/finstrut/")
|
||||||
|
(base32
|
||||||
|
"1zpyn492xq5h50jh6wwdlj10xwvnkdhxnljqjfkiw429lgaw7qfi")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/finstrut")
|
||||||
|
(synopsis "Adjust behaviour of the ends of footnotes")
|
||||||
|
(description
|
||||||
|
"The LaTeX internal command @code{\\@@finalstrut} is used automatically used
|
||||||
|
at the end of footnote texts to insert a strut to avoid mis-spacing of
|
||||||
|
multiple footnotes. Unfortunately the command can cause a blank line at the
|
||||||
|
end of a footnote. The package provides a solution to this problem.")
|
||||||
|
(license license:lppl1.3+)))
|
||||||
|
|
||||||
;;;
|
;;;
|
||||||
;;; 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
|
||||||
|
|
Loading…
Reference in a new issue