Replies: 4 comments 3 replies
-
There are several reports of failing with latexmk and seems to be variable per install but that mix of xelatex seems to be the breakage. That old link is way out of date though it was William introduced SyncTeX to SumatraPDF fork and then mainstream code via DDE. SumatraPDF works perfectly in all other known mixtures so something is different in the way XeTeX functions which has been potentially addressed but not yet hit the news stands it should be working in Pre-release https://www.sumatrapdfreader.org/prerelease Please report back if it works as there are multiple unclosed issues without feedback such as #2867 P.S. you should not need that historic |
Beta Was this translation helpful? Give feedback.
-
I actually made it work with Vim, including the backward search, but I am trying to figure out how to make the forward search to work because it is the last thing missing. But for that I left Vim out of the equation and I am studying the problem by calling the command from the powershell, as explained. I just tested the prerelease and it does not work. I also tried to build with |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
Tested with the released version of Sumatra and it works perfectly. Many thanks! But please, update the docs. P.S. |
Beta Was this translation helpful? Give feedback.
-
I am trying to make it work with Vim, but unfortunately the guide linked in the doc is not reachable.
However, I am positive and I think we can sort it out anyway. :)
I build the pdf with
latexmk -pdf -xelatex -synctex=1 -quiet -interaction=nonstopmode C:\Users\myname\vimfiles\after\example.tex
So far, so good. I get both the
.pdf
and the.syntec.gz
file but I have a problem with the forward search.From a powershell console I run:
SumatraPDF.exe -reuse-instance -forward-search C:\Users\myname\vimfiles\after\example.tex 10
but nothing happens. I also tried to quote the file name but it didn't solve the problem.
The backwards-search works perfectly!
Beta Was this translation helpful? Give feedback.
All reactions