mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 18:08:10 +00:00
Plain xindy works for us only wirh the texindy module
This commit is contained in:
parent
b879821897
commit
f4472d6ab9
@ -1238,7 +1238,7 @@ def checkOtherEntries():
|
|||||||
rc_entry = [ r'\jbibtex_command "automatic"' ],
|
rc_entry = [ r'\jbibtex_command "automatic"' ],
|
||||||
alt_rc_entry = [ r'\jbibtex_alternatives "%%"' ])
|
alt_rc_entry = [ r'\jbibtex_alternatives "%%"' ])
|
||||||
checkProgAlternatives('available index processors',
|
checkProgAlternatives('available index processors',
|
||||||
['texindy $$x -t $$b.ilg', 'makeindex -c -q', 'xindy $$x -t $$b.ilg'],
|
['texindy $$x -t $$b.ilg', 'makeindex -c -q', 'xindy -M texindy $$x -t $$b.ilg'],
|
||||||
rc_entry = [ r'\index_command "%%"' ],
|
rc_entry = [ r'\index_command "%%"' ],
|
||||||
alt_rc_entry = [ r'\index_alternatives "%%"' ])
|
alt_rc_entry = [ r'\index_alternatives "%%"' ])
|
||||||
checkProg('an index processor appropriate to Japanese',
|
checkProg('an index processor appropriate to Japanese',
|
||||||
|
Loading…
Reference in New Issue
Block a user