[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
352/409: gnu: Add texlive-manfnt.
From: |
guix-commits |
Subject: |
352/409: gnu: Add texlive-manfnt. |
Date: |
Sat, 20 May 2023 04:03:13 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 58d9a2458ba0d093816d4274ab5bba31899e0be6
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")
- 301/409: gnu: texlive-etoolbox: Refresh package definition., (continued)
- 301/409: gnu: texlive-etoolbox: Refresh package definition., guix-commits, 2023/05/20
- 302/409: gnu: texlive-doi: Refresh package definition., guix-commits, 2023/05/20
- 303/409: gnu: texlive-ddphonism: Refresh package definition., guix-commits, 2023/05/20
- 312/409: gnu: texlive-luaotfload: Refresh package definition., guix-commits, 2023/05/20
- 314/409: gnu: texlive-lualibs: Refresh package definition., guix-commits, 2023/05/20
- 332/409: gnu: texlive-etex: Refresh package definition., guix-commits, 2023/05/20
- 334/409: gnu: texlive-mflogo-font: Refresh package definition., guix-commits, 2023/05/20
- 335/409: gnu: texlive-knuth-lib: Refresh package definition., guix-commits, 2023/05/20
- 348/409: gnu: texlive-hyphen-base: Refresh package definition., guix-commits, 2023/05/20
- 351/409: gnu: texlive-dvipdfmx: Refresh package definition., guix-commits, 2023/05/20
- 352/409: gnu: Add texlive-manfnt.,
guix-commits <=
- 355/409: gnu: Add texlive-luatex., guix-commits, 2023/05/20
- 357/409: gnu: texlive-latex-base: Refresh package definition., guix-commits, 2023/05/20
- 363/409: gnu: texlive-amscls: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/20
- 367/409: gnu: texlive-sectsty: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/20
- 389/409: guix: texlive-build-system: Generate font metrics., guix-commits, 2023/05/20
- 408/409: gnu: Add texlive-semaphor., guix-commits, 2023/05/20
- 398/409: gnu: texlive-rsfs: Fix build., guix-commits, 2023/05/20
- 127/409: gnu: Add texlive-newverbs., guix-commits, 2023/05/20
- 174/409: gnu: texlive-fmtcount: Refresh package definition., guix-commits, 2023/05/20
- 175/409: gnu: texlive-nth: Refresh package definition., guix-commits, 2023/05/20