mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
Revert changes for output format dvi4
This affects commitsc0d4805acf
,14fed1df7d
8e4f656aa7
This commit is contained in:
parent
05a4c7f908
commit
6c03b1ff74
@ -409,7 +409,6 @@ def checkLatex(dtl_tools):
|
||||
if cmdOutput(PLATEX + ' chklatex.ltx').find('pLaTeX2e') != -1:
|
||||
# We have the Japanese pLaTeX2e
|
||||
addToRC(r'\converter platex dvi "%s -kanji=$$E $$i" "latex=platex"' % PLATEX)
|
||||
addToRC(r'\converter platex dvi4 "%s $$i" "latex=platex"' % PLATEX)
|
||||
else:
|
||||
PLATEX = ''
|
||||
removeFiles(['chklatex.ltx', 'chklatex.log'])
|
||||
@ -590,8 +589,7 @@ def checkFormatEntries(dtl_tools):
|
||||
#
|
||||
checkViewer('a DVI previewer', ['xdvi', 'kdvi', 'okular', '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" ""
|
||||
\Format dvi4 dvi "DVI (pLaTeX)" V "%%" "" "document,vector,menu=export" ""'''])
|
||||
\Format dvi3 dvi "DVI (LuaTeX)" V "%%" "" "document,vector,menu=export" ""'''])
|
||||
if dtl_tools:
|
||||
# Windows only: DraftDVI
|
||||
addToRC(r'\Format dvi2 dvi DraftDVI "" "" "" "vector" ""')
|
||||
|
@ -77,7 +77,7 @@ End
|
||||
\font_tt_scale 100
|
||||
|
||||
\graphics default
|
||||
\default_output_format dvi4
|
||||
\default_output_format default
|
||||
\output_sync 0
|
||||
\bibtex_command default
|
||||
\index_command default
|
||||
|
@ -20,7 +20,7 @@
|
||||
\font_tt_scale 100
|
||||
|
||||
\graphics default
|
||||
\default_output_format dvi4
|
||||
\default_output_format default
|
||||
\output_sync 0
|
||||
\bibtex_command default
|
||||
\index_command default
|
||||
|
@ -20,7 +20,7 @@
|
||||
\font_tt_scale 100
|
||||
|
||||
\graphics default
|
||||
\default_output_format dvi4
|
||||
\default_output_format default
|
||||
\output_sync 0
|
||||
\bibtex_command default
|
||||
\index_command default
|
||||
|
@ -59,7 +59,7 @@
|
||||
\font_tt_scale 100
|
||||
|
||||
\graphics default
|
||||
\default_output_format dvi4
|
||||
\default_output_format default
|
||||
\output_sync 0
|
||||
\bibtex_command default
|
||||
\index_command default
|
||||
|
@ -20,7 +20,7 @@
|
||||
\font_tt_scale 100
|
||||
|
||||
\graphics default
|
||||
\default_output_format dvi4
|
||||
\default_output_format default
|
||||
\output_sync 0
|
||||
\bibtex_command default
|
||||
\index_command default
|
||||
|
@ -20,7 +20,7 @@
|
||||
\font_tt_scale 100
|
||||
|
||||
\graphics default
|
||||
\default_output_format dvi4
|
||||
\default_output_format default
|
||||
\output_sync 0
|
||||
\bibtex_command default
|
||||
\index_command default
|
||||
|
@ -28,7 +28,7 @@ braille
|
||||
\font_tt_scale 100
|
||||
|
||||
\graphics default
|
||||
\default_output_format dvi4
|
||||
\default_output_format default
|
||||
\output_sync 0
|
||||
\bibtex_command default
|
||||
\index_command default
|
||||
|
@ -55,7 +55,7 @@
|
||||
\font_tt_scale 100
|
||||
|
||||
\graphics default
|
||||
\default_output_format dvi4
|
||||
\default_output_format default
|
||||
\output_sync 0
|
||||
\bibtex_command default
|
||||
\index_command default
|
||||
|
@ -28,7 +28,7 @@ linguistics
|
||||
\font_tt_scale 100
|
||||
|
||||
\graphics default
|
||||
\default_output_format dvi4
|
||||
\default_output_format default
|
||||
\output_sync 0
|
||||
\bibtex_command default
|
||||
\index_command default
|
||||
|
@ -20,7 +20,7 @@
|
||||
\font_tt_scale 100
|
||||
|
||||
\graphics default
|
||||
\default_output_format dvi4
|
||||
\default_output_format default
|
||||
\output_sync 0
|
||||
\bibtex_command default
|
||||
\index_command default
|
||||
|
@ -44,7 +44,7 @@
|
||||
\font_tt_scale 100
|
||||
|
||||
\graphics default
|
||||
\default_output_format dvi4
|
||||
\default_output_format default
|
||||
\output_sync 0
|
||||
\bibtex_command default
|
||||
\index_command default
|
||||
|
Loading…
Reference in New Issue
Block a user