mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-08 10:11:21 +00:00
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:
parent
ef419392d2
commit
3a981e0e95
@ -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
|
||||
|
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user