mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: Add texlive-tagging.
* gnu/packages/tex.scm (texlive-tagging): New variable.
This commit is contained in:
parent
36a979d679
commit
b2ea38c930
1 changed files with 19 additions and 0 deletions
|
@ -97327,6 +97327,25 @@ (define-public texlive-tabularray
|
|||
completely set in @code{keyval} way.")
|
||||
(license license:lppl1.3c)))
|
||||
|
||||
(define-public texlive-tagging
|
||||
(package
|
||||
(name "texlive-tagging")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/tagging/" "tex/latex/tagging/")
|
||||
(base32
|
||||
"1w1rjdfaamk1ifjv0k39hnc70aj9h5iw3l7l9cnbf8yrkkha84f4")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/tagging")
|
||||
(synopsis "Document configuration with tags")
|
||||
(description
|
||||
"The package allows the user to generate multiple documents from a single
|
||||
source, by marking pieces of the document with tags and specifying which
|
||||
marked pieces to include or exclude.")
|
||||
(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