guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

37/47: gnu: Add texlive-sgame.


From: guix-commits
Subject: 37/47: gnu: Add texlive-sgame.
Date: Thu, 17 Aug 2023 09:52:38 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 4ed85132f31ec018395642867e1b772a4e20ce16
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Aug 17 15:23:48 2023 +0200

    gnu: Add texlive-sgame.
    
    * gnu/packages/tex.scm (texlive-sgame): New variable.
---
 gnu/packages/tex.scm | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 526e6aaeb1..6399ef3724 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -13027,6 +13027,27 @@ book.")
 electrical and electronics engineers and graph theorists.")
     (license license:lppl)))
 
+(define-public texlive-sgame
+  (package
+    (name "texlive-sgame")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/sgame/" "tex/latex/sgame/")
+             (base32
+              "0kzrimwmgwa3f61vawc1fq5vvgx4pxa2586wqhd4cf66ywdikn0v")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/sgame";)
+    (synopsis "LaTeX style for typesetting strategic games")
+    (description
+     "This package can be used to format strategic games.  For a 2x2 game,
+for example, the input: @samp{\\begin@{game@}{2}{2} &$L$ &$M$\\\\ $T$ &$2,2$
+&$2,0$\\\\ $B$ &$3,0$ &$0,9$ \\end@{game@}} produces output with (a) boxes
+around the payoffs, (b) payoff columns of equal width, and (c) payoffs
+vertically centered within the boxes.")
+    (license license:lppl)))
+
 (define-public texlive-shuffle
   (package
     (name "texlive-shuffle")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]