Go to corresponding source code from PDF preview
Is this feature currently implemented in Gummi? Or is it going to be implemented in the future?
Edit: This feature is implemented! I just didn't notice it until now. See next comment.
I'd appreciate this feature too! I looked for SyncTeX-based implementations and found four we could copy from. I've sorted them by their similarities to Gummi. All four, like Gummi, use Poppler for PDF rendering.
-
Integrated PDF viewers from TeX editors (unlike Gummi, these have Qt interfaces)
- Texmaker:
PdfViewer - TeXstudio:
PDFDocument.
- Texmaker:
-
PDF viewers with GTK interfaces
- Evince:
synctex_scanner_t - Zathura:
run_synctex_forward
- Evince:
I think all four implementations would take serious work to imitate, but I also think they'd be worth it.
This feature is implemented! To use it, go to Document → Set Compilation Options and check Enable SyncTeX. After the next compilation, holding [control] and clicking a paragraph in the PDF preview will take you to the corresponding paragraph of the source code.
We should make this feature more discoverable, since at least two people wanted it but couldn't see that it was available.