mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 21:49:34 -05:00
gnu: Add texlive-latex-sidecap.
* gnu/packages/tex.scm (texlive-latex-sidecap): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
beec17a724
commit
9b4d2147c7
1 changed files with 18 additions and 0 deletions
|
@ -6970,6 +6970,24 @@ (define-public texlive-stix2-otf
|
||||||
and alphabets with a set of text faces suitable for professional publishing.")
|
and alphabets with a set of text faces suitable for professional publishing.")
|
||||||
(license license:silofl1.1))))
|
(license license:silofl1.1))))
|
||||||
|
|
||||||
|
(define-public texlive-latex-sidecap
|
||||||
|
(package
|
||||||
|
(inherit (simple-texlive-package
|
||||||
|
"texlive-latex-sidecap"
|
||||||
|
(list "doc/latex/sidecap/"
|
||||||
|
"tex/latex/sidecap/")
|
||||||
|
(base32 "1biyxvh7fm70pq1rxqrla2vs013bpsd1j8jvlyl3vjg433d5bly3")
|
||||||
|
#:trivial? #t))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/sidecap")
|
||||||
|
(synopsis "Typeset captions sideways")
|
||||||
|
(description
|
||||||
|
"@code{sidecap} defines environments called @code{SCfigure} and
|
||||||
|
@code{SCtable} (analogous to @code{figure} and @code{table}) to typeset
|
||||||
|
captions sideways. Options include @code{outercaption}, @code{innercaption},
|
||||||
|
@code{leftcaption} and @code{rightcaption}.")
|
||||||
|
(license license:lppl1.0+)))
|
||||||
|
|
||||||
(define-public texlive-stmaryrd
|
(define-public texlive-stmaryrd
|
||||||
(let ((template (simple-texlive-package
|
(let ((template (simple-texlive-package
|
||||||
"texlive-stmaryrd"
|
"texlive-stmaryrd"
|
||||||
|
|
Loading…
Reference in a new issue