[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
21/306: gnu: Add texlive-ascii-font.
From: |
guix-commits |
Subject: |
21/306: gnu: Add texlive-ascii-font. |
Date: |
Mon, 21 Aug 2023 10:35:25 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 8a4d40d1a97dcfc0e483cfa100bde9f40500a1c9
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Aug 21 10:52:42 2023 +0200
gnu: Add texlive-ascii-font.
* gnu/packages/tex.scm (texlive-ascii-font): 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 332cf97eb6..74e96ce2c4 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -3098,6 +3098,30 @@ this time, only XeTeX and LuaTeX are supported.")
converted between Plain TeX and LaTeX by a simple editing action.")
(license license:lppl1.3+)))
+(define-public texlive-ascii-font
+ (package
+ (name "texlive-ascii-font")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/ascii-font/"
+ "fonts/map/dvips/ascii-font/"
+ "fonts/tfm/public/ascii-font/"
+ "fonts/type1/public/ascii-font/"
+ "source/fonts/ascii-font/"
+ "tex/latex/ascii-font/")
+ (base32
+ "0cbzvbszxyv552z1274m3bf5k40xr8w12da17db0w2w02y47nyq5")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/ascii-font")
+ (synopsis "Use the ASCII font in LaTeX")
+ (description
+ "The package provides glyph and font access commands so that LaTeX users
+can use the ASCII glyphs in their documents. The ASCII font is encoded
+according to the IBM PC Code Page 437 C0 Graphics.")
+ (license license:lppl)))
+
(define-public texlive-ascmac
(package
(name "texlive-ascmac")
- 12/306: gnu: Add texlive-almfixed., (continued)
- 12/306: gnu: Add texlive-almfixed., guix-commits, 2023/08/21
- 13/306: gnu: Add texlive-andika., guix-commits, 2023/08/21
- 14/306: gnu: Add texlive-anonymouspro., guix-commits, 2023/08/21
- 15/306: gnu: Add texlive-antiqua., guix-commits, 2023/08/21
- 17/306: gnu: Add texlive-archivo., guix-commits, 2023/08/21
- 16/306: gnu: Add texlive-archaic., guix-commits, 2023/08/21
- 18/306: gnu: Add texlive-arimo., guix-commits, 2023/08/21
- 23/306: gnu: Add texlive-astro., guix-commits, 2023/08/21
- 22/306: gnu: Add texlive-aspectratio., guix-commits, 2023/08/21
- 20/306: gnu: Add texlive-asapsym., guix-commits, 2023/08/21
- 21/306: gnu: Add texlive-ascii-font.,
guix-commits <=
- 24/306: gnu: Add texlive-atkinson., guix-commits, 2023/08/21
- 29/306: gnu: Add texlive-baskervald., guix-commits, 2023/08/21
- 19/306: gnu: Add texlive-arvo., guix-commits, 2023/08/21
- 32/306: gnu: Add texlive-bbding., guix-commits, 2023/08/21
- 35/306: gnu: Add texlive-belleek., guix-commits, 2023/08/21
- 47/306: gnu: Add texlive-calligra., guix-commits, 2023/08/21
- 49/306: gnu: Add texlive-cantarell., guix-commits, 2023/08/21
- 45/306: gnu: Add texlive-brushscr., guix-commits, 2023/08/21
- 52/306: gnu: Add texlive-cascadia-code., guix-commits, 2023/08/21
- 58/306: gnu: Add texlive-clara., guix-commits, 2023/08/21