diff options
author | Jérôme Laurens <jerome.laurens@u-bourgogne.fr> | 2011-06-10 21:21:52 +0000 |
---|---|---|
committer | Jérôme Laurens <jerome.laurens@u-bourgogne.fr> | 2011-06-10 21:21:52 +0000 |
commit | d39a25fec754593858c5a518590c5d27651f53c2 (patch) | |
tree | 2bb3aabbb3faf42024c232e9594ca473268c3bb2 /Build/source/texk/web2c/synctexdir/synctex_main.c | |
parent | 37f6b7b2c32a7857611501709d42ae114370efec (diff) |
synctex: 1 bug fix and 1 enhancement to support some luatex change. Only for the synctex command line utility and 3rd party clients
git-svn-id: svn://tug.org/texlive/trunk@22905 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/synctexdir/synctex_main.c')
-rw-r--r-- | Build/source/texk/web2c/synctexdir/synctex_main.c | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/Build/source/texk/web2c/synctexdir/synctex_main.c b/Build/source/texk/web2c/synctexdir/synctex_main.c index ff3b6794f9f..ca88b58e79d 100644 --- a/Build/source/texk/web2c/synctexdir/synctex_main.c +++ b/Build/source/texk/web2c/synctexdir/synctex_main.c @@ -1,9 +1,11 @@ /* -Copyright (c) 2008, 2009 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:18:13 UTC 2009 +Latest Revision: Fri Jun 10 14:10:17 UTC 2011 + +Version: 1.15 License: -------- @@ -144,7 +146,7 @@ static void synctex_usage(const char * error,va_list ap) { } fprintf((error?stderr:stdout), "usage: synctex <subcommand> [options] [args]\n" - "Synchronize TeXnology command-line client, version 1.2\n\n" + "Synchronize TeXnology command-line client, version 1.15\n\n" "The Synchronization TeXnology by Jérôme Laurens is a new feature of recent TeX engines.\n" "It allows to synchronize between input and output, which means to\n" "navigate from the source document to the typeset material and vice versa.\n\n" |