gnu: Add texlive-synctex.
* gnu/packages/tex.scm (texlive-synctex): New variable.
This commit is contained in:
parent
bc64ba55c9
commit
c7d9f162a1
1 changed files with 22 additions and 0 deletions
|
@ -11352,6 +11352,28 @@ (define-public texlive-suanpan
|
||||||
"The package provides macros for drawing Chinese and Japanese abaci.")
|
"The package provides macros for drawing Chinese and Japanese abaci.")
|
||||||
(license license:lppl)))
|
(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
|
(define-public texlive-tetragonos
|
||||||
(package
|
(package
|
||||||
(name "texlive-tetragonos")
|
(name "texlive-tetragonos")
|
||||||
|
|
Loading…
Reference in a new issue