mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-05 19:11:43 -05:00
gnu: Add texlive-ascii-font.
* gnu/packages/tex.scm (texlive-ascii-font): New variable.
This commit is contained in:
parent
5a46339df2
commit
8a4d40d1a9
1 changed files with 24 additions and 0 deletions
|
@ -3098,6 +3098,30 @@ (define-public texlive-ascii-chart
|
|||
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")
|
||||
|
|
Loading…
Reference in a new issue