[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
123/245: gnu: Add texlive-lpform.
From: |
guix-commits |
Subject: |
123/245: gnu: Add texlive-lpform. |
Date: |
Sun, 30 Jul 2023 13:46:49 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit f3e2b3da8fb5472d347276a2c13bde00583a9fee
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jul 30 16:28:38 2023 +0200
gnu: Add texlive-lpform.
* gnu/packages/tex.scm (texlive-lpform): New variable.
---
gnu/packages/tex.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 8f7b59dd57..1536610527 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -4408,6 +4408,30 @@ or it encounters a repeated remainder.
@code{\\intlongdivision} stops when the
dividend stops (though the dividend doesn't have to be an integer).")
(license license:lppl)))
+(define-public texlive-lpform
+ (package
+ (name "texlive-lpform")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/lpform/" "tex/generic/lpform/")
+ (base32
+ "13pg4wb3z8xhmf9wry4rvdzhg0ydhpbdp6vxjk7g91p6s3lvqa51")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/lpform")
+ (synopsis
+ "Typesetting linear programming formulations and sets of equations")
+ (description
+ "The package is designed to aid the author writing linear programming
+formulations, one restriction at a time. With the package, one can easily
+label equations, formulations can span multiple pages and several elements of
+the layout (such as spacing, texts and equation tags) are also customizable.
+Besides linear programming formulations, this package can also be used to
+display any series of aligned equations with easy labeling/referencing and
+other customization options.")
+ (license license:lppl)))
+
(define-public texlive-bibtex8
(package
(name "texlive-bibtex8")
- 206/245: gnu: Add texlive-spbmark., (continued)
- 206/245: gnu: Add texlive-spbmark., guix-commits, 2023/07/30
- 189/245: gnu: Add texlive-rmathbr., guix-commits, 2023/07/30
- 217/245: gnu: Add texlive-subsupscripts., guix-commits, 2023/07/30
- 205/245: gnu: Add texlive-spalign., guix-commits, 2023/07/30
- 119/245: gnu: Add texlive-letterswitharrows., guix-commits, 2023/07/30
- 122/245: gnu: Add texlive-longdivision., guix-commits, 2023/07/30
- 113/245: gnu: Add texlive-jkmath., guix-commits, 2023/07/30
- 118/245: gnu: Add texlive-kvmap., guix-commits, 2023/07/30
- 115/245: gnu: Add texlive-karnaugh., guix-commits, 2023/07/30
- 103/245: gnu: Add texlive-hep-reference., guix-commits, 2023/07/30
- 123/245: gnu: Add texlive-lpform.,
guix-commits <=
- 130/245: gnu: Add texlive-mathpartir., guix-commits, 2023/07/30
- 138/245: gnu: Add texlive-memorygraphs., guix-commits, 2023/07/30
- 134/245: gnu: Add texlive-matrix-skeleton., guix-commits, 2023/07/30
- 144/245: gnu: Add texlive-miller., guix-commits, 2023/07/30
- 140/245: gnu: Add texlive-mgltex., guix-commits, 2023/07/30
- 142/245: gnu: Add texlive-mhchem., guix-commits, 2023/07/30
- 141/245: gnu: Add texlive-chemgreek., guix-commits, 2023/07/30
- 147/245: gnu: Add texlive-filecontentsdef., guix-commits, 2023/07/30
- 153/245: gnu: Add texlive-nicematrix., guix-commits, 2023/07/30
- 148/245: gnu: Add texlive-naive-ebnf., guix-commits, 2023/07/30