mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 00:52:55 -05:00
gnu: Add texlive-drac.
* gnu/packages/tex.scm (texlive-drac): New variable.
This commit is contained in:
parent
a206ae31d1
commit
7d2247b12d
1 changed files with 24 additions and 0 deletions
|
@ -79520,6 +79520,30 @@ (define-public texlive-dprogress
|
|||
loaded) details of the @code{align} environment.")
|
||||
(license license:lppl)))
|
||||
|
||||
(define-public texlive-drac
|
||||
(package
|
||||
(name "texlive-drac")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/drac/" "source/latex/drac/"
|
||||
"tex/latex/drac/")
|
||||
(base32
|
||||
"0clkdwjk28vqqzvzby9v28ysmhg7avfqkf093844p8bfjs2i3csw")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/drac")
|
||||
(synopsis "Declare active character substitution, robustly")
|
||||
(description
|
||||
"The package provides macros @code{\\DeclareRobustActChar} and
|
||||
@code{\\ReDeclareRobActChar}. One uses @code{\\DeclareRobustActChar} in the
|
||||
same way one would use @code{\\DeclareRobustCommand}; the macro
|
||||
@code{\\protects} the active character when it appears in a moving argument.
|
||||
@code{\\ReDeclareRobActChar} redefines an active character previously defined
|
||||
with @code{\\DeclareRobustActChar}, in the same way that @code{\\renewcommand}
|
||||
works for ordinary commands.")
|
||||
(license license:lppl)))
|
||||
|
||||
;;;
|
||||
;;; Avoid adding new packages to the end of this file. To reduce the chances
|
||||
;;; of a merge conflict, place them above by existing packages with similar
|
||||
|
|
Loading…
Reference in a new issue