Moving between the editor and PDF
Using Overleaf's jump-to-location features
Overleaf enables you to go from a location in the typeset PDF to the corresponding location in your LaTeX source code, and vice-versa. These jump-to-location features are based on a standard utility called SyncTeX and enabled by special features in the Overleaf PDF viewer.
Using Jump-to-location
You can either:
Double-click on the PDF which causes Overleaf’s editor to scroll to the corresponding location in the source code
Use the arrow keys that sit on the divider between the source code panel and the preview panel, to jump from source-to-preview, or preview-to-source:

SyncTeX
The SyncTeX extension has been available since 2008 and continues to be actively developed by its creator, Jérôme Laurens. It is widely used, including by Overleaf, and is supported by all TeX engines in use today.
Overleaf includes SyncTeX as part of the PDF compilation process, allowing it to write out a special generated file with extension output.synctex.gz
which provides the mapping between locations in the .tex file and in the PDF. The Overleaf editor and PDF viewer are SyncTeX aware, and can make use of this file to provide the jump-to-location feature.
Troubleshooting and known limitations
Last updated
Was this helpful?