me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-ascii-chart.

* gnu/packages/tex.scm (texlive-ascii-chart): New variable.
Nicolas Goaziou 2023-08-04 12:01:58 +02:00
parent b1cd26e2b2
commit 63ccc655ef
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 18 additions and 0 deletions

View File

@ -1658,6 +1658,24 @@ three extra questions (with their answers) that Michael Downes didn't manage
to get onto CTAN.")
(license license:lppl)))
(define-public texlive-ascii-chart
(package
(name "texlive-ascii-chart")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/support/ascii-chart/")
(base32
"1m2x7iwz80plq6hbhp9xia6bp8wbi03iifs0pkr7ji3gn8hqgh1r")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/ascii-chart")
(synopsis "ASCII wall chart")
(description
"This package contains an ASCII wall chart. The document may be
converted between Plain TeX and LaTeX by a simple editing action.")
(license license:lppl1.3+)))
(define-public texlive-autoaligne
(package
(name "texlive-autoaligne")