mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
new toolbar to view/update view documents; as discussed on the list
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16789 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
e222e80510
commit
b6cdc7d751
@ -34,6 +34,7 @@ Include "stdtoolbars.inc"
|
|||||||
Toolbars
|
Toolbars
|
||||||
"standard" "on,top"
|
"standard" "on,top"
|
||||||
"extra" "on,top"
|
"extra" "on,top"
|
||||||
|
"view/update" "on,top"
|
||||||
"review" "review,top"
|
"review" "review,top"
|
||||||
"table" "table,bottom"
|
"table" "table,bottom"
|
||||||
"math" "math,bottom"
|
"math" "math,bottom"
|
||||||
|
@ -162,3 +162,12 @@ Toolbar "review" "Review"
|
|||||||
Item "Insert note" "note-insert"
|
Item "Insert note" "note-insert"
|
||||||
Item "Next note" "note-next"
|
Item "Next note" "note-next"
|
||||||
End
|
End
|
||||||
|
|
||||||
|
Toolbar "view/update" "View/update view document"
|
||||||
|
Item "View DVI output" "buffer-view dvi"
|
||||||
|
Item "Update DVI output" "buffer-update dvi"
|
||||||
|
Item "View PDF (pdflatex)" "buffer-view pdf2"
|
||||||
|
Item "Update PDF (pdflatex)" "buffer-update pdf2"
|
||||||
|
Item "View PostScript" "buffer-view ps"
|
||||||
|
Item "Update PostScript" "buffer-update ps"
|
||||||
|
End
|
||||||
|
Loading…
Reference in New Issue
Block a user