summaryrefslogtreecommitdiff
path: root/cut-n-paste/synctex/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
2019-09-08remove 'synctex' internally, work with external library insteadPablo Barciela1-24/+0
2019-08-29Bump synctex to 1.21rbuj1-4/+9
$ 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-24synctex: Fix -Wundef warningraveit651-0/+5
taken from: https://git.gnome.org/browse/evince/commit/?id=0708338
2011-11-09inicialPerberos1-0/+14