mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
xpdf support for forward view via synctex. This is quite powerful tool.
To sum it up forward search support: Okular and Skim can be supported directly if somebody comes with correct syntax. Evince can be solved in the same way as xpdf, again syntax has to be reported. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34167 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
6ae70da778
commit
ef0c8796a3
@ -377,6 +377,7 @@ PrefOutput::PrefOutput(GuiPreferences * form)
|
||||
dviCB->addItem("yap -1 -s $$n$$t $$o");
|
||||
pdfCB->addItem("");
|
||||
pdfCB->addItem("CMCDDE SUMATRA control [ForwardSearch(\\\"$$o\\\",\\\"$$t\\\",$$n,0,0,1)]");
|
||||
pdfCB->addItem("synctex view -i $$n:1:$$t -o $$o -x \"xpdf -raise -remote $$t.tmp $$o %{page+1}\"");
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user