gnu: Add texlive-ascii-chart.
* gnu/packages/tex.scm (texlive-ascii-chart): New variable.
This commit is contained in:
parent
b1cd26e2b2
commit
63ccc655ef
1 changed files with 18 additions and 0 deletions
|
@ -1658,6 +1658,24 @@ three extra questions (with their answers) that Michael Downes didn't manage
|
||||||
to get onto CTAN.")
|
to get onto CTAN.")
|
||||||
(license license:lppl)))
|
(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
|
(define-public texlive-autoaligne
|
||||||
(package
|
(package
|
||||||
(name "texlive-autoaligne")
|
(name "texlive-autoaligne")
|
||||||
|
|
Reference in a new issue