[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
163/435: gnu: Add texlive-ntheorem.
From: |
guix-commits |
Subject: |
163/435: gnu: Add texlive-ntheorem. |
Date: |
Tue, 6 Jun 2023 11:39:36 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 8aa002fc5ec55c146a3397cb6bac5dc63167476e
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon May 15 12:32:47 2023 +0200
gnu: Add texlive-ntheorem.
* gnu/packages/tex.scm (texlive-ntheorem): 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 cc43c7f1c1..bbf2794dd7 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -11962,6 +11962,30 @@ TeX users have no access to package options, so need
to redefine macros for
these changes.")
(license license:public-domain)))
+(define-public texlive-ntheorem
+ (package
+ (name "texlive-ntheorem")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/ntheorem/" "source/latex/ntheorem/"
+ "tex/latex/ntheorem/")
+ (base32
+ "16xain8s0azcnhwj5xwh3m365sb9bhdvxanh19kvmnc52dggjc1y")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (propagated-inputs
+ (list texlive-amsfonts))
+ (home-page "https://ctan.org/pkg/ntheorem")
+ (synopsis "Enhanced theorem environment")
+ (description
+ "The package offers enhancements for theorem-like environments: easier
+control of layout; proper placement of endmarks even when the environment ends
+with @code{\\end@{enumerate@}} or @code{\\end@{displaymath@}} (including
+support for @code{amsmath} displayed-equation environments); and support for
+making a list of theorems, analagous to @code{\\listoffigures}.")
+ (license license:lppl)))
+
(define-public texlive-fmtcount
(package
(inherit (simple-texlive-package
- 153/435: gnu: texlive-ragged2e: Refresh package definition., (continued)
- 153/435: gnu: texlive-ragged2e: Refresh package definition., guix-commits, 2023/06/06
- 159/435: gnu: texlive-setspace: Refresh package definition., guix-commits, 2023/06/06
- 166/435: gnu: texlive-threeparttablex: Refresh package definition., guix-commits, 2023/06/06
- 170/435: gnu: texlive-apacite: Refresh package definition., guix-commits, 2023/06/06
- 179/435: gnu: Add texlive-incgraph., guix-commits, 2023/06/06
- 186/435: gnu: texlive-cabin: Refresh package definition., guix-commits, 2023/06/06
- 185/435: gnu: texlive-newtx: Refresh package definition., guix-commits, 2023/06/06
- 90/435: gnu: texlive-latex-type1cm -> texlive-type1cm., guix-commits, 2023/06/06
- 124/435: gnu: texlive-metapost: Refresh package definition., guix-commits, 2023/06/06
- 145/435: gnu: texlive-sourcecodepro: Refresh package definition., guix-commits, 2023/06/06
- 163/435: gnu: Add texlive-ntheorem.,
guix-commits <=
- 165/435: gnu: texlive-lineno: Refresh package definition., guix-commits, 2023/06/06
- 167/435: gnu: texlive-xpatch: Refresh package definition., guix-commits, 2023/06/06
- 169/435: gnu: texlive-endfloat: Refresh package definition., guix-commits, 2023/06/06
- 172/435: gnu: texlive-floatflt: Refresh package definition., guix-commits, 2023/06/06
- 175/435: gnu: texlive-nth: Refresh package definition., guix-commits, 2023/06/06
- 177/435: gnu: texlive-translator: Refresh package definition., guix-commits, 2023/06/06
- 181/435: gnu: texlive-tcolorbox: Refresh package definition., guix-commits, 2023/06/06
- 182/435: gnu: texlive-ly1: Refresh package definition., guix-commits, 2023/06/06
- 183/435: gnu: texlive-xcharter: Refresh package definition., guix-commits, 2023/06/06
- 184/435: gnu: Add texlive-etextools., guix-commits, 2023/06/06