mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
configure.py: Add 'evince' as DVI viewer
The GNOME document viewer "evince" supports also DVI. See https://wiki.gnome.org/Apps/Evince/SupportedDocumentFormats/
This commit is contained in:
parent
cdc847fd30
commit
4d391443f5
@ -694,7 +694,8 @@ def checkFormatEntries(dtl_tools):
|
||||
\Format pdf7 pdf "PDF (cropped)" "" "%%" "" "document,vector" ""
|
||||
\Format pdf8 pdf "PDF (lower resolution)" "" "%%" "" "document,vector" ""'''])
|
||||
#
|
||||
checkViewer('a DVI previewer', ['xdvi', 'kdvi', 'okular', 'yap', 'dviout -Set=!m'],
|
||||
checkViewer('a DVI previewer', ['xdvi', 'kdvi', 'okular', 'evince',
|
||||
'yap', 'dviout -Set=!m'],
|
||||
rc_entry = [r'''\Format dvi dvi DVI D "%%" "" "document,vector,menu=export" "application/x-dvi"
|
||||
\Format dvi3 dvi "DVI (LuaTeX)" V "%%" "" "document,vector,menu=export" ""'''])
|
||||
if dtl_tools:
|
||||
|
Loading…
Reference in New Issue
Block a user