all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#57641] [PATCH] gnu: Add texlive-latex-sidecap.
@ 2022-09-07 10:22 Wiktor Żelazny
  2022-09-24 13:27 ` bug#57641: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Wiktor Żelazny @ 2022-09-07 10:22 UTC (permalink / raw)
  To: 57641; +Cc: Wiktor Żelazny

From: Wiktor Żelazny <wzelazny@vurv.cz>

* gnu/packages/tex.scm (texlive-latex-sidecap): New variable.
---
 gnu/packages/tex.scm | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 56308c4cf9..176021d7da 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -6858,6 +6858,24 @@ (define-public texlive-stix2-otf
 and alphabets with a set of text faces suitable for professional publishing.")
       (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
   (let ((template (simple-texlive-package
                    "texlive-stmaryrd"

base-commit: 0321ceef08e53febe18a218fe355c4757560de0d
-- 
2.37.2





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#57641: [PATCH] gnu: Add texlive-latex-sidecap.
  2022-09-07 10:22 [bug#57641] [PATCH] gnu: Add texlive-latex-sidecap Wiktor Żelazny
@ 2022-09-24 13:27 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2022-09-24 13:27 UTC (permalink / raw)
  To: Wiktor Żelazny; +Cc: Wiktor Żelazny, 57641-done

Wiktor Żelazny <wz@freeshell.de> skribis:

> From: Wiktor Żelazny <wzelazny@vurv.cz>
>
> * gnu/packages/tex.scm (texlive-latex-sidecap): New variable.

Applied, thanks!




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-09-24 13:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-07 10:22 [bug#57641] [PATCH] gnu: Add texlive-latex-sidecap Wiktor Żelazny
2022-09-24 13:27 ` bug#57641: " Ludovic Courtès

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.