me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-braille.

* gnu/packages/tex.scm (texlive-braille): New variable.
Nicolas Goaziou 2023-08-21 11:50:27 +02:00
parent be76eabd9d
commit 51acbd1c32
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 21 additions and 0 deletions

View File

@ -6433,6 +6433,27 @@ those long IUPAC compound names, and some chemical idioms. It also supports
the labelling of compounds and reference to labelled compounds.")
(license license:lppl)))
(define-public texlive-braille
(package
(name "texlive-braille")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/braille/" "tex/latex/braille/")
(base32
"021nxjz23gn8zjrrzxggjaqq3gv894c512x15kffywm8h5k0bzy5")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/braille")
(synopsis "Support for Braille")
(description
"This package allows the user to produce Braille documents on paper for
the blind without knowing Braille. Python scripts @file{grade1.py} and
@file{grade2.py} convert ordinary text to grade 1 and 2 Braille tags; then,
the LaTeX package takes the tags and prints out corresponding Braille
symbols.")
(license license:lppl1.3+)))
(define-public texlive-breakcites
(package
(name "texlive-breakcites")