me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-mcaption.

* gnu/packages/tex.scm (texlive-mcaption): New variable.
master
Nicolas Goaziou 2023-08-29 15:55:13 +02:00
parent 897d7d475b
commit 916e1edf1f
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 22 additions and 0 deletions

View File

@ -88398,6 +88398,28 @@ but the maths expression will be italicised if the surrounding text is.
expression is italicised.")
(license license:lppl)))
(define-public texlive-mcaption
(package
(name "texlive-mcaption")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/mcaption/"
"source/latex/mcaption/"
"tex/latex/mcaption/")
(base32
"1ibg7k05mcwjkb6ln4w6nlbp9f4iybqhs7wrc1smf6f7dh14d0np")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/mcaption")
(synopsis "Put captions in the margin")
(description
"The @code{mcaption} package provides an @code{mcaption} environment which
puts figure or table captions in the margin. The package works with the
standard classes and with the KOMA-Script document classes @code{scrartcl},
@code{scrreprt} and @code{scrbook}.")
(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