fix bibtex inset in included files

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@10611 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Georg Baum 2005-11-18 08:58:20 +00:00
parent ef419392d2
commit 3a981e0e95
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2005-11-18 Georg Baum <Georg.Baum@post.rwth-aachen.de>
* insetbib.C (latex): copy .bib files to the master buffer temp dir
2005-08-09 Jürgen Spitzmüller <j.spitzmueller@gmx.de>
* insettabular.C (tabularFeatures): don't force alignment to BLOCK

View File

@ -243,7 +243,7 @@ int InsetBibtex::latex(Buffer const * buffer, ostream & os,
database = mangled_filename(database);
string const out_file = MakeAbsPath(database + ".bib",
buffer->tmppath);
buffer->getMasterBuffer()->tmppath);
bool const success = lyx::copy(in_file, out_file);
if (!success) {