Tagged Questions
4
votes
1answer
354 views
Syncing feature between editor and pdf viewer not working
I'm using TeXStudio on Windows 7 with MikTeX. I don't know how to get the "Jump to source" command that appears in the mouse right-click menu, in the pdf viewer, once I compile a *.tex file with Quick ...
18
votes
4answers
1k views
Forward-inverse search using SyncTeX with the precison of a single word
I would like to know if SyncTeX supports forward search and inverse search in a precision of a single word. The "default" implementation in both TeXLive and MikTeX only seems to be able to synchronize ...
3
votes
0answers
399 views
SyncTeX wrongly placed when XeTeX called with -aux-directory [closed]
I am using MikTeX 2.9 and compiling "hello.tex" containing:
\documentclass{minimal}
\begin{document}
text
\end{document}
with:
xelatex --synctex=1 --aux-directory=auxdir hello.tex
produces a ...