gnu: Add texlive-synctex.

* gnu/packages/tex.scm (texlive-synctex): New variable.
This commit is contained in:
Nicolas Goaziou 2023-07-15 16:55:01 +02:00
parent bc64ba55c9
commit c7d9f162a1
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -11352,6 +11352,28 @@ (define-public texlive-suanpan
"The package provides macros for drawing Chinese and Japanese abaci.")
(license license:lppl)))
(define-public texlive-synctex
(package
(name "texlive-synctex")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/man/man1/synctex.1"
"doc/man/man1/synctex.man1.pdf"
"doc/man/man5/synctex.5"
"doc/man/man5/synctex.man5.pdf")
(base32
"1a2nlmbib8723jjhf6xxh5rpmnd5jv3cd69br4ihchbq5ipzircp")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/synctex")
(synopsis "Engine-level feature synchronizing output and source")
(description
"SyncTeX allows navigating between the TeX source and (usually PDF)
output, in both directions, given a SyncTeX-aware front end. It is compiled
into most engines and can be enabled with the @samp{--synctex=1} option.")
(license license:expat)))
(define-public texlive-tetragonos
(package
(name "texlive-tetragonos")