[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
352/418: gnu: Add texlive-manfnt.
From: |
guix-commits |
Subject: |
352/418: gnu: Add texlive-manfnt. |
Date: |
Mon, 29 May 2023 17:39:40 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 5b2a3e008ae1ad1f8a898c47653f687b399ef1a2
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 6cf06c7116..f6b57d1911 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -4768,6 +4768,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")
- 330/418: gnu: texlive-helvetic: Refresh package definition., (continued)
- 330/418: gnu: texlive-helvetic: Refresh package definition., guix-commits, 2023/05/29
- 333/418: gnu: texlive-mkpattern: Refresh package definition., guix-commits, 2023/05/29
- 342/418: gnu: texlive-cm: Refresh package definition., guix-commits, 2023/05/29
- 338/418: gnu: texlive-tex-gyre: Refresh package definition., guix-commits, 2023/05/29
- 341/418: gnu: texlive-cm-lgc: Refresh package definition., guix-commits, 2023/05/29
- 337/418: gnu: texlive-lm: Refresh package definition., guix-commits, 2023/05/29
- 345/418: gnu: texlive-fontname: Refresh package definition., guix-commits, 2023/05/29
- 347/418: gnu: texlive-tex-ini-files: Refresh package definition., guix-commits, 2023/05/29
- 351/418: gnu: texlive-dvipdfmx: Refresh package definition., guix-commits, 2023/05/29
- 348/418: gnu: texlive-hyphen-base: Refresh package definition., guix-commits, 2023/05/29
- 352/418: gnu: Add texlive-manfnt.,
guix-commits <=
- 354/418: gnu: Add texlive-mptopdf., guix-commits, 2023/05/29
- 361/418: gnu: simple-texlive-package: Turn it into a stub., guix-commits, 2023/05/29
- 411/418: guix: import: Fix Creative Common licenses in texlive importer., guix-commits, 2023/05/29
- 375/418: gnu: texlive-babel-czech: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/29
- 399/418: gnu: texlive-eurosym: Fix build., guix-commits, 2023/05/29
- 405/418: gnu: texlive-lh: Fix build., guix-commits, 2023/05/29
- 378/418: gnu: texlive-babel-danish: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/29
- 371/418: gnu: texlive-grfext: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/29
- 409/418: gnu: Add texlive-knuth-local., guix-commits, 2023/05/29
- 374/418: gnu: texlive-fvextra: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/29