[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
30/44: gnu: Add texlive-latex-subfigure.
From: |
Ricardo Wurmus |
Subject: |
30/44: gnu: Add texlive-latex-subfigure. |
Date: |
Sun, 9 Jul 2017 11:09:13 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 2db3a03445aed196ffdcd0a92fe642b4e72d8745
Author: Ricardo Wurmus <address@hidden>
Date: Sun Jul 2 15:17:59 2017 +0200
gnu: Add texlive-latex-subfigure.
* gnu/packages/tex.scm (texlive-latex-subfigure): New variable.
---
gnu/packages/tex.scm | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 5ac55b9..5baca16 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -2096,6 +2096,32 @@ use under LaTeX; the package supports the @code{only}
option (provided by the
the whole font.")
(license license:lppl)))
+(define-public texlive-latex-subfigure
+ (package
+ (name "texlive-latex-subfigure")
+ (version (number->string %texlive-revision))
+ (source (origin
+ (method svn-fetch)
+ (uri (texlive-ref "latex" "subfigure"))
+ (sha256
+ (base32
+ "15spcl5wb7w269qd6y596vp4yi8sa5ppcx8w4z2i9kyp02r3a0yb"))))
+ (build-system texlive-build-system)
+ (arguments '(#:tex-directory "latex/subfigure"))
+ (home-page "http://www.ctan.org/pkg/subfigure")
+ (synopsis "Figures divided into subfigures")
+ (description
+ "This (deprecated) 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. The package is now
+considered obsolete: it was superseded by @code{subfig}, but users may find
+the more recent @code{subcaption} package more satisfactory.")
+ (license license:lppl)))
+
(define texlive-texmf
(package
(name "texlive-texmf")
- 36/44: gnu: Add texlive-latex-eepic., (continued)
- 36/44: gnu: Add texlive-latex-eepic., Ricardo Wurmus, 2017/07/09
- 41/44: gnu: lilypond: Use texlive-union., Ricardo Wurmus, 2017/07/09
- 25/44: gnu: Add texlive-latex-jknapltx., Ricardo Wurmus, 2017/07/09
- 27/44: gnu: Add texlive-latex-overpic., Ricardo Wurmus, 2017/07/09
- 33/44: gnu: Add texlive-generic-epsf., Ricardo Wurmus, 2017/07/09
- 40/44: doc: Recommend rebuilding the font cache., Ricardo Wurmus, 2017/07/09
- 14/44: gnu: Add texlive-latex-amsfonts., Ricardo Wurmus, 2017/07/09
- 35/44: gnu: Add texlive-latex-eso-pic., Ricardo Wurmus, 2017/07/09
- 34/44: gnu: Add texlive-fonts-ec., Ricardo Wurmus, 2017/07/09
- 44/44: gnu: gtk-doc: Fix dblatex problem., Ricardo Wurmus, 2017/07/09
- 30/44: gnu: Add texlive-latex-subfigure.,
Ricardo Wurmus <=
- 32/44: gnu: Add texlive-latex-wasysym., Ricardo Wurmus, 2017/07/09
- 39/44: gnu: lilypond: Update to 2.19.63., Ricardo Wurmus, 2017/07/09
- 38/44: gnu: Add texlive-metapost., Ricardo Wurmus, 2017/07/09
- 42/44: gnu: Add texlive-fonts-rsfs., Ricardo Wurmus, 2017/07/09
- 37/44: gnu: Add texlive-latex-lh., Ricardo Wurmus, 2017/07/09
- 16/44: gnu: Add texlive-latex-appendix., Ricardo Wurmus, 2017/07/09
- 20/44: gnu: Add texlive-latex-fancyhdr., Ricardo Wurmus, 2017/07/09
- 22/44: gnu: Add texlive-latex-float., Ricardo Wurmus, 2017/07/09
- 24/44: gnu: Add texlive-latex-listings., Ricardo Wurmus, 2017/07/09
- 26/44: gnu: Add texlive-latex-multirow., Ricardo Wurmus, 2017/07/09