]> git.lyx.org Git - lyx.git/commitdiff
configure.py: check for BibTeX programs. This makes it possible to use for example...
authorUwe Stöhr <uwestoehr@web.de>
Sun, 30 Mar 2008 00:11:36 +0000 (00:11 +0000)
committerUwe Stöhr <uwestoehr@web.de>
Sun, 30 Mar 2008 00:11:36 +0000 (00:11 +0000)
Fixes http://bugzilla.lyx.org/show_bug.cgi?id=4143

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24056 a592a061-630c-0410-9148-cb99ea01b6c8

RELEASE-NOTES
lib/configure.py

index 8e330ca73d460f972e280c7ad851e7739de61f5c..afe2eede328bca0893294168a1373281115b016c 100644 (file)
@@ -170,6 +170,12 @@ Caveats when upgrading from earlier versions to 1.6.x
 The support for Japanese has been improved in LyX 1.6.x. Due to encoding
 reasons, Japanese documents that were edited with LyX 1.6.x cannot correctly
 be converted to the format of LyX 1.5.x and thus not edited with LyX 1.5.x.
+To be able to use LyX 1.6 with Japanese, the latest version of the LaTeX
+distribution "platex" must be installed.
+platex provides a Japanese variant of BibTeX named "jbibtex". When LyX is
+configured, this variant is used. In case you have problems with BibTeX-files
+that include Japanese or you need to use another BibTeX program, set it in LyX
+preferences under Output->LaTeX->BibTeX command.
 
 
 Note: There may later be an updated list of known issues online at
index f262b9ddf550afadba3f52e56b025cb334e08d00..1818bf62f038d34c1a99328be85a5ed7801e1619 100644 (file)
@@ -558,6 +558,8 @@ def checkOtherEntries():
             r'\plaintext_roff_command ""' ])
     checkProg('ChkTeX', ['chktex -n1 -n3 -n6 -n9 -n22 -n25 -n30 -n38'],
         rc_entry = [ r'\chktex_command "%%"' ])
+    checkProg('BibTeX', ['jbibtex', 'bibtex'],
+        rc_entry = [ r'\bibtex_command "%%"' ])
     checkProg('a spellchecker', ['ispell'],
         rc_entry = [ r'\spell_command "%%"' ])
     ## FIXME: OCTAVE is not used anywhere