mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-13 01:08:45 +00:00
* lib/configure.py:
- check if texindy is available and if so, use it instead of makeindex (bug 4732). git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@25401 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
89496dd922
commit
4070ca5e5c
@ -557,6 +557,8 @@ def checkOtherEntries():
|
||||
r'\plaintext_roff_command "groff -t -Tlatin1 $$FName"',
|
||||
r'\plaintext_roff_command "tbl $$FName | nroff"',
|
||||
r'\plaintext_roff_command ""' ])
|
||||
checkProg('an index processor', ['texindy', 'makeindex -c -q'],
|
||||
rc_entry = [ r'\index_command "%%"' ])
|
||||
checkProg('ChkTeX', ['chktex -n1 -n3 -n6 -n9 -n22 -n25 -n30 -n38'],
|
||||
rc_entry = [ r'\chktex_command "%%"' ])
|
||||
checkProg('a spellchecker', ['ispell'],
|
||||
|
@ -44,6 +44,8 @@ What's new
|
||||
- The paper layout and the number of text columns are now imported when
|
||||
importing LaTeX files (bug 4867).
|
||||
|
||||
- Add support for the xindy index processor (bug 4732).
|
||||
|
||||
- Add support for Graphviz Dot files (bug 4882).
|
||||
|
||||
- The A&A document class and template has been updated to conform to
|
||||
|
Loading…
Reference in New Issue
Block a user