mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-20 01:33:18 -05:00
gnu: Add texlive-syntrace.
* gnu/packages/tex.scm (texlive-syntrace): New variable.
This commit is contained in:
parent
adece1dbd3
commit
729868d8a9
1 changed files with 22 additions and 0 deletions
|
@ -96978,6 +96978,28 @@ (define-public texlive-syntax
|
||||||
to represent the diagram structure.")
|
to represent the diagram structure.")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
|
(define-public texlive-syntrace
|
||||||
|
(package
|
||||||
|
(name "texlive-syntrace")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "doc/latex/syntrace/"
|
||||||
|
"source/latex/syntrace/"
|
||||||
|
"tex/latex/syntrace/")
|
||||||
|
(base32
|
||||||
|
"1qdl3vriidpdl3cpa05r2h2dv3i8bmqf5l47313mghyz1pilkrga")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/syntrace")
|
||||||
|
(synopsis "Labels for tracing in a syntax tree")
|
||||||
|
(description
|
||||||
|
"This package adds support for traces in trees created using either the
|
||||||
|
@code{synttree} or the @code{qtree} package. The package provides two
|
||||||
|
commands @code{(\\traceLabel} and @code{\\traceReference)} to set and use
|
||||||
|
a trace.")
|
||||||
|
(license license:lppl)))
|
||||||
|
|
||||||
;;;
|
;;;
|
||||||
;;; 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