mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-25 19:07:45 +00:00
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:
parent
399ca3f4c0
commit
a2d1092ecd
@ -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("");
|
||||
|
Loading…
Reference in New Issue
Block a user