org export latex synctex #4

Open
opened 2022-12-08 15:45:38 +01:00 by daniel · 0 comments
Owner

Problem

The latex compiler option synctex allows to jump from pdf to the tex file. In org-latex-pdf-process this reference can be added with e.g. --synctex=1. The problem is it will jump to the .tex file not the .org file.

Question

As synctex might be useful for a direct editing (tex to pdf) the question is, if it is still useful to implement synctex in an org export (org to pdf) to jump to tex or leave it as is, i.e. without synctex?

Estimation

Probably not much of use in org, as long as there is no sync to the org file. An approach to implement such a function ox-synctex by Aaron Ecay in 2013 seems:

too fiddly

References

### Problem The latex compiler option `synctex` allows to jump from pdf to the tex file. In `org-latex-pdf-process` this reference can be added with e.g. `--synctex=1`. The problem is it will jump to the .tex file not the .org file. ### Question As synctex might be useful for a direct editing (tex to pdf) the question is, if it is still useful to implement synctex in an org export (org to pdf) to jump to tex or leave it as is, i.e. without synctex? ### Estimation Probably not much of use in org, as long as there is no sync to the org file. An approach to implement such a function `ox-synctex` by Aaron Ecay in 2013 seems: > too fiddly ### References - https://tex.stackexchange.com/questions/118489/what-exactly-is-synctex - https://tug.org/TUGboat/tb29-3/tb93laurens.pdf - https://tug.org/svn/texlive/trunk/Build/source/texk/web2c/synctexdir/ - https://github.com/jlaurens/synctex - https://stackoverflow.com/questions/9965049/how-to-use-synctex-with-org-mode - https://lists.gnu.org/archive/html/emacs-orgmode/2014-02/msg00876.html
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: daniel/emacs#4