Tagged Questions
4
votes
1answer
147 views
Does pdf syncing (forward-inverse search) work with XeLaTeX?
I commonly use textmate+skim or more recently texpad.
I have zero problems with pdfsyncing (especially since skim fixed a bug not so long ago).
Even more recently I have been playing around with ...
9
votes
1answer
371 views
SyncTeX points to a wrong location in source or preview document
I have the following pretty simple document:
\documentclass[11pt]{article}
\usepackage{xltxtra}
\usepackage{fontspec}
\usepackage{amsmath}
\usepackage{polyglossia}
\setmainlanguage{russian}
...
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 ...