[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
29/47: gnu: Add texlive-othelloboard.
From: |
guix-commits |
Subject: |
29/47: gnu: Add texlive-othelloboard. |
Date: |
Thu, 17 Aug 2023 09:52:36 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit a2abfa47f0da242ae19bf78e6f69ac5a523783b4
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Aug 17 15:20:14 2023 +0200
gnu: Add texlive-othelloboard.
* gnu/packages/tex.scm (texlive-othelloboard): New variable.
---
gnu/packages/tex.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 72f95f0436..eb46fd2b22 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -11385,6 +11385,29 @@ stylistic variants are available to suit personal
taste.")
fonts, as Metafont source.")
(license license:gpl3+)))
+(define-public texlive-othelloboard
+ (package
+ (name "texlive-othelloboard")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/othelloboard/"
+ "tex/latex/othelloboard/")
+ (base32
+ "1kaj01bn4828261n8s761qcv7hg6a5aqi577rqglbkjg9grdh1s6")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/othelloboard")
+ (synopsis
+ "Typeset othello (Reversi) diagrams of any size, with annotations")
+ (description
+ "The package enables the user to generate high-quality othello (also
+known as Reversi) board diagrams of any size. The diagrams support
+annotations, including full game transcripts. Automated board or transcript
+creation, from plain text formats standard to WZebra (and other programs) is
+also supported.")
+ (license license:lppl1.3+)))
+
(define-public texlive-otibet
(package
(name "texlive-otibet")
- 17/47: gnu: Add texlive-havannah., (continued)
- 17/47: gnu: Add texlive-havannah., guix-commits, 2023/08/17
- 42/47: gnu: Add texlive-sudokubundle., guix-commits, 2023/08/17
- 33/47: gnu: Add texlive-reverxii., guix-commits, 2023/08/17
- 18/47: gnu: Add texlive-hexboard., guix-commits, 2023/08/17
- 19/47: gnu: Add texlive-hexgame., guix-commits, 2023/08/17
- 30/47: gnu: Add texlive-pas-crosswords., guix-commits, 2023/08/17
- 40/47: gnu: Add texlive-soup., guix-commits, 2023/08/17
- 41/47: gnu: Add texlive-sudoku., guix-commits, 2023/08/17
- 43/47: gnu: Add texlive-tangramtikz., guix-commits, 2023/08/17
- 46/47: gnu: Add texlive-xskak., guix-commits, 2023/08/17
- 29/47: gnu: Add texlive-othelloboard.,
guix-commits <=
- 45/47: gnu: Add texlive-xq., guix-commits, 2023/08/17