[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
35/416: gnu: Add texlive-subfig.
From: |
guix-commits |
Subject: |
35/416: gnu: Add texlive-subfig. |
Date: |
Sun, 28 May 2023 02:32:09 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 62149cbe1b005bfaacfa6c65ea8062806867f8f3
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri May 12 18:38:35 2023 +0200
gnu: Add texlive-subfig.
* gnu/packages/tex.scm (texlive-subfig): New variable.
---
gnu/packages/tex.scm | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index c443a6c139..0deb1df8de 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -7554,6 +7554,33 @@ the whole font.")
(define-deprecated-package texlive-fonts-stmaryrd texlive-stmaryrd)
+(define-public texlive-subfig
+ (package
+ (name "texlive-subfig")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/subfig/" "source/latex/subfig/"
+ "tex/latex/subfig/")
+ (base32
+ "0bq1328pb1ak91j7q8n1kh2fncr742lvff7apgf8kkxzxjfg2z9r")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (propagated-inputs
+ (list texlive-caption
+ texlive-graphics))
+ (home-page "https://ctan.org/pkg/subfig")
+ (synopsis "Figures broken into subfigures")
+ (description
+ "The package provides support for the manipulation and reference of small
+or sub figures and tables within a single figure or table environment. It is
+convenient to use this package when your subfigures are to be separately
+captioned, referenced, or are to be included in the List-of-Figures. A new
+@code{\\subfigure} command is introduced which can be used inside a figure
+environment for each subfigure. An optional first argument is used as the
+caption for that subfigure.")
+ (license license:lppl)))
+
(define-public texlive-subfigure
(let ((template (simple-texlive-package
"texlive-subfigure"
- 22/416: gnu: Add texlive-currfile., (continued)
- 22/416: gnu: Add texlive-currfile., guix-commits, 2023/05/28
- 23/416: gnu: Add texlive-lualatex-math., guix-commits, 2023/05/28
- 25/416: gnu: Add texlive-dehyph., guix-commits, 2023/05/28
- 24/416: gnu: Add texlive-enctex., guix-commits, 2023/05/28
- 26/416: gnu: Add texlive-passivetex., guix-commits, 2023/05/28
- 28/416: gnu: Add texlive-refstyle., guix-commits, 2023/05/28
- 30/416: gnu: Add texlive-breakurl., guix-commits, 2023/05/28
- 31/416: gnu: Add texlive-chngcntr., guix-commits, 2023/05/28
- 32/416: gnu: Add texlive-multido., guix-commits, 2023/05/28
- 33/416: gnu: Add texlive-attachfile., guix-commits, 2023/05/28
- 35/416: gnu: Add texlive-subfig.,
guix-commits <=
- 44/416: gnu: texlive-latex-newfloat -> texlive-newfloat., guix-commits, 2023/05/28
- 47/416: gnu: texlive-latex-seqsplit -> texlive-seqsplit., guix-commits, 2023/05/28
- 50/416: gnu: texlive-latex-tocloft -> texlive-tocloft., guix-commits, 2023/05/28
- 56/416: gnu: texlive-generic-babel-english -> texlive-babel-english., guix-commits, 2023/05/28
- 53/416: gnu: texlive-latex-g-brief -> texlive-g-brief., guix-commits, 2023/05/28
- 54/416: gnu: texlive-latex-galois -> texlive-galois., guix-commits, 2023/05/28
- 66/416: gnu: Add texlive-atenddvi., guix-commits, 2023/05/28
- 65/416: gnu: texlive-latex-appendix -> texlive-appendix., guix-commits, 2023/05/28
- 114/416: gnu: texlive-latex-hyphenat -> texlive-hyphenat., guix-commits, 2023/05/28
- 70/416: gnu: texlive-latex-xkeyval -> texlive-xkeyval., guix-commits, 2023/05/28