Trial and error shows that this works for yap (what a poor documentation it has)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37607 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Enrico Forestieri 2011-02-12 22:54:52 +00:00
parent 399ca3f4c0
commit a2d1092ecd

View File

@ -378,7 +378,7 @@ PrefOutput::PrefOutput(GuiPreferences * form)
this, SIGNAL(changed()));
dviCB->addItem("");
dviCB->addItem("xdvi -sourceposition '$$n:\\ $$t' $$o");
dviCB->addItem("yap -1 -s $$n$$t $$o");
dviCB->addItem("yap -1 -s \"$$n $$t\" $$o");
dviCB->addItem("okular --unique $$o#src:$$n$$t");
dviCB->addItem("synctex view -i $$n:0:$$t -o $$o -x \"evince -p %{page+1} $$o\"");
pdfCB->addItem("");