logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

synctex — command line client tool to support the Synchronize TeXnology available in most TeX engines.

Author

       The  Synchronize  TeXnology  is  essentially  due to Jerome Laurens, with useful suggestions by some well
       known actors of the TeX world.  SyncTeX is maintained as part of TeX Live.

History

       Revised on Sun Apr 23 09:54:20 UTC 2017.

                                                   08/30/2022                                         synctex(1)

Name

       synctex — command line client tool to support the Synchronize TeXnology available in most TeX engines.

Overview

       The  Synchronization  TeXnology is a feature of recent TeX engines.  It allows one to synchronize between
       input and output, which means to navigate from the source document  to  the  typeset  material  and  vice
       versa.

       Run `synctex help' to access the built-in tool documentation.

See Also

synctex(5) tex(1)

Synopsis

synctexcommand [options] [args]

Tex Engine Option -Synctex=Number

   If NUMBER=0 or no option is given, no synctex file is created.

          If NUMBER<0, synctex files are text files.

          If NUMBER>0, synctex files are compressed with gz.

          If NUMBER&2, no .gz extension is used.

          If NUMBER&4, activate form support, useful for pdftex.

          If NUMBER&8, better file compression.

       Use for example `pdftex -synctex=15 foo.tex' to activate all the options.

       Notice that LuaTeX option is `--synctex=NUMBER' with two dashes.

See Also