[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
35/458: gnu: Add texlive-subfig.
From: |
guix-commits |
Subject: |
35/458: gnu: Add texlive-subfig. |
Date: |
Wed, 14 Jun 2023 05:22:01 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit a289fafa2c14d9947dec39c827ad9226d8d4240b
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"
- 03/458: guix: import: Update texlive importer according to new build system., (continued)
- 03/458: guix: import: Update texlive importer according to new build system., guix-commits, 2023/06/14
- 02/458: gnu: Simplify simple-texlive-package for non-trivial packages., guix-commits, 2023/06/14
- 09/458: gnu: texlive-latex-dinbrief -> texlive-dinbrief., guix-commits, 2023/06/14
- 10/458: gnu: Add texlive-everypage., guix-commits, 2023/06/14
- 12/458: gnu: texlive-latex-trimspaces -> texlive-trimspaces., guix-commits, 2023/06/14
- 16/458: gnu: texlive-latex-expdlist -> texlive-expdlist., guix-commits, 2023/06/14
- 17/458: gnu: Add texlive-minitoc., guix-commits, 2023/06/14
- 19/458: gnu: Add texlive-xfor., guix-commits, 2023/06/14
- 20/458: gnu: Add texlive-mfirstuc., guix-commits, 2023/06/14
- 34/458: gnu: Add texlive-showexpl., guix-commits, 2023/06/14
- 35/458: gnu: Add texlive-subfig.,
guix-commits <=
- 37/458: gnu: texlive-dvips-l3backend -> texlive-l3backend., guix-commits, 2023/06/14
- 29/458: gnu: Add texlive-euenc., guix-commits, 2023/06/14
- 41/458: gnu: texlive-latex-hanging -> texlive-hanging., guix-commits, 2023/06/14
- 43/458: gnu: texlive-latex-natbib -> texlive-natbib., guix-commits, 2023/06/14
- 40/458: gnu: texlive-latex-amsrefs -> texlive-amsrefs., guix-commits, 2023/06/14
- 42/458: gnu: texlive-latex-ifplatform -> texlive-ifplatform., guix-commits, 2023/06/14
- 21/458: gnu: Add texlive-filehook., guix-commits, 2023/06/14
- 27/458: gnu: Add texlive-luabidi., guix-commits, 2023/06/14
- 28/458: gnu: Add texlive-refstyle., guix-commits, 2023/06/14
- 30/458: gnu: Add texlive-breakurl., guix-commits, 2023/06/14