mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: Add texlive-rgltxdoc.
* gnu/packages/tex.scm (texlive-rgltxdoc): New variable.
This commit is contained in:
parent
ee9958d6de
commit
32b463508a
1 changed files with 22 additions and 0 deletions
|
@ -94027,6 +94027,28 @@ (define-public texlive-returntogrid
|
||||||
do some horizontal movements to get to @samp{Tab} positions.")
|
do some horizontal movements to get to @samp{Tab} positions.")
|
||||||
(license license:lppl1.3c)))
|
(license license:lppl1.3c)))
|
||||||
|
|
||||||
|
(define-public texlive-rgltxdoc
|
||||||
|
(package
|
||||||
|
(name "texlive-rgltxdoc")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "doc/latex/rgltxdoc/"
|
||||||
|
"source/latex/rgltxdoc/"
|
||||||
|
"tex/latex/rgltxdoc/")
|
||||||
|
(base32
|
||||||
|
"0wbgxl24d67hcwy01vsajg2am6ia6dagxgl32ql4854gcim0ypbj")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/rgltxdoc")
|
||||||
|
(synopsis "Common code for documentation of the author's packages")
|
||||||
|
(description
|
||||||
|
"This package combines several other packages and defines additional macros
|
||||||
|
and environments for documenting LaTeX code. The package mainly serves the
|
||||||
|
purpose of combining the preferences used in the author's own package
|
||||||
|
documentations.")
|
||||||
|
(license license:lppl1.2+)))
|
||||||
|
|
||||||
;;;
|
;;;
|
||||||
;;; 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
|
||||||
|
|
Loading…
Reference in a new issue