mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 15:22:18 -05:00
gnu: Add texlive-interpreter.
* gnu/packages/tex.scm (texlive-interpreter): New variable.
This commit is contained in:
parent
98dc182533
commit
487f167230
1 changed files with 22 additions and 0 deletions
|
@ -9223,6 +9223,28 @@ (define-public texlive-innerscript
|
|||
@code{\\mathord}, effectively eliminating this class.")
|
||||
(license license:lppl1.3c)))
|
||||
|
||||
(define-public texlive-interpreter
|
||||
(package
|
||||
(name "texlive-interpreter")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/luatex/interpreter/"
|
||||
"tex/luatex/interpreter/")
|
||||
(base32
|
||||
"03h6bjhvbl3bfkiyssplivqmn2986asv8b1jvr1ahsh7p04bkk4j")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/interpreter")
|
||||
(synopsis "Translate input files on the fly")
|
||||
(description
|
||||
"The package preprocesses input files to a Lua(La)TeX run, on the fly.
|
||||
The user defines Lua regular expressions to search for patterns and modify
|
||||
input lines (or entire paragraphs) accordingly, before TeX reads the material.
|
||||
In this way, documents may be prepared in a non-TeX language (e.g., some
|
||||
lightweight markup language) and turned into proper TeX for processing.")
|
||||
(license license:lppl)))
|
||||
|
||||
(define-public texlive-times
|
||||
(package
|
||||
(name "texlive-times")
|
||||
|
|
Loading…
Reference in a new issue