[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
358/421: gnu: Add texlive-manfnt.
From: |
guix-commits |
Subject: |
358/421: gnu: Add texlive-manfnt. |
Date: |
Sun, 28 May 2023 01:30:27 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 252872f5ecbe9607f09f995e63faac7e4c537ac5
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")
- 321/421: gnu: texlive-l3build: Refresh package definition., (continued)
- 321/421: gnu: texlive-l3build: Refresh package definition., guix-commits, 2023/05/28
- 319/421: gnu: texlive-lua-alt-getopt: Refresh package definition., guix-commits, 2023/05/28
- 326/421: gnu: texlive-glyphlist: Refresh package definition., guix-commits, 2023/05/28
- 330/421: gnu: texlive-kpfonts: Refresh package definition., guix-commits, 2023/05/28
- 342/421: gnu: texlive-lm-math: Refresh package definition., guix-commits, 2023/05/28
- 340/421: gnu: texlive-mflogo-font: Refresh package definition., guix-commits, 2023/05/28
- 348/421: gnu: texlive-cm: Refresh package definition., guix-commits, 2023/05/28
- 351/421: gnu: texlive-fontname: Refresh package definition., guix-commits, 2023/05/28
- 352/421: gnu: texlive-fontinst: Refresh package definition., guix-commits, 2023/05/28
- 355/421: gnu: texlive-underscore: Refresh package definition., guix-commits, 2023/05/28
- 358/421: gnu: Add texlive-manfnt.,
guix-commits <=
- 362/421: gnu: texlive-siunitx: Refresh package definition., guix-commits, 2023/05/28
- 363/421: gnu: texlive-context: Refresh package definition., guix-commits, 2023/05/28
- 375/421: gnu: texlive-pagenote: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/28
- 370/421: gnu: texlive-amscls: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/28
- 380/421: gnu: texlive-fvextra: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/28
- 400/421: gnu: texlive-mflogo-font: Fix build., guix-commits, 2023/05/28
- 397/421: gnu: texlive-cm: Fix build., guix-commits, 2023/05/28
- 415/421: gnu: Add texlive-knuth-local., guix-commits, 2023/05/28
- 413/421: gnu: Add texlive-sansmathfonts., guix-commits, 2023/05/28
- 389/421: gnu: texlive-lastpage: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/28