Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-09-08 | remove 'synctex' internally, work with external library instead | Pablo Barciela | 1 | -15/+0 | |
2019-08-29 | Bump synctex to 1.21 | rbuj | 1 | -2/+2 | |
$ cd cut-n-paste/synctex $ rm synctex_* $ ./update-synctex-from-TL.sh Test on Fedora: 1. Install required packages $ sudo dnf install texlive-scheme-basic texlive-lipsum -y 2. Build a pdf with synctex enabled $ cat <<EOF >> file.tex \documentclass[12pt]{report} \usepackage{lipsum} \begin{document} \chapter{Introduction} \lipsum[2-4] \end{document} EOF $ pdflatex -synctex=1 file.tex 3. Open file.pdf using atril 4. Search any text string | |||||
2016-06-24 | synctex: update to 1.18 | raveit65 | 1 | -0/+0 | |
2016-06-24 | cut-n-paste: Update synctex parser to version 1.16 | raveit65 | 1 | -0/+15 | |
and add missing files from gnome git for better sync to higher version Fixes bug 651263.https://bugzilla.gnome.org/show_bug.cgi?id=651263 Taken from: https://git.gnome.org/browse/evince/commit/?id=05a78e3 |