diff options
author | Jérôme Laurens <jerome.laurens@u-bourgogne.fr> | 2017-07-14 17:17:43 +0000 |
---|---|---|
committer | Jérôme Laurens <jerome.laurens@u-bourgogne.fr> | 2017-07-14 17:17:43 +0000 |
commit | 491daa094bcac761ea736ebf058ae5e73696b439 (patch) | |
tree | 83f9fdfdd4ed1cfa0f320e70ae873872d66449d5 /Build | |
parent | 531e81f98c6aa2544a9b49c44778f0f62849c1fb (diff) |
SyncTeX: Typo fixed in documentation
git-svn-id: svn://tug.org/texlive/trunk@44796 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rw-r--r-- | Build/source/texk/web2c/synctexdir/synctex_parser_readme.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Build/source/texk/web2c/synctexdir/synctex_parser_readme.md b/Build/source/texk/web2c/synctexdir/synctex_parser_readme.md index 4cb32f2dc45..7dae3a97d90 100644 --- a/Build/source/texk/web2c/synctexdir/synctex_parser_readme.md +++ b/Build/source/texk/web2c/synctexdir/synctex_parser_readme.md @@ -43,7 +43,7 @@ This package is mainly for developers, it contains the following files: * `synctex_parser_utils.h` * `synctex_parser_local.h` * `synctex_parser.h` -* `synctex_parser_private.h` +* `synctex_parser_advanced.h` * `synctex_parser.c` The file you are reading contains more informations about the __SyncTeX__ parser history. @@ -62,7 +62,7 @@ In order to support __SyncTeX__ in a viewer, it is sufficient to include in the source the files `synctex_parser.c` and `synctex_parser_utils.c`. The synctex parser usage is described in `synctex_parser.h` header file. -More advanced usage is found in `synctex_parser_private.h` +More advanced usage is found in `synctex_parser_advanced.h` The other files are used by tex engines or by the synctex command line utility: @@ -221,7 +221,7 @@ TeX and friends are not concerned by these changes. the same vertical position because many objects belong to the same line. When the options read `-synctex=±2` or more, a very basic compression algorithm is used: - if synctex is about write the same number then it writes + if synctex is about to write the same number then it writes an `=` sign instead. This saves approximately 10% of the synctex output file, either compressed or not. The new synctex parser has been updated accordingly. |