[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/93: gnu: Add texlive-borceux.
From: |
guix-commits |
Subject: |
07/93: gnu: Add texlive-borceux. |
Date: |
Thu, 20 Jul 2023 05:21:13 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 2d41b12cf6656965f93732145cc3cf0b03008a1c
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Jul 20 10:44:16 2023 +0200
gnu: Add texlive-borceux.
* gnu/packages/tex.scm (texlive-borceux): 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 8d1f71dc89..0dc6a08dfd 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -1320,6 +1320,32 @@ out in a single macro call. A variant of the operation
is provided, that
retains outer braces.")
(license license:lppl1.3+)))
+(define-public texlive-borceux
+ (package
+ (name "texlive-borceux")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/borceux/"
+ "tex/generic/borceux/")
+ (base32
+ "1fil90jsiqg7b0if3yq0jxv4rh7vanj2yj9pv8pnfkhvqii4p821")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/borceux")
+ (synopsis "Diagram macros by Francois Borceux")
+ (description
+ "The macros support the construction of diagrams, such as those that
+appear in category theory texts. The user gives the list of vertices and
+arrows to be included, just as when composing a matrix, and the program takes
+care of computing the dimensions of the arrows and realizing the page setting.
+All the user has to do about the arrows is to specify their
+type (monomorphism, pair of adjoint arrows, etc.) and their direction (north,
+south-east, etc.); 12 types and 32 directions are available.")
+ ;; "You may freely use, modify, and/or distribute each of the
+ ;; files in this package without limitation."
+ (license (license:fsf-free "file://doc/generic/borceux/README"))))
+
(define-public texlive-dosepsbin
(package
(name "texlive-dosepsbin")
- branch master updated (6547d3852b -> f019ce027c), guix-commits, 2023/07/20
- 01/93: gnu: Add texlive-abbr., guix-commits, 2023/07/20
- 03/93: gnu: Add texlive-apnum., guix-commits, 2023/07/20
- 05/93: gnu: Add texlive-barr., guix-commits, 2023/07/20
- 07/93: gnu: Add texlive-borceux.,
guix-commits <=
- 09/93: gnu: Add texlive-catcodes., guix-commits, 2023/07/20
- 10/93: gnu: Add texlive-chronosys., guix-commits, 2023/07/20
- 11/93: gnu: Add texlive-colorsep., guix-commits, 2023/07/20
- 18/93: gnu: Add texlive-dowith., guix-commits, 2023/07/20
- 16/93: gnu: Add texlive-dirtree., guix-commits, 2023/07/20
- 22/93: gnu: Add texlive-epsf-dvipdfmx., guix-commits, 2023/07/20
- 24/93: gnu: Add texlive-expkv-bundle., guix-commits, 2023/07/20
- 02/93: gnu: Add texlive-abstyles., guix-commits, 2023/07/20
- 04/93: gnu: Add texlive-autoaligne., guix-commits, 2023/07/20
- 06/93: gnu: Add texlive-bitelist., guix-commits, 2023/07/20