mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-29 07:42:23 -05:00
gnu: Add texlive-interchar.
* gnu/packages/tex.scm (texlive-interchar): New variable.
This commit is contained in:
parent
50e433f08c
commit
6e33208a28
1 changed files with 21 additions and 0 deletions
|
@ -5837,6 +5837,27 @@ (define-public texlive-ifplatform
|
|||
|
||||
(define-deprecated-package texlive-latex-ifplatform texlive-ifplatform)
|
||||
|
||||
(define-public texlive-interchar
|
||||
(package
|
||||
(name "texlive-interchar")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/xelatex/interchar/"
|
||||
"tex/xelatex/interchar/")
|
||||
(base32
|
||||
"06pvpaph1gi3rjvwzpvzc2rlx0wb8fqmidbfh8dw2qazzbirdlnz")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/interchar")
|
||||
(synopsis "Managing character class schemes in XeTeX")
|
||||
(description
|
||||
"The package manages character class schemes of XeTeX. Using this
|
||||
package, you may switch among different character class schemes. Migration
|
||||
commands are provided for make packages using this mechanism compatible with
|
||||
each others.")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
(define-public texlive-latexmk
|
||||
(package
|
||||
(name "texlive-latexmk")
|
||||
|
|
Loading…
Reference in a new issue