X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=cut-n-paste%2Fsynctex%2Fsynctex_parser.h;h=b164b7fb4c3d4bc1f56119b4a76d3a445bb3eabe;hb=3421b3c4a7f7fbfb4b50b6d0918fc3fe14ed5c1f;hp=87cff430c90dc17af6b2a0ab83a30e9495c11a73;hpb=d7f24a354ba037541b40f562c02cccf67c3bf59c;p=evince.git diff --git a/cut-n-paste/synctex/synctex_parser.h b/cut-n-paste/synctex/synctex_parser.h index 87cff430..b164b7fb 100644 --- a/cut-n-paste/synctex/synctex_parser.h +++ b/cut-n-paste/synctex/synctex_parser.h @@ -1,12 +1,11 @@ /* -Copyright (c) 2008, 2009, 2010 , 2011 jerome DOT laurens AT u-bourgogne DOT fr +Copyright (c) 2008, 2009, 2010 jerome DOT laurens AT u-bourgogne DOT fr This file is part of the SyncTeX package. -Latest Revision: Fri Mar 11 07:39:12 UTC 2011 - -Version: 1.13 +Latest Revision: Wed Jul 1 11:16:51 UTC 2009 +Version: 1.12 See synctex_parser_readme.txt for more details License: @@ -90,7 +89,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 then. + * This directory path can be nil, it will be ignored. * 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.