-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
23 lines (23 loc) · 1.08 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Package: patchSynctex
Type: Package
Title: Communication Between Editor and Viewer for Literate Programs
Version: 0.1-4
Date: 2016-12-12
Authors@R: c(person(given="Jan", family="Gleixner",
email="[email protected]", role="aut"),
person(given="Daniel", family="Hicks", role="ctb"),
person(given="Kyle J.", family="Harms", role="ctb"),
person(given="Emmanuel", family="Charpentier",
email="[email protected]", role=c("aut", "cre")))
Depends: tools, stringr
Enhances: knitr, utils
Description: This utility eases the debugging of literate documents
('noweb' files) by patching the synchronization information
(the '.synctex(.gz)' file) produced by 'pdflatex' with
concordance information produced by 'Sweave' or 'knitr' and
'Sweave' or 'knitr' ; this allows for bilateral communication
between a text editor (visualizing the 'noweb' source) and
a viewer (visualizing the resultant 'PDF'), thus bypassing
the intermediate 'TeX' file.
License: GPL(>=2)
URL: https://github.com/EmmanuelCharpentier/patchSynctex