mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 06:42:14 -05:00
gnu: Add texlive-ltxnew.
* gnu/packages/tex.scm (texlive-ltxnew): New variable.
This commit is contained in:
parent
53f5856ed3
commit
e70d162a01
1 changed files with 24 additions and 0 deletions
|
@ -87746,6 +87746,30 @@ (define-public texlive-ltxkeys
|
|||
keys.")
|
||||
(license license:lppl)))
|
||||
|
||||
(define-public texlive-ltxnew
|
||||
(package
|
||||
(name "texlive-ltxnew")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/ltxnew/" "source/latex/ltxnew/"
|
||||
"tex/latex/ltxnew/")
|
||||
(base32
|
||||
"0c60x0qmjxxi3l8zbc12xv4hyj3apr9m3knjl0vsj8dyl9iyan0s")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/ltxnew")
|
||||
(synopsis "Simple means of creating commands")
|
||||
(description
|
||||
"The package @code{ltxnew} provides @code{\\new}, @code{\\renew} and
|
||||
@code{\\provide} prefixes for checking definitions. It is designed to work
|
||||
with e-TeX distributions of LaTeX and relies on the LaTeX internal macro
|
||||
@code{\\@@ifdefinable}. Local allocation of counters, dimensions, skips,
|
||||
muskips, boxes, tokens and marks are provided by the etex package.
|
||||
@code{\\new} and @code{\\renew} as well as @code{\\provide} may be used for
|
||||
all kind of control sequences.")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
;;;
|
||||
;;; 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