diff options
author | raveit65 <[email protected]> | 2016-06-23 13:29:07 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-06-24 13:45:05 +0200 |
commit | 4e2cf26a825b5c8d30f6a84227a1f4d279928859 (patch) | |
tree | d856a8dca9ba216a2f35f688be4264c5b500acf7 /cut-n-paste/synctex/synctex_parser.h | |
parent | 121517e184d90c7f36e6431f92bb778ba229c010 (diff) | |
download | atril-4e2cf26a825b5c8d30f6a84227a1f4d279928859.tar.bz2 atril-4e2cf26a825b5c8d30f6a84227a1f4d279928859.tar.xz |
cut-n-paste: Update synctex parser to version 1.16
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
Diffstat (limited to 'cut-n-paste/synctex/synctex_parser.h')
-rw-r--r-- | cut-n-paste/synctex/synctex_parser.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/cut-n-paste/synctex/synctex_parser.h b/cut-n-paste/synctex/synctex_parser.h index b164b7fb..4aca4150 100644 --- a/cut-n-paste/synctex/synctex_parser.h +++ b/cut-n-paste/synctex/synctex_parser.h @@ -1,11 +1,12 @@ /* -Copyright (c) 2008, 2009, 2010 jerome DOT laurens AT u-bourgogne DOT fr +Copyright (c) 2008, 2009, 2010 , 2011 jerome DOT laurens AT u-bourgogne DOT fr This file is part of the SyncTeX package. -Latest Revision: Wed Jul 1 11:16:51 UTC 2009 +Latest Revision: Tue Jun 14 08:23:30 UTC 2011 + +Version: 1.16 -Version: 1.12 See synctex_parser_readme.txt for more details License: @@ -89,7 +90,7 @@ typedef _synctex_scanner_t * synctex_scanner_t; * It is the directory where all the auxiliary stuff is created. * Sometimes, the synctex output file and the pdf, dvi or xdv files are not created in the same directory. * This is the case in MikTeX (I will include this into TeX Live). - * This directory path can be nil, it will be ignored. + * This directory path can be nil, it will be ignored then. * It can be either absolute or relative to the directory of the output pdf (dvi or xdv) file. * If no synctex file is found in the same directory as the output file, then we try to find one in the build directory. * Please note that this new "build_directory" is provided as a convenient argument but should not be used. |