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:
### 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
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Problem
The latex compiler option
synctexallows to jump from pdf to the tex file. Inorg-latex-pdf-processthis 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-synctexby Aaron Ecay in 2013 seems:References