summaryrefslogtreecommitdiff
path: root/cut-n-paste/synctex
AgeCommit message (Collapse)AuthorFilesLines
2019-09-08remove 'synctex' internally, work with external library insteadPablo Barciela11-11047/+0
2019-08-29End the va_list before returning from _synctex_merge_stringsQuipyowert21-0/+2
This adds a va_end() call to _synctex_merge_strings in two places where it would return without ending the va_list first. https://github.com/jlaurens/synctex/commit/44b860175da10d08830b551f59592e548fe19718
2019-08-29Remove synctex warningrbuj1-0/+2
To compile TeX with SyncTeX: $ pdflatex -synctex=1 file.tex
2019-08-29Bump synctex to 1.21rbuj11-4362/+9886
$ 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
2019-07-01Remove trailing whitespacesLaurent Napias5-46/+46
2016-06-24synctex: update to 1.18raveit657-141/+135
2016-06-24synctex: Fix -Wundef warningraveit651-0/+5
taken from: https://git.gnome.org/browse/evince/commit/?id=0708338
2016-06-24synctex: Update from upstreamraveit653-23/+24
taken from: https://git.gnome.org/browse/evince/commit/?id=d0faf92
2016-06-24synctex: fix compile warningsraveit651-2/+2
taken from: https://git.gnome.org/browse/evince/commit/?id=8262397
2016-06-24synctex: update to version 1.17raveit656-393/+619
taken from: https://git.gnome.org/browse/evince/commit/?id=6179f51
2016-06-24cut-n-paste: Update synctex parser to version 1.16raveit657-651/+827
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
2014-12-10fix some more leaks and stuffMonsta1-0/+2
2011-11-09inicialPerberos5-0/+5115