[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
352/452: gnu: Add texlive-manfnt.
From: |
guix-commits |
Subject: |
352/452: gnu: Add texlive-manfnt. |
Date: |
Fri, 9 Jun 2023 13:44:00 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 4436403b258f0df01598575a56f153abfaaf09d9
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed May 17 11:28:48 2023 +0200
gnu: Add texlive-manfnt.
* gnu/packages/tex.scm (texlive-manfnt): New variable.
---
gnu/packages/tex.scm | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 6722fc9345..4b275e83c4 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -4756,6 +4756,25 @@ definitions.")
(define-deprecated-package texlive-latex-amsmath texlive-amsmath)
+(define-public texlive-manfnt
+ (package
+ (name "texlive-manfnt")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/manfnt/" "source/latex/manfnt/"
+ "tex/latex/manfnt/")
+ (base32
+ "0iwka406hkxb85yqg4kwr81483s3h250way1pmbfb67vl3x4p60x")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/manfnt")
+ (synopsis "LaTeX support for the TeX book symbols")
+ (description
+ "This package provides a LaTeX package for easy access to the symbols of
+the Knuth's manual font, such as the Dangerous Bend and Manual-errata Arrow.")
+ (license license:lppl)))
+
(define-public texlive-mathdots
(package
(name "texlive-mathdots")
- 326/452: gnu: texlive-inputenx: Refresh package definition., (continued)
- 326/452: gnu: texlive-inputenx: Refresh package definition., guix-commits, 2023/06/09
- 330/452: gnu: texlive-helvetic: Refresh package definition., guix-commits, 2023/06/09
- 329/452: gnu: texlive-dehyph-exptl: Refresh package definition., guix-commits, 2023/06/09
- 332/452: gnu: texlive-etex: Refresh package definition., guix-commits, 2023/06/09
- 339/452: gnu: texlive-courier: Refresh package definition., guix-commits, 2023/06/09
- 341/452: gnu: texlive-cm-lgc: Refresh package definition., guix-commits, 2023/06/09
- 342/452: gnu: texlive-cm: Refresh package definition., guix-commits, 2023/06/09
- 345/452: gnu: texlive-fontname: Refresh package definition., guix-commits, 2023/06/09
- 347/452: gnu: texlive-tex-ini-files: Refresh package definition., guix-commits, 2023/06/09
- 348/452: gnu: texlive-hyphen-base: Refresh package definition., guix-commits, 2023/06/09
- 352/452: gnu: Add texlive-manfnt.,
guix-commits <=
- 367/452: gnu: texlive-sectsty: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/09
- 364/452: gnu: texlive-amscls: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/09
- 371/452: gnu: texlive-grfext: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/09
- 376/452: gnu: texlive-babel-dutch: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/09
- 382/452: gnu: texlive-datatool: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/09
- 388/452: gnu: simple-texlive-package: Remove it., guix-commits, 2023/06/09
- 393/452: gnu: texlive-knuth-lib: Fix build., guix-commits, 2023/06/09
- 392/452: gnu: texlive-etex: Fix build., guix-commits, 2023/06/09
- 404/452: gnu: texlive-cs: Fix build., guix-commits, 2023/06/09
- 400/452: gnu: texlive-tipa: Fix build., guix-commits, 2023/06/09