mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Forgot these two.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34237 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
b6a764eef3
commit
41b81f09e1
@ -283,7 +283,7 @@ Buffer * BufferList::getBufferFromTmp(string const & s)
|
||||
for (; cit < cend; ++cit) {
|
||||
string const mangled_child_name = DocFileName(
|
||||
changeExtension((*cit)->absFileName(),
|
||||
".tex")).mangledFilename();
|
||||
".tex")).mangledFileName();
|
||||
if (suffixIs(s, mangled_child_name))
|
||||
return *cit;
|
||||
}
|
||||
|
@ -1311,7 +1311,7 @@ bool BufferParams::writeLaTeX(odocstream & os, LaTeXFeatures & features,
|
||||
string incfile = *it;
|
||||
FileName inc = makeAbsPath(incfile, filepath.absFileName());
|
||||
string mangled = DocFileName(changeExtension(inc.absFileName(), ".tex")).
|
||||
mangledFilename();
|
||||
mangledFileName();
|
||||
if (!features.runparams().nice)
|
||||
incfile = mangled;
|
||||
// \includeonly doesn't want an extension
|
||||
|
Loading…
Reference in New Issue
Block a user