gnu: Add texlive-apptools.
* gnu/packages/tex.scm (texlive-apptools): New variable.
This commit is contained in:
parent
138c8bf6c4
commit
cea723d2aa
1 changed files with 23 additions and 0 deletions
|
@ -72968,6 +72968,29 @@ the main part of the document. The total frame number counter is reset to
|
||||||
0 when entering the appendix.")
|
0 when entering the appendix.")
|
||||||
(license license:gpl3)))
|
(license license:gpl3)))
|
||||||
|
|
||||||
|
(define-public texlive-apptools
|
||||||
|
(package
|
||||||
|
(name "texlive-apptools")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "doc/latex/apptools/"
|
||||||
|
"source/latex/apptools/"
|
||||||
|
"tex/latex/apptools/")
|
||||||
|
(base32
|
||||||
|
"0vd1gzz5yiidknzpzhdrw500666m0b881qbv6dwdb3qc9k3gbbnb")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/apptools")
|
||||||
|
(synopsis "Tools for customising appendices")
|
||||||
|
(description
|
||||||
|
"The package provides an @code{\\AtAppendix} command to add code to a hook
|
||||||
|
that is executed when \\appendix is called by the user. Additionally, a TeX
|
||||||
|
conditional @code{\\ifappendix} and a LaTeX-style conditional
|
||||||
|
@code{\\IfAppendix} are provided to check if @code{\\appendix} has already
|
||||||
|
been called.")
|
||||||
|
(license license:lppl1.3+)))
|
||||||
|
|
||||||
;;;
|
;;;
|
||||||
;;; Avoid adding new packages to the end of this file. To reduce the chances
|
;;; 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
|
;;; of a merge conflict, place them above by existing packages with similar
|
||||||
|
|
Reference in a new issue