mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: Add texlive-ucharcat.
* gnu/packages/tex.scm (texlive-ucharcat): New variable.
This commit is contained in:
parent
3ae611e95f
commit
3385104063
1 changed files with 23 additions and 0 deletions
|
@ -7855,6 +7855,29 @@ (define-public texlive-wrapfig
|
|||
|
||||
(define-deprecated-package texlive-latex-wrapfig texlive-wrapfig)
|
||||
|
||||
(define-public texlive-ucharcat
|
||||
(package
|
||||
(name "texlive-ucharcat")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/ucharcat/"
|
||||
"source/latex/ucharcat/"
|
||||
"tex/latex/ucharcat/")
|
||||
(base32
|
||||
"0r6mphnn26053vb4bgw1zjhw7y7xjavii9hnn7607cbscnx5f9di")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/ucharcat")
|
||||
(synopsis
|
||||
"Implementation of the XeTeX @code{\\Ucharcat} command for LuaTeX")
|
||||
(description
|
||||
"The package implements the @code{\\Ucharcat} command for LuaLaTeX.
|
||||
@code{\\Ucharcat} is a new primitive in XeTeX, an extension of the existing
|
||||
@code{\\Uchar} command, that allows the specification of the catcode as well
|
||||
as character code of the character token being constructed.")
|
||||
(license license:lppl)))
|
||||
|
||||
(define-public texlive-ucs
|
||||
(package
|
||||
(name "texlive-ucs")
|
||||
|
|
Loading…
Reference in a new issue