diff options
author | Jérôme Laurens <jerome.laurens@u-bourgogne.fr> | 2010-01-10 10:12:32 +0000 |
---|---|---|
committer | Jérôme Laurens <jerome.laurens@u-bourgogne.fr> | 2010-01-10 10:12:32 +0000 |
commit | a667e260d631798c2b7718afa9c64f2bc267fae3 (patch) | |
tree | 74c1d5661faace9ba1b3cbd0ad1f5ec703d14127 /Build/source/texk/web2c/synctexdir/ChangeLog | |
parent | 48c0936e72e99b7c8a7b97672c9391b08ad3fa0c (diff) |
Bug fix in synctex_parser.c to solve a synchronization problem with amsmath's gather environment. Concerns the synctex tool.
git-svn-id: svn://tug.org/texlive/trunk@16661 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/synctexdir/ChangeLog')
-rw-r--r-- | Build/source/texk/web2c/synctexdir/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/synctexdir/ChangeLog b/Build/source/texk/web2c/synctexdir/ChangeLog index 2aeba920ac9..838aa043b6f 100644 --- a/Build/source/texk/web2c/synctexdir/ChangeLog +++ b/Build/source/texk/web2c/synctexdir/ChangeLog @@ -1,3 +1,11 @@ +2010-01-10 Jérôme Laurens <jerome.laurens@u-bourgogne.fr> + + * synctex_parser.c: in the _synctex_smallest_container() function, + SYNCTEX_WIDTH is replaced with SYNCTEX_ABS_WIDTH + to take into account h boxes with negative width. + Solves a problem with amsmath's gather environment + * synctex_parser.c: enhancements in comments to better explain the code + 2009-12-30 Jérôme Laurens <jerome.laurens@u-bourgogne.fr> * synctex_parser_utils.c: in the _synctex_malloc() function, |